alienhard / SublimeAllAutocomplete

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

SublimeAllAutocomplete picks up long base64 strings #13

Closed bitboxx closed 11 years ago

bitboxx commented 11 years ago

Hi,

I do web development; when it makes sense, I put images in CSS encoded with base64. SublimeAllAutocomplete picks up these (usually very long) strings. This causes a significant slowdown.

How can I set the maximum length of characters that SublimeAllAutocomplete will autocomplete?

Thanks in advance! Martin

autocomplete_all_base64

bitboxx commented 11 years ago

I created a fix and post a pull request

https://github.com/alienhard/SublimeAllAutocomplete/pull/14

alienhard commented 11 years ago

fixed with commit ff79d8d

bitboxx commented 11 years ago

Ahhh... great! Thank you for the fix! :+1: