Commit graph

26243 commits

Author SHA1 Message Date
Sandeep Somavarapu
778152c86d Fix #21114 2017-11-15 19:14:04 +01:00
isidor
bc69f8d521 sash: ditch event emitter
#38417
2017-11-15 18:42:48 +01:00
Martin Aeschlimann
abaf393e9d Fix broken regex of OR condition for fold marker. Fixes #37531 2017-11-15 17:37:19 +01:00
Martin Aeschlimann
43eb032f54 [themes] remove unused code 2017-11-15 17:29:19 +01:00
Martin Aeschlimann
5c3db78408 themeService: improve configuration event handling 2017-11-15 17:06:54 +01:00
Sandeep Somavarapu
5e52bdeca7 Remove references to EventEmitter 2017-11-15 16:14:44 +01:00
Sandeep Somavarapu
9b452c0768 Fix #16920 2017-11-15 15:45:23 +01:00
Johannes Rieken
609a53b4a4 Using 'new' event in diff navigator, #38417 2017-11-15 15:37:40 +01:00
Sandeep Somavarapu
ebfe7213ad Fix #34707 2017-11-15 15:31:35 +01:00
isidor
571b966c4f remove unused code
#38414
2017-11-15 15:26:24 +01:00
isidor
25f132cfe8 remove unused code
#38414
2017-11-15 15:23:44 +01:00
isidor
c16b2df648 remove unused code
#38414
2017-11-15 15:21:27 +01:00
Johannes Rieken
b4865282fd remove unused code, #38414 2017-11-15 15:17:08 +01:00
Johannes Rieken
58e8d53b00 remove unused code, #38414 2017-11-15 15:12:47 +01:00
Johannes Rieken
2da0f2215f remove some code, bring some code back 2017-11-15 15:08:21 +01:00
Martin Aeschlimann
51f2531b88 Minimap should pick up new colors when changing themes. Fixes #36443 2017-11-15 14:46:27 +01:00
Johannes Rieken
f58de870d7 debt remove some unused code 2017-11-15 14:38:41 +01:00
Martin Aeschlimann
fc6640df6f [html] editor.action.formatDocument removes <script> property. Fixes #36574 2017-11-15 12:48:36 +01:00
Martin Aeschlimann
5e7bb87cec Cannot read property 'getLineMaxColumn' of null. Fixes #38290 2017-11-15 12:48:36 +01:00
Sandeep Somavarapu
d1d86476b9 Fix #35101 2017-11-15 12:18:53 +01:00
Benjamin Pasero
6346690922 Error: Lifecycle cannot go backwards (fixes #38325) 2017-11-15 12:16:10 +01:00
Alex Dima
728c95f56c Have editor.autoIndent: false be honored when pressing Tab (#38261) 2017-11-15 12:11:32 +01:00
Alex Dima
ac65758211 Improve test-integration.bat 2017-11-15 12:11:31 +01:00
Sandeep Somavarapu
dd6dbe86b4 Trigger default settings change only after updating the model 2017-11-15 12:00:15 +01:00
Martin Aeschlimann
d5d1e76155 fix test-integration 2017-11-15 11:48:52 +01:00
Benjamin Pasero
f54d16c464 perf - schedule tabs layout at next animation frame (for #34745) 2017-11-15 11:38:58 +01:00
Benjamin Pasero
81427242c5 perf - prevent 2 page layouts in one method (for #34745) 2017-11-15 11:38:58 +01:00
Martin Aeschlimann
68c6182b83 clean up test scripts, bring back html server tests 2017-11-15 11:15:57 +01:00
Sandeep Somavarapu
d08a44a960 Fix #37482 2017-11-15 10:49:54 +01:00
Johannes Rieken
c7c988c5af fix #38294 2017-11-15 10:29:02 +01:00
Benjamin Pasero
5a318c2351 perf - remove duplicated mkdirp method 2017-11-15 10:06:33 +01:00
Benjamin Pasero
9486025f8c perf - remove unused code 2017-11-15 09:22:57 +01:00
Johannes Rieken
dd26fdb536
Merge pull request #38362 from mjbvz/fix-38360
Fit promise error in fileServices
2017-11-15 09:21:28 +01:00
Dirk Baeumer
18e70eb636 Fixes #38344: Cannot create custom tasks when there are detected tasks 2017-11-15 09:15:46 +01:00
Johannes Rieken
f2daea9047 add type annotation 2017-11-15 08:57:47 +01:00
Matt Bierner
ed9092c0a5 Fit promise error in fileServices
`detectMimeAndEncodingFromBuffer` returns a `TPromise<X> | X`. Seems we need to use `TPromise.resolve`to wrap this instead

Fixes #38360
2017-11-14 16:51:38 -08:00
Rob Lourens
3a7d517f65 Use octicon lightbulb for fuzzy search toggle button 2017-11-14 16:29:56 -08:00
Rob Lourens
03e1d7ddd1 Fix errant fuzzy widget and invisible count element on keybindings editor 2017-11-14 15:48:40 -08:00
isidor
cfb8344963 layout: keep size before maximized in storage to be preserved across sessions
fixes #37375
2017-11-14 23:41:01 +01:00
isidor
b70f2d4bb2 debug: pass in name when checking if debug start is enabled
fixes #38045
2017-11-14 23:18:55 +01:00
isidor
508614fc9b debug: option to control when to show debug status
fixes #37954
2017-11-14 22:57:21 +01:00
Sandeep Somavarapu
9fd562538b #38329 Always compute most relevant line offset 2017-11-14 22:37:58 +01:00
isidor
c87f59c8d0 debug: simplify reacting to breakpoint decoration events
fixes #20601
2017-11-14 22:09:27 +01:00
Sandeep Somavarapu
ab91623f96 Fix #38293 2017-11-14 21:28:56 +01:00
Matt Bierner
89f8a77cb8 Reapply #38328 with fix
Fixes #38049
2017-11-14 11:49:27 -08:00
isidor
fcd31ce698 fix build error 2017-11-14 20:47:42 +01:00
Matt Bierner
fe48d23086 Revert "Fixes markdown link syntax highlighting bug (#38328)"
This reverts commit 5fd4061806.
2017-11-14 11:27:05 -08:00
Matt Bierner
e2cb0ac35e Fix jsDoc setting resource warning 2017-11-14 10:35:53 -08:00
isidor
8439848964 more compossed twitter icon
fixes #9064
2017-11-14 18:45:21 +01:00
Benjamin Pasero
d57b9fd0f6 Dock context menu is useless (fixes #38199) 2017-11-14 18:03:50 +01:00