diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-08-23 14:04:39 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-08-23 14:04:39 +1000 |
commit | a1463a3edbab6fecbfe4f36eb5ebbfb94782d25f (patch) | |
tree | 07c9ee3c906e15a8959684d1054778389788aa3a | |
parent | e7f4c3a642d9426a9fd840458c61894904931fcc (diff) | |
download | scintilla-mirror-a1463a3edbab6fecbfe4f36eb5ebbfb94782d25f.tar.gz |
Updated information on script location.
-rw-r--r-- | lexers/LexGui4Cli.cxx | 4 | ||||
-rw-r--r-- | src/Catalogue.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lexers/LexGui4Cli.cxx b/lexers/LexGui4Cli.cxx index 13cf9ea86..66dcc5ae4 100644 --- a/lexers/LexGui4Cli.cxx +++ b/lexers/LexGui4Cli.cxx @@ -6,8 +6,8 @@ This is the Lexer for Gui4Cli, included in SciLexer.dll To add to SciLexer.dll: 1. Add the values below to INCLUDE\Scintilla.iface -2. Run the include/HFacer.py script -3. Run the src/lexGen.py script +2. Run the scripts/HFacer.py script +3. Run the scripts/LexGen.py script val SCE_GC_DEFAULT=0 val SCE_GC_COMMENTLINE=1 diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index 2e9e6381b..aa9a1ee27 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -74,7 +74,7 @@ int Scintilla_LinkLexers() { // Shorten the code that declares a lexer and ensures it is linked in by calling a method. #define LINK_LEXER(lexer) extern LexerModule lexer; Catalogue::AddLexerModule(&lexer); -//++Autogenerated -- run src/LexGen.py to regenerate +//++Autogenerated -- run scripts/LexGen.py to regenerate //**\(\tLINK_LEXER(\*);\n\) LINK_LEXER(lmA68k); LINK_LEXER(lmAbaqus); |