Commit Graph
7499 Commits
Author SHA1 Message Date
Alex Dima 30be7f138a Fixes Microsoft/monaco-editor#127: Set the font on the canvas context correctly, add an extra 2px for Japanese 2016-09-05 15:39:17 +02:00
isidor 9fa56d6f7e debug: use default tree indentation of 12 pixels
fixes #10618
2016-09-05 15:38:21 +02:00
isidor d0dd14237a replEditor polish: no need to import repl.css twice 2016-09-05 15:38:21 +02:00
Johannes Rieken 8bb0ff07da don't wait while ext host starts, fixes #10535 2016-09-05 14:26:48 +02:00
isidor 9b4ef12a4f debug: more restrictive with Variable id
fixes #11469
2016-09-05 12:58:12 +02:00
Martin Aeschlimann 52158ca23d [theme service] Avoid array constructions when collecting rules 2016-09-05 12:34:15 +02:00
Johannes Rieken 76e60a46aa add heuristic for label highlights when only filterText but not the label matches, fixes #11466 2016-09-05 12:31:59 +02:00
Johannes Rieken 8150e1c4be use insertText when score suggestions, fixes #11423 2016-09-05 11:52:22 +02:00
Johannes Rieken 78ae49587a modeId falls back to current editor model fixes #11331 2016-09-05 11:49:26 +02:00
isidor a8409aebd0 debug: disconnect icons
fixes #10998
2016-09-05 11:39:59 +02:00
Johannes Rieken 6767d2d641 don't use instanceof check but trust the data, fixes #10703 2016-09-05 11:37:30 +02:00
Johannes Rieken 3a68dedf80 Merge branch 'joh/next' 2016-09-05 11:08:09 +02:00
Andre Weinand 0ba7f55dcc fix typo in 'Capabilities' 2016-09-05 10:36:51 +02:00
Daniel Imms e87f1d91ab Fix preserveFocus param typo
Fixes #11474
2016-09-02 14:58:07 -07:00
Johannes Rieken e334494baa handle edge case, fixes #11402 2016-09-02 18:18:27 +02:00
Martin Aeschlimann 5fb5131a7d [icon themes] qualify icon theme id to avoid conflicts. Fixes #11463 2016-09-02 17:27:10 +02:00
Martin Aeschlimann 6bc037e276 [settings] error in "http.proxyAuthorization" . Fixes #11459 2016-09-02 16:42:58 +02:00
Martin Aeschlimann b711927ed4 [explorer] folder icon is always expanded . Fixes #11453 2016-09-02 16:06:23 +02:00
Johannes Rieken 98d4bd4bdb use nicer syntax for optional methods, #11203 2016-09-02 15:39:42 +02:00
Johannes Rieken a0a62b918b wire up progress callback, fixes #11442 2016-09-02 13:25:57 +02:00
Alex Dima 22dccab502 Fixes Microsoft/monaco-editor#146: Cancel focus timeout if the view gets disposed 2016-09-02 12:43:58 +02:00
Alex Dima 5430176732 Fixes #11409: Move style to apply only to the standalone editor 2016-09-02 12:07:46 +02:00
Johannes Rieken 4348ca050d bring selection/focus back to editor after updating the zone widget height, fixes #11408 2016-09-02 10:34:08 +02:00
Daniel Imms 57c890cdfc Merge pull request #11419 from Microsoft/11325_fix_terminal_show_focus
Fix Terminal.show preserveFocus parameter
2016-09-01 15:36:33 -07:00
Daniel Imms ac78889ae5 Improve Terminal API documentation
Fixes #11276
Fixes #11214
2016-09-01 15:02:46 -07:00
Daniel Imms 536533a6a4 Force focus when the terminal panel is already visible 2016-09-01 14:59:48 -07:00
Daniel Imms a90b43c2c3 Fix Terminal.show preserveFocus parameter
Fixes #11325
2016-09-01 14:32:42 -07:00
Daniel Imms acb8b0cc00 Merge pull request #11416 from Microsoft/11377_fix_terminal_exception
Fix terminal exception when create new is called on uninitialized panel
2016-09-01 14:00:39 -07:00
Daniel Imms 7bd499af9b Revert "Use a config interface for terminal creation in API"
We're sticking with simple for now, an overload can be used if a config object
is necessary later.

This reverts commit 873b3d0b38.
2016-09-01 14:00:10 -07:00
Daniel Imms 2b7e5ca598 Fix terminal exception when create new is called on uninitialized panel
Fixes #11377
2016-09-01 13:34:11 -07:00
Sandeep Somavarapu 77a55622be fix corner case for scroll command when end line is visible in viewport 2016-09-01 17:38:37 +02:00
Sandeep Somavarapu a7c1bdc927 fix #11232 2016-09-01 17:22:57 +02:00
Alex Dima 152e0b04a7 Fixes #11196: improve schema for editor.fontWeight 2016-09-01 16:57:02 +02:00
Alex Dima 50e1d67a51 Fixes #11366: Revert the code around terminal.integrated.fontWeight 2016-09-01 16:45:52 +02:00
Benjamin Pasero 1a60e57ab3 Infinite loop when closing several tabs (fixes #11394) 2016-09-01 16:44:33 +02:00
Benjamin Pasero f7287b548c hc: a bit of padding for explorer rename box (#11226) 2016-09-01 16:31:05 +02:00
Benjamin Pasero b237a1bd63 hc: do not push active tab 2016-09-01 16:28:41 +02:00
Benjamin Pasero 0ed9cfedf1 Cannot read property 'charCodeAt' of null when saving untitled file in Makefile mode (fixes #11395) 2016-09-01 16:05:43 +02:00
Alex Dima 80e61c7a23 Fixes #11104: Only have certain contributions created in the ReplEditor 2016-09-01 15:13:14 +02:00
Alex Dima 92fe584061 Extract ReplEditor to its own file 2016-09-01 15:13:14 +02:00
Alex Dima 4c9ebcacba Rename editorBrowserContribution -> editorContribution 2016-09-01 15:13:14 +02:00
Alex Dima a550cd73e5 Store directly the editor contributions ctors 2016-09-01 15:13:14 +02:00
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