Neil Hodgson wrote:
Robert Koch:

So, now I come with another question: is there a limit for the number of
words in a keyword list? Is there a problem if I place one word by line,
like this? Because when I placed the entire word list (all the field names
of all the tables of my system - about 46000 words), the editor stopped
colouring the text.

  There is a 60K limit to the size of .properties files. You could
try using multiple files and merging the lists together. The keyword
system was designed for short lists of keywords, not lists of
identifiers and may not perform well with such large lists.

BTW, I had rounded up a replacement hashing function some time ago - it gives better distribution than the stock one used by Scintilla, which of course translates to fewer items sharing buckets. If someone is interested...

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to