Commit Graph
4368 Commits
Author SHA1 Message Date
PJ Meyer 0ae67eeff6 Add ARG and match DTD 2016-04-10 21:00:42 -07:00
Daniel Imms 251829217a Use scoped /home/daimms variable to encapsulate rpmbuild
Fixes #3871
2016-04-08 15:57:48 -07:00
Martin Aeschlimann b6bdc71d72 colorize-test fixes for build 2016-04-08 23:26:25 +02:00
Martin Aeschlimann 24dfa08f6f Theme tests as extension test 2016-04-08 23:26:12 +02:00
Martin Aeschlimann 4d1a9fe47b Theming tests 2016-04-08 23:25:42 +02:00
Johannes Rieken be0565c680 Merge pull request #5098 from Microsoft/joh/diag
enrich DiagnosticsCollection, pass on the actual Diagnostic-objects
2016-04-08 18:42:59 +02:00
Alex Dima 4ab672d865 Fixes #5043: SelectionHighlighter highlights with a bit of a delay 2016-04-08 18:31:31 +02:00
Alex Dima 4629e26560 Fixes #110: Turn editor.selectionClipboard on by default 2016-04-08 17:58:33 +02:00
Johannes Rieken 742ae2ea14 provideCodeActions get those diagnostic instances others provided, not a clone 2016-04-08 17:52:20 +02:00
Alex Dima 84d418f434 Fixes #4562: || should be && 2016-04-08 17:42:07 +02:00
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
Johannes Rieken 8cdf377b66 add DiagnosticsCollection#has and #get 2016-04-08 17:31:35 +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
Johannes Rieken aeb52ceb8d add DiagnosticsCollection#forEach 2016-04-08 16:40:12 +02:00
Johannes Rieken fdc48b3fc6 refactor DiagnosticsCollection so that it holds data on ext host side 2016-04-08 16:17:43 +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
Andre Weinand a63353942c update node-debug 2016-04-08 15:39:42 +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
João Moreno 8e54ae3290 Merge pull request #5034 from senayar/buildHygieneTaskTypo
fix missing semi colon, and remove double task terminateProcess
2016-04-08 10:00:03 +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
Daniel Imms 2a5c6417da Add trim_trailing_whitespace to .editorconfig 2016-04-07 23:49:15 -07: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