Commit Graph
3456 Commits
Author SHA1 Message Date
Alex Dima f5a3dfd368 Fixes #4460: Improve description for editor.wrappingColumn 2016-04-08 17:39:14 +02:00
Alex Dima 7c1c26a31a Fixes #4942: Tweak typescript bundling definitions 2016-04-08 17:36:30 +02:00
Alex Dima 2395a89ab8 Fixes #5078: Validate IActionDescriptor 2016-04-08 16:58:29 +02:00
Alex Dima eb025fcad3 var -> let 2016-04-08 16:50:23 +02:00
Alex Dima be6d8e4cb7 Add CharacterClassifier with a fast ASCII code path instead of using a sparse number[] all the time 2016-04-08 16:40:32 +02:00
Alexandru Dima 8eba9f6467 Merge pull request #4825 from be5invis/be5invis-patch-kinsoku-shori
Add CJK-aware line wrapping, and basic Kinsoku Shori (禁則処理) to Visual Studio Code
2016-04-08 16:14:12 +02:00
Alex Dima 63c85fb3b2 Fixes #5077: Do not use query string when creating the web workers 2016-04-08 11:47:58 +02:00
Alex Dima 9a88999b59 Fixes #2943: render character at cursor 2016-04-08 11:39:48 +02:00
Alex Dima 3815ee2080 Reduce usage on vs/base 2016-04-08 11:39:48 +02:00
Johannes Rieken bac28cc23d also check for nearDeath when accessing a document, #4488 2016-04-08 11:34:50 +02:00
Johannes Rieken a611a734b2 remove loss of type-safely in InstantiationService 2016-04-08 11:18:31 +02:00
Benjamin Pasero 8b17abaf60 themes: also need to be stored on main side 2016-04-08 10:38:36 +02:00
Johannes Rieken 24bf3b56f2 rename ITelemetryService.start to ITelemetryService.timedPublicLog 2016-04-08 10:32:25 +02:00
Johannes Rieken 36e0f95524 debt - consolidate duplications 2016-04-08 10:25:39 +02:00
Johannes Rieken 98d5e5126d debt - move NullTelemetryService 2016-04-08 10:25:39 +02:00
Johannes Rieken c60f5b3632 debt - use Disposable over add/remove, remove unused members 2016-04-08 10:25:39 +02:00
Johannes Rieken 12c519e481 Revert "workaround npe"
This reverts commit 544fafeca3.
2016-04-08 08:54:28 +02:00
Johannes Rieken b3abd4f629 fix issue that come with using nullTelemetryService 2016-04-08 08:54:28 +02:00
Lambdac0re 55dfa60408 Fixed wrong reference in config description (#5080)
This also needs to be fixed in translations.
2016-04-08 08:41:22 +02:00
Daniel Imms c82ac047c4 Reland: Disable welcome page when user is root
Ideally this is a temporary fix for gettingStarted and can be removed once the
freeze is fixed in electron.

Fixes #3068
Fixes #5067
2016-04-07 22:14:53 -07:00
Alex Dima 3e16b9bc72 TypeScript is not a compat mode 2016-04-07 19:07:55 +02:00
Alex Dima 3af5cc7804 Each test instantiates its own mode 2016-04-07 18:12:58 +02:00
Alex Dima 84503d54e6 HandleBars mode tests should not depend on Typescript mode 2016-04-07 18:12:57 +02:00
Alex Dima 81f49529e8 Markdown mode tests should not depend on Typescript mode 2016-04-07 18:12:56 +02:00
Alex Dima 7547666efe PHP mode tests should not depend on Typescript mode 2016-04-07 18:12:55 +02:00
Alex Dima 814e85a18e Less mode tests should not depend on Typescript mode 2016-04-07 18:12:54 +02:00
Benjamin Pasero 678629ded8 fix editor background regression when all editors are closed 2016-04-07 17:34:21 +02:00
Benjamin Pasero ef3ba976e5 make sure each editor container gets the monaco-editor-background 2016-04-07 17:10:32 +02:00
Benjamin Pasero 544fafeca3 workaround npe 2016-04-07 16:41:35 +02:00
Martin Aeschlimann 3daf436a80 Less delay on theme preview 2016-04-07 16:16:04 +02:00
Benjamin Pasero 7d7028d458 File/Folder picker (fixes #530) 2016-04-07 15:51:30 +02:00
Alex Dima 6b3f6a2f29 tslint 2016-04-07 15:48:21 +02:00
Alex Dima 503d673f85 HTML mode tests should not depend on Typescript mode 2016-04-07 15:48:20 +02:00
Joao Moreno 6b87aec8de fix nls issue 2016-04-07 15:23:08 +02:00
Johannes Rieken a142aa1c04 debt - use NullTelemetryService instead of enableTelemetry flag 2016-04-07 14:52:57 +02:00
Benjamin Pasero c228d6eb92 Cannot read property 'fsPath' of null (fixes #5010) 2016-04-07 13:50:36 +02:00
Alex Dima f2611860dd Fixes #843: use white-space: pre-wrap in hover 2016-04-07 13:11:51 +02:00
Martin Aeschlimann 3355be8810 Fix for tokens in standalone editor 2016-04-07 13:05:22 +02:00
Alex Dima 4a9fa6d88b Turn off indent guides for now 2016-04-07 12:43:48 +02:00
Alex Dima f4d0bd6297 Fixes #5036: glyph margin lags a little bit behind when changing themes 2016-04-07 12:30:41 +02:00
Alex Dima 0616a554bd Improvements to indentGuides rendering 2016-04-07 12:22:39 +02:00
Johannes Rieken 4e0936ea3a add a command to open dev tools for webviews 2016-04-07 12:12:11 +02:00
Johannes Rieken c7297d9c90 in addition to iframe, apply styles also to webview body, #5038 2016-04-07 12:12:11 +02:00
Joao Moreno 4849118632 propagate VSCODE_IPC_HOOK to renderer 2016-04-07 11:30:56 +02:00
Johannes Rieken b5654a9b80 fix typo 2016-04-07 11:15:33 +02:00
Johannes Rieken c1b8068d92 tackle #5024 2016-04-07 11:10:55 +02:00
Joao Moreno 1618a89436 align extension telemetry events 2016-04-07 10:10:23 +02:00
Benjamin Pasero b43c950147 polish 2016-04-07 09:23:32 +02:00
Alex Dima 17d6617118 Add editor.indentGuides option, render indent guides 2016-04-07 09:17:44 +02:00
Benjamin Pasero 52c47af705 fix #4982 2016-04-07 08:27:11 +02:00