SF.net SVN: geany:[5183] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Aug 20 11:28:40 UTC 2010
Revision: 5183
http://geany.svn.sourceforge.net/geany/?rev=5183&view=rev
Author: ntrel
Date: 2010-08-20 11:28:40 +0000 (Fri, 20 Aug 2010)
Log Message:
-----------
Link Octave instead of Matlab.
Add comment about not being autogenerated.
Minor changes to fit Scintilla order.
Modified Paths:
--------------
trunk/ChangeLog
trunk/scintilla/KeyWords.cxx
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-08-19 11:56:30 UTC (rev 5182)
+++ trunk/ChangeLog 2010-08-20 11:28:40 UTC (rev 5183)
@@ -1,3 +1,11 @@
+2010-08-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * scintilla/KeyWords.cxx:
+ Link Octave instead of Matlab.
+ Add comment about not being autogenerated.
+ Minor changes to fit Scintilla order.
+
+
2010-08-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/highlighting.c, src/editor.c:
Modified: trunk/scintilla/KeyWords.cxx
===================================================================
--- trunk/scintilla/KeyWords.cxx 2010-08-19 11:56:30 UTC (rev 5182)
+++ trunk/scintilla/KeyWords.cxx 2010-08-20 11:28:40 UTC (rev 5183)
@@ -327,7 +327,8 @@
//++Autogenerated -- run src/LexGen.py to regenerate
//**\(\tLINK_LEXER(\*);\n\)
-LINK_LEXER(lmAda);
+// Not autogenerated for Geany ;-)
+ LINK_LEXER(lmAda);
LINK_LEXER(lmAsm);
LINK_LEXER(lmBash);
LINK_LEXER(lmCaml);
@@ -345,9 +346,10 @@
LINK_LEXER(lmLua);
LINK_LEXER(lmMake);
LINK_LEXER(lmMarkdown);
- LINK_LEXER(lmMatlab);
+ // We use Octave instead of Matlab
LINK_LEXER(lmNsis);
LINK_LEXER(lmNull);
+ LINK_LEXER(lmOctave);
LINK_LEXER(lmPascal);
LINK_LEXER(lmPerl);
LINK_LEXER(lmPo);
@@ -357,8 +359,8 @@
LINK_LEXER(lmRuby);
LINK_LEXER(lmSQL);
LINK_LEXER(lmTCL);
+ LINK_LEXER(lmVerilog);
LINK_LEXER(lmVHDL);
- LINK_LEXER(lmVerilog);
LINK_LEXER(lmXML);
LINK_LEXER(lmYAML);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list