Cristian Adam:

 I have attached a patch (a zip file containing a diff file, creating using
diff -Naur command)
 against scintilla version 1.72 and I have tested it only on Windows XP.

  There is one warning:
Warning W8004 ..\src\LexCmake.cxx 571: 'style' is assigned a value
that is never used in function FoldCmakeDoc(unsigned
int,int,int,WordList * *,Accessor &)
  which indicates more dead code if my reading is correct.

  All new access to properties from lexers should use names which
start with lexer.<lexer> so this code should use properties with names
that start with lexer.cmake.

  Its easier for me to handle archives containing whole files since
patches often fail to apply correctly.

  Copied lexers often contain a lot of code that will never be used.
If the language doesn't really support case-sensitive and
case-insensitive variants then don't provide them.

  Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to