Author Topic: Using scintilla lexer files  (Read 4629 times)

Gowen

  • Guest
Using scintilla lexer files
« on: June 14, 2006, 06:04:16 pm »
Hello:
      At http://wiki.codeblocks.org/index.php?title=Languages_supported_by_Code::Blocks_lexers  is a list of languages that C::B can manage, directly or using Scintilla. I want to use a Scintilla only language, can i use the *.properties file from the Scintilla directly or must be converted to xml format? I've already try to copy it to /share/CodeBlocks/lexers; /share/CodeBlocks; /share ; and /; of C::B main folder but didn't work.

Thanks

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Using scintilla lexer files
« Reply #1 on: June 14, 2006, 06:21:32 pm »
Download the C::B sources from SVN, and read README.txt in trunk/src/sdk/resources/lexers. Also see Creating a custom lexer for Code::Blocks editor in the Wiki.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)