[Bug 62702] New: asterisks in matlab files are not always highlighted properly
Joseph Nievelt
jjnievel at mtu.edu
Fri Aug 15 04:10:06 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=62702
Summary: asterisks in matlab files are not always highlighted
properly
Product: kdevelop
Version: 3.0.0a5
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: jjnievel at mtu.edu
Version: 3.0.0a5 (using KDE KDE 3.1.3)
Compiler: gcc 3.2.3
OS: Linux
Matlab (*.m files) use asterisk (') for both string delimiting and also for the matrix/vector complex conjugate transposition, but gideon only treats it as a string delimiter.
You may want to check matlab docs on this, but I think that ' only begins a string literal when there is not an identifier/expression before it. Also note that .' (period asterisk) is non-conjugate transposition, so that needs to be handled the same way.
More information about the KDevelop-devel
mailing list