Commit graph

7875 commits

Author SHA1 Message Date
Benjamin Pasero e849e7cc05 fix activity action showing blue feedback on mouse click when showing badge 2016-07-14 14:59:38 +02:00
Sandeep Somavarapu e2d3c45d8f implement cursor move command 2016-07-14 14:51:50 +02:00
Benjamin Pasero 99f215d43c 'revealIfOpened' flag should start at active editor (fixes #9265) 2016-07-14 14:32:39 +02:00
Johannes Rieken dccdd5879c check on activeActions, fixes #8995 2016-07-14 13:44:10 +02:00
Johannes Rieken 16926be391 mirror 'source' when cursor changes, #8093 2016-07-14 12:34:51 +02:00
Martin Aeschlimann 7bd27cdf11 write the for loop explicitly 2016-07-14 12:28:59 +02:00
Alex Dima 24feea5a75 Fix another TS rename fail 2016-07-14 13:09:16 +03:00
Alex Dima 03c781b91a Fixes #9257: Fix TS rename fail... 2016-07-14 12:37:41 +03:00
Johannes Rieken babfdf2607 context menu - append old contributed action to the end 2016-07-14 11:18:50 +02:00
Martin Aeschlimann 62ebdc3222 fixes #9222: missing outlining expander 2016-07-14 11:05:59 +02:00
Martin Aeschlimann ea82f07c69 Div per line decoration 2016-07-14 11:05:40 +02:00
Johannes Rieken bb84ee819d Revert "Revert "code editor creators should create scoped keybinding services or not""
This reverts commit eae1a2f1b7.
2016-07-14 10:20:08 +02:00
Benjamin Pasero 89cce3d7ee Merge pull request #9255 from Microsoft/ben/reparent
reparent editor container for #8579
2016-07-14 09:59:15 +02:00
Benjamin Pasero 84e0315cc1 title: instant refresh on startup 2016-07-14 09:56:36 +02:00
Benjamin Pasero 8f0302ad73 clear out the control if the context is no longer present 2016-07-14 09:54:56 +02:00
Johannes Rieken a7dfddeb82 Merge pull request #9186 from f111fei/patch-15
Fix debounceEvent
2016-07-14 09:49:54 +02:00
Benjamin Pasero de1fcfae7d Merge branch 'master' into ben/reparent 2016-07-14 09:38:39 +02:00
Benjamin Pasero da66c7093b better context solution 2016-07-14 09:35:14 +02:00
Benjamin Pasero 3544dc96ae Several CJK strings on the UI are very difficult to read on standard definition monitors due to font weight and size (fixes #8653) 2016-07-14 08:44:20 +02:00
Benjamin Pasero 1cef0f3cc1 [Regression 1.3] Command palette no longer mouse-accessible (fixes #8913) 2016-07-14 08:19:53 +02:00
Benjamin Pasero 5dc69d3b5a clean up 2016-07-14 08:01:37 +02:00
f111fei a6e21c3f02 make testcase async 2016-07-14 09:52:31 +08:00
f111fei 1ec1e8550e add debounceEvent testcase 2016-07-14 09:52:30 +08:00
xzper 715020f086 Fix debounceEvent 2016-07-14 09:52:29 +08:00
Christof Marti cec53e52bb Collect telemetry for #55 2016-07-13 17:31:07 -07:00
Johannes Rieken 0421a34923 use new 'revealIfOpened' flag when opening a declaration, fixes #7432 2016-07-13 18:40:01 +02:00
Joao Moreno 9a3b741c3e show extension icon only when loaded
fixes #8265
2016-07-13 17:49:58 +02:00
Joao Moreno 4f9f06cd71 use editor font in rename widget 2016-07-13 17:39:06 +02:00
Joao Moreno ca20cad60a cleanup 2016-07-13 17:31:01 +02:00
Joao Moreno fcf1db9176 show installed extensions
fixes #8224
2016-07-13 17:29:15 +02:00
Joao Moreno 2c78ebf2b8 use themes category, not tag 2016-07-13 17:13:04 +02:00
Joao Moreno 74eacec3de extension viewlet keyboard accessibility
fixes #8621
2016-07-13 16:51:09 +02:00
Benjamin Pasero b904d13d00 allow to always show a pick entry even when the user searches (for #5073) 2016-07-13 16:44:21 +02:00
Benjamin Pasero c815f7e302 bug: need to update editor group toolbar when changing active tab, otherwise split action can go missing 2016-07-13 16:30:08 +02:00
Joao Moreno c77c2867b6 extension viewlet: page up / down
related to #8621
2016-07-13 16:18:33 +02:00
Johannes Rieken 1e4d48a16d Merge pull request #9180 from Microsoft/joh/context
Migrate EditorActions wrt context menu
2016-07-13 16:14:25 +02:00
Benjamin Pasero bc1b94eef1 css dnd polish 2016-07-13 16:13:08 +02:00
Benjamin Pasero f4f2186f80 editor container is always 100% height 2016-07-13 16:13:08 +02:00
Johannes Rieken 0370a4d1eb Merge branch 'master' into joh/context 2016-07-13 16:12:48 +02:00
Joao Moreno b6facca08a improve extension list performance
related to #8621
2016-07-13 16:10:45 +02:00
Joao Moreno 26e45212b9 reveal extensions when focusing
fixes #9173
2016-07-13 16:10:45 +02:00
Johannes Rieken 9007f6f25c value scheme component, fixes #8468 2016-07-13 16:08:21 +02:00
Sandeep Somavarapu 758a61e0b5 Implement #9010 2016-07-13 16:00:31 +02:00
Martin Aeschlimann d926a2f0f5 fix compile errors from fix for #8647 2016-07-13 15:37:20 +02:00
Benjamin Pasero 3c14dfe7df Editor should not handle all draggable objects (fixes #9179) 2016-07-13 15:30:57 +02:00
Johannes Rieken 51ca10982e Merge branch 'master' into joh/context 2016-07-13 15:28:47 +02:00
Alex Dima 4d85f2edb3 Fixes #6053: handle reaching end of line while searching better 2016-07-13 16:25:25 +03:00
Johannes Rieken ed9e56b261 be aware that 'asAbsolutePath' might be 'null', fixes #8793 2016-07-13 12:59:23 +02:00
Joao Moreno 82136bd865 increase auto update check period 2016-07-13 12:58:00 +02:00
Joao Moreno e03a964556 remove last checked update
fixes #7515
2016-07-13 12:57:29 +02:00