octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44822] Case-sensitive listdlg's SelectionMode


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44822] Case-sensitive listdlg's SelectionMode values
Date: Mon, 13 Apr 2015 15:21:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #3, bug #44822 (project octave):

In MATLAB documentation, they always use CamelCase for property names (e.g.
"PropertyName") and lower case for property values (e.g. "propertyvalue"),
even if both of them are case-insensitive. Given this, it would make sense if
all occurrences of these terms in Octave code were reflecting this convention,
even if using strcmpi/Qt::CaseInsensitive. Would you agree?

That said, I'm not sure to guess which option you are preferring between
adjusting the M-file or the C++ code. I noticed, for example, that uigetfile
calls tolower() whenever needed (i.e. use the first discussed option).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44822>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]