19391 Commits

Author SHA1 Message Date
Joao Moreno
a89b4e8ae8 disable crash reporter during smoke tests 2017-10-21 21:53:00 +02:00
Benjamin Pasero
449f03a626 Saving file after it has been deleted from disk saves empty file. (fixes #36573) 2017-10-20 16:08:16 +02:00
isidor
b2e886f1eb use play icon for debug 2017-10-20 16:05:31 +02:00
Alex Dima
b8df0a3fe6 Fixes #5887: Remove limit for "Change/Select All Occurrences" 2017-10-20 15:56:49 +02:00
Alex Dima
c43a3fa228 Merge cursor draw calls in the decorations overview ruler 2017-10-20 15:56:49 +02:00
isidor
4bbd41a1c3 composite bar fix icon 2017-10-20 15:56:25 +02:00
Benjamin Pasero
6e31f4ada2 Settings can be open more in more than one tab (fixes #36447) 2017-10-20 15:49:43 +02:00
isidor
cf5ea02310 decrease overflow width 2017-10-20 15:49:14 +02:00
isidor
a65731b798 compositeBar: always show active one 2017-10-20 15:43:48 +02:00
isidor
089ea2dc2a panelPart: null guard 2017-10-20 15:43:47 +02:00
Benjamin Pasero
b01f60e7d8 fix #36431 2017-10-20 15:38:07 +02:00
Benjamin Pasero
2e5f49fe67 fix npe 2017-10-20 15:33:39 +02:00
Alexandru Dima
55b2ff265b Merge pull request #36410 from Microsoft/alex/interval-tree
Reimplement decorations as an interval tree
2017-10-20 15:28:00 +02:00
isidor
6186155cf2 CompositeBar: relayout on panel open since different panels have different action bar width 2017-10-20 15:25:18 +02:00
Benjamin Pasero
f53f4d9f17 introduce a new command for #26977 2017-10-20 15:22:46 +02:00
Alex Dima
5f8562294b Merge remote-tracking branch 'origin/master' into alex/interval-tree 2017-10-20 15:20:02 +02:00
isidor
38a2154d77 CompositeBar: Do not layout if not visible. Otherwise the size measurment would be computed wrongly 2017-10-20 15:17:10 +02:00
Alex Dima
057714ea5c SelectionHighlighter should not highlight the exact same matches as the find widget 2017-10-20 15:15:34 +02:00
Martin Aeschlimann
c107b0865e [folding] CollapseState -> CollapseMemento 2017-10-20 15:09:54 +02:00
Martin Aeschlimann
0f0d76bf23 [folding] Cannot read property 'getCollapseState' of undefined 2017-10-20 15:09:54 +02:00
isidor
e10e99b007 fix global action background color 2017-10-20 14:57:17 +02:00
isidor
f262248124 CompositeBar: fix overflow math 2017-10-20 14:57:17 +02:00
Alex Dima
3212c452e4 Increase slow test timeout 2017-10-20 14:54:30 +02:00
Alex Dima
a0982eb071 Avoid needless checks 2017-10-20 13:33:25 +02:00
Alex Dima
3c2db90699 More overflow checks 2017-10-20 13:31:49 +02:00
Alex Dima
b45c8b8578 Renames 2017-10-20 13:27:53 +02:00
Alex Dima
93157c291b Avoid flickering by painting the overview ruler with colors in the same order 2017-10-20 13:26:22 +02:00
Alex Dima
9073cc1c4d Bump find limit to 20k given all the perf work around decorations 2017-10-20 13:10:03 +02:00
Alex Dima
f2d47bcc49 Improve message 2017-10-20 13:07:50 +02:00
Benjamin Pasero
33eb2e7644 set files.useExperimentalFileWatcher to true by default 2017-10-20 12:31:07 +02:00
Brandon Bloom
8ce940f33d Fixes #36544. (#36578) 2017-10-20 12:18:51 +02:00
isidor
bd7334b008 CompositeBar: fix ellipses in the dark theme 2017-10-20 12:13:42 +02:00
Sandeep Somavarapu
a1fcd4acfc Fix #36625 2017-10-20 12:02:48 +02:00
Sandeep Somavarapu
6bd308077f Tests for #36625 2017-10-20 12:02:48 +02:00
isidor
d796f8e961 composite bar: fix drag and drop colors 2017-10-20 12:02:19 +02:00
Benjamin Pasero
aadf994076 remove unused file 2017-10-20 11:54:16 +02:00
Benjamin Pasero
9d40f0c647 tweak scoring to prevent match scattering 2017-10-20 11:47:53 +02:00
Alex Dima
819c00594e Simplify ViewModelDecoration 2017-10-20 11:33:14 +02:00
Alex Dima
9146ff3352 Query model for decorations only for visible model lines in the viewport (in contiguos visible model lines batches) 2017-10-20 11:18:01 +02:00
isidor
5b4c9d2534 explorerModel: better isDirectory setting 2017-10-20 11:10:08 +02:00
isidor
bb74340d4c CompositeBar: respect icon setting in CompositeActionItem
fixes #36618
2017-10-20 10:28:30 +02:00
Alex Dima
c01d8c1ac1 Approximate find matches in the overview ruler if there are a high number of results 2017-10-20 10:07:37 +02:00
Alex Dima
34e74ba157 Tweak the way find decorations are managed 2017-10-20 09:38:09 +02:00
Alex Dima
69ab7b140e More aggressive merging of overview ruler decorations 2017-10-20 09:26:01 +02:00
Alex Dima
b6d492b446 Encode overview ruler decorations in a number array 2017-10-20 09:18:34 +02:00
Alex Dima
30e2d204a0 Move getAllOverviewRulerDecorations to IViewModelLinesCollection 2017-10-20 08:43:45 +02:00
Benjamin Pasero
49f58653bd 💄 add type 2017-10-20 08:13:24 +02:00
Martin Aeschlimann
d6e8af6c0c [foldig] fix for restoring folding 2017-10-19 23:11:40 +02:00
Sandeep Somavarapu
424e4e0f83 Tests for #33323 2017-10-19 23:03:40 +02:00
Martin Aeschlimann
3571c35c2d [folding] refactor fold/unfold (remove CollapsibleRegionsHierarchies) 2017-10-19 22:54:58 +02:00