-
- Downloads
[hint addons] Don't include text after the cursor in completion
Completing inside a word used to try and take the whole word into account. This is not typical completion behavior, and often not what you want. After this change, the addons only take the part of the word in front of the cursor into account.
Showing
- addon/hint/anyword-hint.js 1 addition, 2 deletionsaddon/hint/anyword-hint.js
- addon/hint/css-hint.js 1 addition, 1 deletionaddon/hint/css-hint.js
- addon/hint/javascript-hint.js 8 additions, 3 deletionsaddon/hint/javascript-hint.js
- addon/hint/sql-hint.js 7 additions, 4 deletionsaddon/hint/sql-hint.js
- addon/hint/xml-hint.js 3 additions, 4 deletionsaddon/hint/xml-hint.js
- mode/css/index.html 6 additions, 1 deletionmode/css/index.html
Loading
Please register or sign in to comment