Commit Graph
242 Commits
Author SHA1 Message Date
Dirk Baeumer 97f5c11267 Merge branch 'master' into dbaeumer/TS2.0 2016-09-23 09:06:39 +02:00
Benjamin Pasero fd97fc4229 tasks: set icon path for folders too 2016-09-23 08:48:44 +02:00
Benjamin Pasero d81ee41c51 show folders (for #241) 2016-09-23 07:58:38 +02:00
Dirk Baeumer 179f3780de Merge branch 'master' into dbaeumer/TS2.0 2016-09-22 21:36:02 +02:00
Sandeep Somavarapu 7baf009e27 WindowEventChannel: Create it before registerting channel - Initial window events are bufferred 2016-09-22 18:51:58 +02:00
Dirk Baeumer f64813174a Fixing new compile error detected by 2.0 compiler 2016-09-22 16:38:53 +02:00
Sandeep Somavarapu b6b7bf914f ChoiceService: ipc 2016-09-22 08:39:19 +02:00
Sandeep Somavarapu e971497cee windowEventService: ipc 2016-09-22 08:39:19 +02:00
Sandeep Somavarapu 32c6a6a2f2 SharedProcess: Create returns a promise resolved when it is available to connect 2016-09-22 08:39:19 +02:00
Joao Moreno e023d81ce8 ipc: send client ids when connecting 2016-09-21 10:24:04 +02:00
Joao Moreno 862ac8d858 extensions: built-in 2016-09-19 18:05:24 +02:00
Benjamin Pasero f7d57d69c4 Allow to Ctrl+click in File > Open Recent to open in new window (fixes #8819) 2016-09-19 11:26:01 +02:00
Benjamin Pasero 30d7f7d0b8 Windows: Jump list misses files in the recent category when opened (fixes #241) 2016-09-19 11:26:01 +02:00
Benjamin Pasero 67175a9bcb fix auto save menu enablement 2016-09-16 15:53:22 +02:00
Benjamin Pasero 906a01d077 add auto save toggle (#11974) 2016-09-16 11:48:39 +02:00
Benjamin Pasero 02dc6befca imports 2016-09-16 09:21:08 +02:00
Joao Moreno dc172cddf8 drop install-vsix altogether 2016-09-15 18:41:16 +02:00
Joao Moreno b3f39bf739 remove extensionsWorkbenchExtension! 2016-09-15 18:41:16 +02:00
Joao Moreno 9dea73691e process vsix installations from args 2016-09-15 18:41:16 +02:00
Joao Moreno df3fd2dc41 shared process init data 2016-09-15 18:41:02 +02:00
Benjamin Pasero a4a100213d Do not add to recent files list when running with "--diff" (fixes #12049) 2016-09-15 07:27:54 +02:00
Alexandru Dima 0a79f6d1bf Add temporary access to chrome://accessibility (workaround for #12036) 2016-09-14 20:53:46 +02:00
Alexandru Dima 81bb89dec6 Keep keyCodes.ts lean and mean 2016-09-14 20:33:26 +02:00
Joao Moreno f26cf83dd8 print commit in new line 2016-09-14 10:09:00 +02:00
Benjamin Pasero 6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Joao Moreno 70ab16cc10 surface error
fixes #11931
2016-09-13 15:23:01 +02:00
Alexandru Dima f35b6bd94d Merge pull request #11122 from marktrz/master
Implements whitespace rendering for "boundary" and "all" modes.
2016-09-12 16:52:27 +02:00
Benjamin Pasero 986a2081f7 more aligned bg color on window start 2016-09-12 10:19:31 +02:00
Benjamin Pasero eab4cd3599 Quitting Code in fullscreen mode forgets previous windows state (fixes #11864) 2016-09-12 10:07:28 +02:00
heycalmdown fd1d5e5a04 Change a behavior as Switch 'Workspace -> Window' 2016-09-08 15:32:55 +09:00
heycalmdown d797ec32c8 Added new command to switch between workspaces 2016-09-07 21:16:40 +09:00
Benjamin Pasero 8dcd3e67d7 move argv to platform 2016-09-05 17:19:47 +02:00
Benjamin Pasero 96f781719f isolate macIntegration (from electronFileTracker) 2016-09-05 10:55:00 +02:00
Benjamin Pasero ae12f603c6 move vscode:openFiles handling to integration.ts 2016-09-05 10:26:41 +02:00
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 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 4a3661a058 Changing file icon theme to none applies it to only one VSCode window (fixes #11285) 2016-08-31 19:10:21 +02:00
Joao Moreno 06241839f3 improved code --help localization
fixes #11218
2016-08-31 15:41:27 +02:00
Joao Moreno 039bba1ed0 show commit when --version 2016-08-30 15:53:09 +02:00
marktrz 3dd99175c2 Removes view menu for toggling render whitespace. 2016-08-29 12:15:16 -04:00
Joao Moreno 0e826e8660 fixes #10497 2016-08-29 14:41:37 +02:00
Joao Moreno 1dff9b55f7 💄 2016-08-29 14:41:37 +02:00
Daniel Imms de1778435d Revert "Correct --locale suggestion in --help"
This reverts commit 69df5034e4.
2016-08-28 15:06:12 -07:00
Joao Moreno d2ba113b21 remove deprecated extensions earlier 2016-08-26 15:31:21 +02:00
Martin Aeschlimann 5121f5b84b [icons] icon theme selection picker and menu action 2016-08-26 12:18:48 +02:00
Benjamin Pasero 46d90b43f1 Should stop sending global settings and keybindings via IPC (fixes #6094) 2016-08-23 09:58:12 +02:00
Benjamin Pasero 1de7a23ccc code clean up 2016-08-23 09:19:04 +02:00