Commit Graph
3897 Commits
Author SHA1 Message Date
Joao Moreno 697cb96a32 Revert "improve suggest widget scaling"
This reverts commit d9d9369d6d.
2016-04-29 10:23:06 +02:00
Joao Moreno d9d9369d6d improve suggest widget scaling 2016-04-29 09:56:52 +02:00
Alex Dima c82bcaca96 Add isBuiltin property to extension activation telemetry event 2016-04-29 09:47:10 +02:00
Alex Dima 43e7c7e08c Fixes #4737: Adopt latest loader text plugin 2016-04-29 09:35:59 +02:00
Alex Dima 75596214bc Fixes #5618: mouseWheelScrollSensitivity is a float, not an integer 2016-04-29 09:27:08 +02:00
Alex Dima 86f27d887b Fixes #3642: Generate dynamic CSS for decorations also for high contrast 2016-04-29 09:03:21 +02:00
Alex Dima 0de53e0984 Fixes #4900: use identifier instead of id 2016-04-29 08:54:25 +02:00
Alex Dima 259f1bb8e4 Fixes #4903: use identifier instead of id 2016-04-29 08:53:23 +02:00
Alex Dima 451346502f Fixes #4699: Map VK_CANCEL to PauseBreak 2016-04-29 08:50:00 +02:00
Benjamin Pasero 610113e2d4 disable unreliable test 2016-04-29 07:35:31 +02:00
Alex Dima 9bd4622c65 Fixes #5278: Allow extensions to overwrite a language's name 2016-04-28 17:52:44 +02:00
Joao Moreno 88fa9cd86e use lstat in rimraf
fixes #3755
2016-04-28 17:30:20 +02:00
Alex Dima 27263557f7 Fixes #5325: Guard against markers without a message 2016-04-28 17:24:37 +02:00
Alex Dima b02c4facaf Fixes #5362: MainThreadTextEditor: disassociate code editor as soon as code editor's model changes 2016-04-28 17:15:09 +02:00
Joao Moreno 10ef60a0b7 also send queried text 2016-04-28 16:59:58 +02:00
Joao Moreno 0a81c69e11 dont assign process.env when spawned from cli
fixes #1033
2016-04-28 16:34:17 +02:00
Martin Aeschlimann 5f6a60128d Fix electron URLs 2016-04-28 16:04:38 +02:00
Alexandru Dima 9610e70997 Fixes #5457: SelectionHighlighter should behave when editor does not have a model 2016-04-28 15:50:44 +02:00
Alexandru Dima e53dcbc917 Fixes #5479: Don't do anything if no lines are rendered 2016-04-28 15:46:51 +02:00
isidor de99c3c398 debug: show actions widget even if initializing
fixes #5922
2016-04-28 15:43:11 +02:00
isidor e6d893b7c5 debug: limit hover to 5000
fixes #5935, fixes #5823
2016-04-28 15:06:53 +02:00
isidor b2a16a7e08 debug: better thread expand, reveal focus
fixes #5826
2016-04-28 14:49:24 +02:00
Alexandru Dima 77af9d75c7 Fixes #5483: Harden MainThreadTextEditor.matches 2016-04-28 14:45:13 +02:00
isidor 07f7bb1644 debug: clear all threads on continue for go, tmp fixes #5835 2016-04-28 10:58:26 +02:00
Johannes Rieken 1c08e3ffea improve doc for previewHtml command, also use parse with reviver, fixes #5902 2016-04-28 10:55:45 +02:00
Joao Moreno 50807c9ea0 scale suggest widget with editor's font size
fixes #2465
2016-04-28 10:18:46 +02:00
isidor 45650d7b5a debug: only change call stack input when thread count changes
fixes #5784
2016-04-28 09:44:36 +02:00
Joao Moreno dad2546fa8 remove dependency to workspace context service from cli
fixes #3877
2016-04-28 09:37:36 +02:00
Benjamin Pasero c8783f311e Exclude the .svn folder from Find in Files by Default (fixes #5896) 2016-04-27 18:35:24 +02:00
Johannes Rieken 1babeac102 Revert "add smartSuggestionsOnly settings, fixes #5574"
This reverts commit 4858b5910d.
2016-04-27 18:33:10 +02:00
Benjamin Pasero 80753fd224 "Open New Terminal" does not work for empty workspace (fixes #5834) 2016-04-27 18:03:13 +02:00
Benjamin Pasero 102ded5192 Git errors - give me action to show output (fixes #5815) 2016-04-27 17:47:22 +02:00
Benjamin Pasero 19566ef395 fix cursor for disabled sash 2016-04-27 17:27:50 +02:00
Benjamin Pasero 88b42168b3 Markdown preview cannot be resized anymore (fixes #5833) 2016-04-27 17:16:34 +02:00
Joao Moreno 506ade0725 extension service query telemetry 2016-04-27 17:07:32 +02:00
Joao Moreno fd8aa36776 click suggestion to accept it
fixes #5521
2016-04-27 16:57:42 +02:00
Joao Moreno d0a609e0e7 dont launch auto updater on unsigned application
fixes #5542
2016-04-27 15:57:19 +02:00
Joao Moreno c5a44a058d fixes #5576 2016-04-27 15:57:19 +02:00
isidor 474450a76f fixes #5825 2016-04-27 15:46:23 +02:00
Joao Moreno 52c91d32e9 dont propose to install on update readme
fixes #5672
2016-04-27 15:46:17 +02:00
Joao Moreno 2ef375ecf4 fix bad serif font in extensions quick open
fixes #5793
2016-04-27 15:36:17 +02:00
Erich Gamma 628f77deab Adding the language to the workspaceLoad event 2016-04-27 15:06:57 +02:00
Joao Moreno cec6b8d615 bring back gallery cache
fixes #5882
2016-04-27 15:02:09 +02:00
isidor 638704112d fixes #5804, fixes #5801 2016-04-27 14:54:17 +02:00
Johannes Rieken 73b97a0642 correct localise call, fallback to err if no err.message is available, protected message service against invalid items, fixes #5891 2016-04-27 14:33:42 +02:00
Johannes Rieken 4858b5910d add smartSuggestionsOnly settings, fixes #5574 2016-04-27 13:59:02 +02:00
João Moreno 48a0447e23 Merge pull request #4590 from SofianHn/master3
adding telemetry to extension widget
2016-04-27 12:34:45 +02:00
isidor 815b1a9c71 fixes #5778 2016-04-27 12:02:37 +02:00
Johannes Rieken 254d100dbb improve detection when link becomes active, fixes #5843 2016-04-27 11:41:29 +02:00
Johannes Rieken a47b167a6c resolve promise when message is being dismissed via ESC, fixes #5797 2016-04-27 10:43:32 +02:00