Commit graph

9637 commits

Author SHA1 Message Date
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
Benjamin Pasero
eab4cd3599 Quitting Code in fullscreen mode forgets previous windows state (fixes #11864) 2016-09-12 10:07:28 +02:00
Joao Moreno
ddf905dcf2 ignore 'getaddrinfo ENOTFOUND' errors 2016-09-12 09:46:25 +02:00
Benjamin Pasero
f02c44d371 Goto declaration should store current cursor in navigation history (fixes #11727) 2016-09-12 09:46:09 +02:00
Joao Moreno
4e80960be5 fixes #11837 2016-09-12 09:33:17 +02:00
João Moreno
05647f886c Merge pull request #11737 from rafaelstz/patch-2
Simple pattern of all other files
2016-09-12 09:11:09 +02:00
Johannes Rieken
311fa92861 disable multicursor and tab-stop support as a simple solution to #11742 2016-09-12 08:52:35 +02:00
Daniel Imms
b2d6d33ecc Add tests for instance title change event 2016-09-11 14:36:27 -07:00
Daniel Imms
6489581ea4 Reduce terminalInstance's service deps 2016-09-11 13:04:40 -07:00
Daniel Imms
a38afe6709 Resolve TODOs 2016-09-11 12:17:56 -07:00
Daniel Imms
b0b5475286 jsdoc 2016-09-10 21:04:56 -07:00
Daniel Imms
434e1e996f Don't hold onto font in TerminalInstance 2016-09-10 20:53:32 -07:00
Daniel Imms
e95af24f5a Remove old code 2016-09-10 20:39:28 -07:00
Daniel Imms
8bfe9123a8 Remove ITerminalPanel
Nothing needs to know about it anymore
2016-09-10 20:30:11 -07:00
Daniel Imms
c165080494 jsdoc 2016-09-10 20:29:10 -07:00
Daniel Imms
b0bf6fcee8 Implement terminal send text 2016-09-10 20:20:39 -07:00
Daniel Imms
a90e51c2a9 Implement copy and paste 2016-09-10 20:19:42 -07:00
Daniel Imms
f57a1bad3c Fix focus next/previous terminal 2016-09-10 20:15:13 -07:00
Daniel Imms
a73925fa03 Fix focus when toggling panel 2016-09-10 20:13:00 -07:00
Daniel Imms
4dca1cf358 Implement scroll up/down 2016-09-10 20:10:00 -07:00
Daniel Imms
8e3fb3d78a Implement terminal focus 2016-09-10 20:09:07 -07:00
Daniel Imms
983cf3b921 Implement terminal kill 2016-09-10 20:05:09 -07:00
Daniel Imms
c80c9ce39c Layout terminals after they are created 2016-09-10 19:12:33 -07:00
Daniel Imms
ae3c6c6cb0 Set styles correctly when terminal panel is not restored on launch 2016-09-10 18:57:06 -07:00