Commit graph

9660 commits

Author SHA1 Message Date
Joao Moreno
9da8d35954 publish extension sourcemaps
fixes #10994
2016-09-13 09:42:11 +02:00
Benjamin Pasero
037b2341fc less direct use of FileEditorInput 2016-09-13 08:47:18 +02:00
Benjamin Pasero
4acd22df73 let => const; less use of FileEditorInput 2016-09-13 08:19:05 +02:00
Alex Dima
3fc1538d28 More const enum 2016-09-12 22:51:05 +02:00
Alex Dima
76b62dec1e const enum KeyMod (inline) 2016-09-12 22:51:03 +02:00
Alex Dima
262c0afaac Towards inlining KeyMod 2016-09-12 22:51:02 +02:00
Alex Dima
c291a21367 Towards inlining KeyMod references 2016-09-12 22:51:01 +02:00
Alex Dima
37f13e8b41 More const enums 2016-09-12 22:51:00 +02:00
Alex Dima
a72dc40355 mark KeyCode enum as const 2016-09-12 22:50:58 +02:00
Daniel Imms
6ab796c6c9 Merge pull request #11839 from Microsoft/tyriar/11275_terminal_refactor
Refactor terminal to enable processes to exist without the panel
2016-09-12 13:39:45 -07:00
Daniel Imms
99ebad259b Add back createTerminalEnv tests 2016-09-12 13:39:24 -07:00
Daniel Imms
51833724ae Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor 2016-09-12 12:53:18 -07:00
Alex Dima
54e6e40eab More adoption of CharCode 2016-09-12 21:06:56 +02:00
Alex Dima
dabbf52ac4 Adopt CharacterClassifier in CharacterHardWrappingLineMapping 2016-09-12 21:06:54 +02:00
Alex Dima
841ef4594f More CharCode adoption 2016-09-12 21:06:53 +02:00
Daniel Imms
7e58057032 Implement focus active editor group command
Fixes #11897
2016-09-12 12:03:03 -07:00
Daniel Imms
34a8572577 Resolve --user-data-dir before calling app.setPath
Fixes #11735
2016-09-12 11:53:18 -07:00
Alex Dima
9027dfa053 More usage of const enum in LinkComputer 2016-09-12 20:26:55 +02:00
Alex Dima
014d078690 Adopt CharacterClassifier in LinkComputer 2016-09-12 19:40:08 +02:00
Alex Dima
aa0166c2d5 Adopt CharCode in LinkComputer 2016-09-12 19:36:37 +02:00
Alex Dima
261ce27032 More const enum 2016-09-12 19:30:05 +02:00
Alex Dima
8963c399e2 Modernize and adopt CharacterClassifier in LineStream 2016-09-12 19:19:26 +02:00
Alex Dima
eb4d355acb Adopt CharacterClassifier in oneCursor 2016-09-12 19:19:25 +02:00
Alex Dima
cd410cb622 Introduce CharacterClassifier 2016-09-12 19:19:24 +02:00
Sandeep Somavarapu
a86e6b4522 Implement Search History #5508 2016-09-12 18:39:16 +02:00
Sandeep Somavarapu
a9b91a0a8a Externalize focussing input boxes using actions and key bindings 2016-09-12 18:39:16 +02:00
Sandeep Somavarapu
87462bb8c0 clean up in array set 2016-09-12 18:39:16 +02:00
Sandeep Somavarapu
ac3b200561 Implement history helper and tests - #5508 2016-09-12 18:39:16 +02:00
Alex Dima
8e562d6df4 More CharCode work & adoption 2016-09-12 18:33:25 +02:00
Alex Dima
6fee06d69c Introduce and adopt const enum CharCode for performance & readability 2016-09-12 17:38:05 +02:00
Benjamin Pasero
b3e928809e Unable to open workspace settings if "workbench.settings.openDefaultSettings": false (fixes #11888) 2016-09-12 17:20:30 +02:00
Benjamin Pasero
a23e82d374 code cleanup 2016-09-12 16:56:21 +02:00
Benjamin Pasero
ebf96cded4 workaround build issue with fsevents on windows 2016-09-12 16:56:21 +02:00
Alexandru Dima
f35b6bd94d Merge pull request #11122 from marktrz/master
Implements whitespace rendering for "boundary" and "all" modes.
2016-09-12 16:52:27 +02:00
Joao Moreno
c8bf389b6f use css animations for loading icons
fixes #11302
2016-09-12 16:42:12 +02:00
Joao Moreno
70d3150278 gone with the bare 🐻 2016-09-12 15:37:24 +02:00
Joao Moreno
ea45b3873b chain events
fixes #11297
2016-09-12 15:33:19 +02:00
Benjamin Pasero
dde6f243fa Unable to jump to first element in quick open with Arrow-Down and filtered (fixes #11882) 2016-09-12 15:06:58 +02:00
Benjamin Pasero
2db4e12808 add test for label change event 2016-09-12 13:59:33 +02:00
Benjamin Pasero
176f350454 more fixes for #9794 2016-09-12 12:59:47 +02:00
Joao Moreno
77d8f8b5f4 fix fonts in suggest, parameter hints 2016-09-12 12:51:06 +02:00
Joao Moreno
e928e758b6 parameter hints: scroll 2016-09-12 12:51:06 +02:00
Joao Moreno
4db0daca15 parameter hints: first steps
related to #2330
2016-09-12 12:51:06 +02:00
Joao Moreno
922dd9af45 browser event: stop 2016-09-12 12:51:06 +02:00
Joao Moreno
c05bf435e9 suggest: more font size fixes 2016-09-12 12:51:06 +02:00
Joao Moreno
1522200ac3 suggest: adapt font size, line height 2016-09-12 12:51:06 +02:00
Romanito
cc728e7bc6 Enable "Open with Code" on drive roots in Windows Explorer
The Windows Explorer context menu "Open with Code" works with files and directories but not with drive roots (C:\, D:\, etc.).
This change in the registry fixes that.
2016-09-12 11:40:56 +02:00
Benjamin Pasero
abcac58357 File model cache can end up with stale, disposed entries causing issues (fixes #11684) 2016-09-12 10:43:40 +02:00
Benjamin Pasero
986a2081f7 more aligned bg color on window start 2016-09-12 10:19:31 +02:00
Benjamin Pasero
463b895359 use env service over process.env VSCODE_SHARED_IPC_HOOK 2016-09-12 10:10:26 +02:00