- May 13, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #2557
-
- May 10, 2014
-
-
as3boyan authored
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- May 06, 2014
-
-
Marijn Haverbeke authored
Closes #2539
-
- May 05, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- May 03, 2014
-
-
Marijn Haverbeke authored
Issue #2529
-
- May 02, 2014
-
-
Brandon Frohs authored
Added `combineTokens` for overlays that can override default `combine` argument.
-
- Apr 25, 2014
-
-
Marijn Haverbeke authored
So that the click doesn't kill editor focus. Closes #2505
-
Marijn Haverbeke authored
Issue #2502
-
- Apr 22, 2014
-
-
Marijn Haverbeke authored
Issue #2475
-
Marijn Haverbeke authored
Closes #2482
-
- Apr 09, 2014
-
-
Marijn Haverbeke authored
-
- Apr 08, 2014
-
-
Marijn Haverbeke authored
Issue #2442
-
Marijn Haverbeke authored
Issue #2438
-
- Apr 07, 2014
-
-
Marijn Haverbeke authored
Issue #2439
-
Marijn Haverbeke authored
Issue #2438
-
- Apr 02, 2014
-
-
Marijn Haverbeke authored
-
- Apr 01, 2014
-
-
Marijn Haverbeke authored
-
Radek Piórkowski authored
Issue #2385
-
Marijn Haverbeke authored
It assumed it saw all parts of the stream, and started doing bad things when that was not the case. Issue #2410
-
- Mar 26, 2014
-
-
Marijn Haverbeke authored
Issue #2406
-
- Mar 20, 2014
-
-
Yunchi Luo authored
-
Marijn Haverbeke authored
Issue #2385
-
Yunchi Luo authored
-
Bert Chang authored
-
Bert Chang authored
-
- 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 17, 2014
-
-
Marijn Haverbeke authored
Closes #2376
-
- 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 10, 2014
-
-
Marijn Haverbeke authored
-
- Mar 09, 2014
-
-
Marijn Haverbeke authored
Issue #2334
-
- Mar 05, 2014
-
-
Marijn Haverbeke authored
It was broken and confused. Make the mode register a list of completable words instead. Issue #2324
-
Marijn Haverbeke authored
Since it's what you want most of the time, and easy to forget.
-
- Mar 04, 2014
-
-
Marijn Haverbeke authored
Issue #2323
-