Commit Graph

6697 Commits

Author SHA1 Message Date
Joao Moreno
86d138241e ask for extension icon in query
related to #10180
2016-08-09 11:38:01 +02:00
Benjamin Pasero
974bce453e Save: Flush to disk after writing to file (fixes #9589) 2016-08-09 11:30:05 +02:00
Johannes Rieken
eccb0245a3 Merge pull request #10310 from Microsoft/joh/miniedits
Make text edits more minimal
2016-08-09 10:52:50 +02:00
Johannes Rieken
fbebca5527 do not use for-of and const
https://github.com/Microsoft/TypeScript/issues/10220
2016-08-09 10:41:21 +02:00
Johannes Rieken
d208042647 update tests 2016-08-09 10:11:32 +02:00
Johannes Rieken
a0a56c041f move stringDiff and make minal code, reuse for all format operations (doc, range, on type) 2016-08-09 10:09:01 +02:00
Alex Dima
e4ab8701ac Fixes #7769: Increase max decoration height in overview ruler 2016-08-09 10:04:00 +02:00
Alex Dima
a835f0c482 Improve message for tabSize and insertSpaces 2016-08-09 10:04:00 +02:00
Benjamin Pasero
f77da312b3 fix issue with "Close All" 2016-08-09 09:51:32 +02:00
Joao Moreno
7fd7e3ceb9 don't use es6 on index.js 2016-08-09 09:47:02 +02:00
Joao Moreno
b0d5f8a2ac extra comma 2016-08-09 09:47:02 +02:00
Johannes Rieken
b2ae03678a update tests 2016-08-09 09:45:37 +02:00
Johannes Rieken
6a678c40e0 don't restore view state as we have trustworthy edits 2016-08-09 09:43:33 +02:00
Benjamin Pasero
b59f466b01 Closing a dirty split editor (existing OR untitled) should not affect the initial editor (fixes #8983) 2016-08-09 09:39:20 +02:00
Benjamin Pasero
665b278948 remove unused services 2016-08-09 09:12:35 +02:00
Benjamin Pasero
d2000aab96 restore old command deprecation warning 2016-08-09 09:09:43 +02:00
Daniel Imms
590f21f71c Revert "Implement terminal scroll bar"
Going to hold off on this until sourcelair/xterm.js#224 is merged.

This reverts commit 0a5a071cea.
2016-08-08 15:22:26 -07:00
Daniel Imms
0a5a071cea Implement terminal scroll bar 2016-08-08 15:16:41 -07:00
Daniel Imms
99059750f2 Merge pull request #9480 from formulahendry/runEntireText
[Terminal] Run entire text if selection is empty
2016-08-08 10:09:55 -07:00
Daniel Imms
348ee2bc42 Add context key for terminal scroll up/down 2016-08-08 09:53:19 -07:00
Johannes Rieken
f4c18ebb73 first cut of more minimal text edits 2016-08-08 18:44:36 +02:00
Benjamin Pasero
28f8aa8af0 Add actions to move tabs within groups (Ctrl-Shift-PgUp and Ctrl-Shift-PgDown) (fixes #10291) 2016-08-08 18:43:22 +02:00
Benjamin Pasero
e1a7a724ef expose commands to move an editor in a group left and right (for #10291) 2016-08-08 18:26:07 +02:00
Daniel Imms
6bc4cbc136 Move terminal commands into skipped commands
Also add the rest of the commands.

Part of #10302
2016-08-08 09:24:33 -07:00
Daniel Imms
3670165658 Improve commandsToSkipShell wording
Part of #7269
2016-08-08 09:12:05 -07:00
Daniel Imms
0d6dd8627d Support a list of commands to skip handling by shell
Fixes #7269
2016-08-08 09:08:12 -07:00
Daniel Imms
7c734490c7 Support standard terminal scroll down/up 1 line keybindings
Windows: ctrl+up/down
Linux: ctrl+shift+up/down
Mac: cmd+up/down

Fixes #10302
2016-08-08 08:47:06 -07:00
Benjamin Pasero
661bf0dbfb Provide setting to not show read-only full settings buffer when opening Settings (fixes #9904) 2016-08-08 17:37:47 +02:00
Joao Moreno
82211b4d3d home, end in suggest
fixes #10263
2016-08-08 17:34:57 +02:00
Joao Moreno
58de2a3239 Revert "Add ctrl+p and ctrl+n to CommonKeybindings"
This reverts commit b01fb0bfd0.
2016-08-08 17:04:42 +02:00
Joao Moreno
669064fb2e Revert "Support ctrl+p/ctrl+n navigation in quickOpenWidget"
This reverts commit 3a52eb2614.
2016-08-08 16:55:56 +02:00
Joao Moreno
ab09a74c80 isolate index.js from index.html 2016-08-08 16:52:32 +02:00
Joao Moreno
183e4e8e4e oops 2016-08-08 16:47:25 +02:00
Alex Dima
6ed4065b20 Fixes #10222: Always eat up ctrl+a (to not get the browser default) 2016-08-08 16:17:33 +02:00
Joao Moreno
18beedd450 improve consistency in env sent to renderer procs
fixes #10194
2016-08-08 16:12:37 +02:00
Johannes Rieken
ff061902a7 add cancellation support for showInput and showQuickPick, #9377 2016-08-08 15:51:06 +02:00
Alex Dima
b0c702dd2f Use the correct accessor (find the correct context keys) 2016-08-08 15:25:43 +02:00
Alex Dima
e784ae6085 More cleanup 2016-08-08 15:25:43 +02:00
Alex Dima
ce86f17e9c Clean up menuOpts 2016-08-08 15:25:43 +02:00
Alex Dima
016c161edf Use options interface for editor actions and editor commands ctor 2016-08-08 15:25:43 +02:00
Alex Dima
9f53cc4f67 Editor Action kbOpts are and`ed with _precondition 2016-08-08 15:25:43 +02:00
Alex Dima
6027655101 Reduce usage of EditorAction.enabled 2016-08-08 15:25:43 +02:00
Alex Dima
85e4ab959f Focus is not in _precondition 2016-08-08 15:25:43 +02:00
Benjamin Pasero
6e81c92e9b [glob] {**/package.json,**/project.json} matches too much (fixes #9917) 2016-08-08 11:31:07 +02:00
Benjamin Pasero
dbe4cc5172 remove legacy showTabsOverflowAction flag 2016-08-08 11:15:21 +02:00
Benjamin Pasero
4627a401ab handle editor commands from one file 2016-08-08 11:04:49 +02:00
Johannes Rieken
d9b4047d54 clarity when completions are requested, #10098 2016-08-08 10:35:56 +02:00
Benjamin Pasero
11fa14a6d0 moveEditorToRightGroup should not attempt to move the editor when it's the only editor in the group (fixes #9873) 2016-08-08 09:58:10 +02:00
Benjamin Pasero
69729e7375 code polish 2016-08-08 09:48:37 +02:00
Benjamin Pasero
b91c182be4 click twice to open folder after start vscode (fixes #9834) 2016-08-08 09:41:20 +02:00