Commit Graph

5364 Commits

Author SHA1 Message Date
Benjamin Pasero
1aea998b48 get rid of global file input cache 2016-09-13 11:41:58 +02:00
Johannes Rieken
42f0109569 use heapService for workspace symbol provider, #11455 2016-09-13 11:26:02 +02:00
Benjamin Pasero
5b3a847022 Merge pull request #11904 from Microsoft/11897_focus_active_editor_cmd
Implement focus active editor group command
2016-09-13 10:32:38 +02:00
Daniel Imms
73865bce26 Prevent null pointer exception 2016-09-13 01:31:06 -07:00
Benjamin Pasero
fb0803a2a4 comment out flaky test 2016-09-13 10:06:22 +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
c291a21367 Towards inlining KeyMod references 2016-09-12 22:51:01 +02:00
Alex Dima
a72dc40355 mark KeyCode enum as const 2016-09-12 22:50:58 +02: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
Daniel Imms
7e58057032 Implement focus active editor group command
Fixes #11897
2016-09-12 12:03:03 -07: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
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
Joao Moreno
ea45b3873b chain events
fixes #11297
2016-09-12 15:33:19 +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
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
463b895359 use env service over process.env VSCODE_SHARED_IPC_HOOK 2016-09-12 10:10:26 +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
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
Daniel Imms
b4cebc20ba Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor 2016-09-10 18:49:18 -07:00
Andre Weinand
130a50f673 no longer warn about non-absolute paths for 'runtimeExecutable' 2016-09-10 23:14:28 +02:00
Daniel Imms
7bf362eb61 Clean up 2016-09-10 12:35:19 -07:00
Daniel Imms
3d93bad53e Get instance labels working 2016-09-10 12:25:12 -07:00
Daniel Imms
982620a825 Fix conflict errors 2016-09-10 12:07:43 -07:00
Daniel Imms
a020b8595b Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor 2016-09-10 12:01:59 -07:00
Daniel Imms
c0c4029d6a Merge pull request #11700 from Microsoft/octref/10917
Add shellPath to allow user specify preferred shell. Fix #10917
2016-09-10 11:47:36 -07:00
Daniel Imms
f26b1d08ed Fix instance visibility on launch 2016-09-09 20:12:07 -07:00
Daniel Imms
be8f35a881 Terminal layout 2016-09-09 20:00:00 -07:00