Commit Graph
7457 Commits
Author SHA1 Message Date
Alex Dima ac263d2129 Introduce and adopt @editorBrowserContribution 2016-09-01 15:13:14 +02:00
Alex Dima d4979dbd32 Add and adopt @commonEditorContribution 2016-09-01 15:13:14 +02:00
isidor c790199fd1 repl input: show vertical scroll bar 2016-09-01 15:11:42 +02:00
isidor 994186c24e debug: polish preconditions for hitory previous and next actions 2016-09-01 15:10:45 +02:00
Johannes Rieken 9db6b67de4 Merge pull request #11336 from Microsoft/doc-typo
Fix typo in doc
2016-09-01 14:12:00 +02:00
Sandeep Somavarapu cabbdb9100 merge go to definition link with active link 2016-09-01 13:06:47 +02:00
Martin Aeschlimann c87984913f [css] color decorators not showing. Fixes #11381 2016-09-01 12:05:25 +02:00
isidor 32b9ebe532 Do not fire composite opened if open got ignored (another compoiste opened meanwhile)
fixes #11373
2016-09-01 11:13:24 +02:00
isidor f20867bf71 debug: ignore last empty line when computing line height
fixes #11321
2016-09-01 11:09:06 +02:00
Benjamin Pasero 31bff72a4d Typos in files.autoSave comment (fixes #11341) 2016-09-01 10:04:40 +02:00
isidor 9ecf8366a2 debug: no longer needed to override tree twistie position
fixes #11352
2016-09-01 09:46:14 +02:00
isidor 2cd662b650 Go back to red square icon for disconnect
#10998
2016-09-01 09:27:01 +02:00
Erich Gamma 7931b5ed32 Follow-up fix for #11003 2016-09-01 09:11:35 +02:00
Alex Dima 49ab7424de debug repl uses ReplEditor 2016-09-01 09:08:54 +02:00
Alex Dima ff89cc1291 CodeEditorWidget has its contributions and actions overridable 2016-09-01 09:08:54 +02:00
Sandeep Somavarapu 76f690054e Merge PR #10924 2016-09-01 09:08:12 +02:00
Erich Gamma 483880d147 Fix for #11283 add a setting to exclude languages 2016-09-01 09:07:45 +02:00
Benjamin Pasero d2c04e3789 revert valign to fix #11319 2016-09-01 07:26:18 +02:00
Benjamin Pasero cbfb76ae0e more border (for #11303) 2016-09-01 07:04:17 +02:00
Sandeep Somavarapu a3e2cacb1e externalize link foreground color color 2016-08-31 23:28:08 +02:00
Sandeep Somavarapu 72b38ef1c5 more settings support 2016-08-31 23:15:58 +02:00
Pine 33eeb7a2b0 Fix typo in doc 2016-08-31 12:00:52 -07:00
Sandeep Somavarapu 5b96cbca60 fix #11323 2016-08-31 20:14:23 +02:00
Daniel Imms 873b3d0b38 Use a config interface for terminal creation in API
Fixes #11332
2016-08-31 11:07:57 -07:00
Benjamin Pasero 39c5f37d43 Typo in closeOnFocusLost setting comment (fixes #11326) 2016-08-31 19:43:15 +02:00
Benjamin Pasero 4a3661a058 Changing file icon theme to none applies it to only one VSCode window (fixes #11285) 2016-08-31 19:10:21 +02:00
Sandeep Somavarapu bbeedafc37 Proper names for custom TM settings and add findRangeHighlight 2016-08-31 18:22:12 +02:00
Andre Weinand 80a3ead8de update node-debug 2016-08-31 17:58:56 +02:00
Alexandru Dima 6bb7aee302 Merge pull request #11312 from sandyarmstrong/use-shadows-docfix
Correct docs for IEditorScrollbarOptions.useShadows
2016-08-31 17:34:35 +02:00
Alex Dima b284c48c93 Fixes Microsoft/monaco-editor#151: Wait a bit for mode to register its tokenization support 2016-08-31 17:32:12 +02:00
Martin Aeschlimann b9bb465459 Merge branch 'master' of https://github.com/Microsoft/vscode 2016-08-31 17:23:08 +02:00
Martin Aeschlimann 8cd58d1c2d CSS color box is badly positioned. fixes #11296 2016-08-31 17:23:02 +02:00
Alex Dima c3718ce5dd Fixes Microsoft/monaco-editor#137: Add fallback case when hit testing completely fails 2016-08-31 17:02:11 +02:00
Martin Aeschlimann b344c30ceb Icon theme json file shows warning if does not have file entry. Fixes #11243 2016-08-31 16:48:31 +02:00
Martin Aeschlimann 5aee8429a4 Merge branch 'master' of https://github.com/Microsoft/vscode 2016-08-31 16:46:27 +02:00
Martin Aeschlimann 21e0564110 Some options in intelli-sense for icon theme json file does not have documentation. Fixes #11240 2016-08-31 16:46:20 +02:00
Alex Dima baf1b9e30a Fixes Microsoft/monaco-editor#143: Ship accessibility help and defineKeybinding contributions only in vscode 2016-08-31 16:43:05 +02:00
Martin Aeschlimann 4f87592cec Merge branch 'master' of https://github.com/Microsoft/vscode 2016-08-31 16:40:14 +02:00
Martin Aeschlimann a17f3e3f45 Icon picker should have a last entry to search for icon packs on the marketplace for #11231 2016-08-31 16:40:03 +02:00
Alex Dima 18120dc307 Fixes Microsoft/monaco-editor#147: Hide context menu if editor scrolls 2016-08-31 16:22:10 +02:00
Alex Dima aff498b7ed Adopt latest css loader plugin 2016-08-31 16:17:00 +02:00
Martin Aeschlimann 9e23acc5dc Merge branch 'master' of https://github.com/Microsoft/vscode 2016-08-31 16:14:47 +02:00
Martin Aeschlimann c97ee3aaa9 Select "Find more themes in marketplace" resets my selected theme. Fixes #11230 2016-08-31 16:14:42 +02:00
Sandy Armstrong dd0bcadf13 Correct docs for IEditorScrollbarOptions.useShadows 2016-08-31 07:00:02 -07:00
Joao Moreno 7327276dc2 disallow sorting from installed extensions
fixes #11254
2016-08-31 15:51:12 +02:00
Joao Moreno 6d420f5b0e fix some extension query sortings
fixes #11246
2016-08-31 15:49:22 +02:00
Alex Dima e07e2b015b Fixes Microsoft/monaco-editor#133: Brackets are case-insensitive 2016-08-31 15:47:19 +02:00
Alex Dima daf411d8d2 Move more bracket matching tests to textModelWithTokens.test.ts 2016-08-31 15:47:19 +02:00
Alex Dima 668ff04cda Merge model.brackets.test.ts into textModelWithTokens.test.ts 2016-08-31 15:47:19 +02:00
Joao Moreno 06241839f3 improved code --help localization
fixes #11218
2016-08-31 15:41:27 +02:00