Commit Graph

6663 Commits

Author SHA1 Message Date
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
Benjamin Pasero
ee55203ad4 File -> Open Recent menu shows paths containing "&" wrong (fixes #10049) 2016-08-08 09:17:23 +02:00
Benjamin Pasero
e8014cc48d open new editors from double-click always at the end (fixes #10208) 2016-08-08 08:59:08 +02:00
Benjamin Pasero
5233bea8ac Add CP852 support (fixes #9468) 2016-08-08 08:47:57 +02:00
Benjamin Pasero
1e44e242a7 Make "Toggle Status Bar" a global setting (fixes #10246) 2016-08-08 08:36:28 +02:00
Benjamin Pasero
a9716fbd9f "Go" > "Switch Group" > "Side Group" should be labelled "Center Group" (fixes #10131) 2016-08-08 08:32:00 +02:00
Benjamin Pasero
bf1db232ca warn about workbench.action.terminal.focus 2016-08-08 08:29:16 +02:00
Alex Dima
dde41be023 Adopt more of EditorAction._precondition 2016-08-05 18:12:13 +02:00
Alex Dima
c54515ad4c Convert EditorAction.supported usages to _precondition usages 2016-08-05 18:12:13 +02:00
Alex Dima
d76757fa9e Add _precondition to all EditorAction`s 2016-08-05 18:12:13 +02:00
Sandeep Somavarapu
4027c3ea1a clean up - remove commented lines. Related 10194 2016-08-05 17:59:41 +02:00
Sandeep Somavarapu
35ef7bc18e clean up env passing from main to renderers
related to #10194
2016-08-05 17:38:49 +02:00
Sandeep Somavarapu
b4e188f97c fix start arguments in launch ipc 2016-08-05 17:38:49 +02:00
isidor
07f2b9dab9 repl input: tune line height 2016-08-05 15:59:12 +02:00
isidor
b4937be487 mainThreadEditorsTracker: skip editors with models not in the model service 2016-08-05 15:13:40 +02:00
isidor
8d97953717 debug: use editor as repl input 2016-08-05 15:13:40 +02:00
Johannes Rieken
9312aa5fe7 debt - provideCompletionItems should not return an array 2016-08-05 14:00:16 +02:00
Johannes Rieken
263cb2c3e6 debt - make editor adapter use overwrite[Before|After] instead of multiple suggest results 2016-08-05 13:01:39 +02:00
Sandeep Somavarapu
3e3dd8cec1 fix #9887 2016-08-05 11:36:24 +02:00
Johannes Rieken
fe974d08cb and more 2016-08-05 09:31:14 +02:00
Johannes Rieken
5f8374ca8b missing monaco.d.ts 2016-08-05 09:24:09 +02:00
Alex Dima
1a7ca5a77b More cleanup around KbCtxKey 2016-08-04 23:59:51 +02:00
Alex Dima
dd7c3d4ab0 Move defaultValue to KbCtxKey 2016-08-04 23:59:49 +02:00
Alex Dima
aadec363cd More adoption of KbCtxKey 2016-08-04 23:59:48 +02:00
Alex Dima
acea018800 Clean up editor commands 2016-08-04 23:59:47 +02:00
Alex Dima
61b42f7332 Introduce EditorCommand and adopt it 2016-08-04 23:59:45 +02:00
Sandeep Somavarapu
7abe1a6427 Editor scroll by wrapped lines, lines, page, half page #9609 2016-08-04 17:56:56 +02:00
Johannes Rieken
63765cc2d4 debt - make the SuggestAdapter return only one suggest result 2016-08-04 16:55:18 +02:00
Johannes Rieken
5887ea6d55 debt - move resolve logic to ISuggestItem 2016-08-04 16:55:18 +02:00
Johannes Rieken
38207c8098 debt - make snippets come in as completion provider 2016-08-04 16:55:18 +02:00
Johannes Rieken
88b10aa07f debt - fix overwriteBefore|After for suggestions once and then trust it 2016-08-04 16:55:18 +02:00
Alex Dima
6fddb78593 Assign members! 2016-08-04 16:43:41 +02:00
Alex Dima
83f77de51f Add KbCtxKey and adopt it... 2016-08-04 16:42:42 +02:00
Alex Dima
d185dd6d4a Share common KbExpr instances 2016-08-04 16:05:15 +02:00