- Mar 19, 2015
-
-
Marijn Haverbeke authored
Closes #3141
-
- Feb 23, 2015
-
-
Marijn Haverbeke authored
We're still targeting ES3.
-
Zhang Hao authored
-
- Feb 20, 2015
-
-
Marijn Haverbeke authored
Issue #3095
-
Zhang Hao authored
-
Marijn Haverbeke authored
Issue #3089
-
- Feb 17, 2015
-
-
Marijn Haverbeke authored
-
Nisarg Jhaveri authored
-
Nisarg Jhaveri authored
Closes #2323
-
- Dec 23, 2014
-
-
Patrick Stoica authored
-
- Dec 12, 2014
-
-
Marijn Haverbeke authored
Closes #2983
-
- Dec 10, 2014
-
-
Marijn Haverbeke authored
The code was confused beyond belief, and the hintWords functionality will provide the same completion power without loading an additional addon.
-
Marijn Haverbeke authored
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.
-
- Nov 27, 2014
-
-
darealshinji authored
-
- Nov 11, 2014
-
-
Jared Forsyth authored
Defaults to `window`
-
- Nov 04, 2014
-
-
Marijn Haverbeke authored
-
- Oct 08, 2014
-
-
Marijn Haverbeke authored
-
Nisarg Jhaveri authored
- Takes `defaultTables` as optional option and hint columns from that table without explicitly mentioning table name. - Update doc/manual.html for sql-hint addon. Signed-off-by:
Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
-
- Oct 06, 2014
-
-
Nisarg Jhaveri authored
Signed-off-by:
Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
-
- Sep 15, 2014
-
-
Marijn Haverbeke authored
To make it easy for client code to color completions without clashing with the selected styling.
-
- Sep 09, 2014
-
-
Marijn Haverbeke authored
-
- Aug 15, 2014
-
-
Marijn Haverbeke authored
-
- Aug 14, 2014
-
-
Marijn Haverbeke authored
Closes #2761
-
- Jun 27, 2014
-
-
Marijn Haverbeke authored
Issue #2663
-
- Jun 03, 2014
-
-
as3boyan authored
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 17, 2014
-
-
Marijn Haverbeke authored
-
- May 10, 2014
-
-
as3boyan authored
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- May 05, 2014
-
-
Marijn Haverbeke authored
-
- Apr 22, 2014
-
-
Marijn Haverbeke authored
Closes #2482
-
- Apr 02, 2014
-
-
Marijn Haverbeke authored
-
- Apr 01, 2014
-
-
Marijn Haverbeke authored
-
- Mar 26, 2014
-
-
Marijn Haverbeke authored
Issue #2406
-
- Mar 19, 2014
-
-
Josh Watzman authored
Summary: If `options.async` is enabled, it's possible for `activity` to be called a second time before the first call's paired `finishUpdate` is triggered. Then, when the second call to `finishUpdate` happens, the still-active widget in `completion.widget` is unceremoneously overwritten and can now never be closed. This leads to a lot of weird and broken behavior, notably an autocomplete window in the browser that never goes away and can insert its text over and over and over. Test Plan: This is really hard to trigger. My project consists of a webworker providing autocomplete, which has some latency before it calls the `finishUpdate` callback. But it depends on the exact latency and even the user's typing speed to whether things happen in just the right order. I basically just added and deleted characters with the autocomplete prompt open a bunch until it eventually reproduced. After applying this patch, several minutes of bashing didn't trigger the issue again.
-
- Mar 12, 2014
-
-
Marijn Haverbeke authored
Add tests. Adjust addons that depended on previous token structure. Also improve indentation around implicit end tags in HTML. Issue #2176 Issue #2333
-
- Mar 05, 2014
-
-
Marijn Haverbeke authored
It was broken and confused. Make the mode register a list of completable words instead. Issue #2324
-
- Mar 04, 2014
-
-
Marijn Haverbeke authored
Issue #2323
-