Commit Graph
7497 Commits
Author SHA1 Message Date
Benjamin Pasero a6f05902e2 Add 'Go to Symbol' to the 'Go' menu (fixes #11494) 2016-09-04 10:32:30 +02:00
Benjamin Pasero e74ef45315 Recent folders list changes when opening folder in extension debug window (fixes #11164) 2016-09-04 10:26:50 +02:00
Benjamin Pasero 9795372d35 Dragging a folder onto a tab should not show drop acceptance feedback (fixes #8362) 2016-09-04 10:03:38 +02:00
Benjamin Pasero e63da2416b add missing english alias for global actions 2016-09-03 11:51:43 +02:00
Benjamin Pasero 0357c71cf3 remove unused code 2016-09-03 11:10:20 +02:00
Benjamin Pasero bb658ff13f let => const 2016-09-03 11:07:43 +02:00
Benjamin Pasero 955aa315b0 Increase the recent folder list capacity (fixes #11460) 2016-09-03 11:02:36 +02:00
Benjamin Pasero 1d8296cc22 allow to close dirty diff editor if file is opened anywhere else 2016-09-03 10:21:07 +02:00
Benjamin Pasero 38a61f3a90 Cannot use message service before workbench is up (fixes #9769) 2016-09-03 09:49:17 +02:00
Benjamin Pasero bde3dd024a remove global actions from activity bar part 2016-09-03 09:26:15 +02:00
Benjamin Pasero a1a5ad0ab6 Message service show action buttons in reverse order (fixes #11311) 2016-09-03 09:24:52 +02:00
Benjamin Pasero 4f21084c3c Images do not show updated when changed on disk (fixes #7951) 2016-09-03 08:45:13 +02:00
Benjamin Pasero 94f66bad46 add action to open extensions folder 2016-09-03 08:44:39 +02:00
Daniel Imms e87f1d91ab Fix preserveFocus param typo
Fixes #11474
2016-09-02 14:58:07 -07: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 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
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