uid / collabode

collab + code = collabode
http://groups.csail.mit.edu/uid/collabode/
Other
28 stars 8 forks source link

Code complete: filtering case bug in Safari #21

Closed maxg closed 12 years ago

maxg commented 12 years ago

In Safari, filtering does not work when the identifier contains capital letters (maybe other special conditions, too?).

So neither "sys" nor "Sys" can be completed to "System".

"System.clear" can be completed to "System.clearProperty()", but if you type "p" while the list is up, it is dismissed. "System.clearP" can also be completed, but if you type "r", it is dismissed.

(Imported from Bitbucket #21 reported by maxg on 2010-06-15)

maxg commented 12 years ago

Needed to change the regular expression for filtering the code completion proposals. Fixed in 64aaa00114141105528e5fd51977ab92f2a1d7fe. (phy on 2010-06-28)