alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

Added: Maximum word length variable #14

Closed bitboxx closed 11 years ago

bitboxx commented 11 years ago

Added a new variable / setting MAX_WORD_SIZE to limit the maximum word length. This is to prevent SublimeAllAutocomplete picking up very long words; thus degrading performance.

bitboxx commented 11 years ago

There is a problem, will post a pull request again later

alienhard commented 11 years ago

thanks for working on this @bitboxx

I also have a fix for this that I'm testing today. I'll push it out if I don't find any problems with it.