Commit Graph

5933 Commits

Author SHA1 Message Date
Joao Moreno
c8ea56860c remove unreachable code 2016-05-30 17:12:55 +02:00
Benjamin Pasero
72fe2fe5ba Be quiet Hodor 2016-05-30 16:31:43 +02:00
Martin Aeschlimann
1e099735a6 fixes #6976: [json] Modifying a JSON Schema file requires a restart of VS code to pick up the changes 2016-05-30 16:27:39 +02:00
Johannes Rieken
72ebf29820 debt - remove unused code 2016-05-30 14:08:19 +02:00
isidor
02be5256fd fixes #6405 2016-05-30 12:56:05 +02:00
isidor
d8998d1c9b fixes #6797 2016-05-30 12:45:48 +02:00
Johannes Rieken
91f26f80df debt - refactor URI.withXYZ methods, #6678 2016-05-30 12:44:50 +02:00
Johannes Rieken
213699e067 debt - align path.normalize and node-path#normalize wrt to dot-segements 2016-05-30 12:33:22 +02:00
isidor
ef91c0fb9a open editors: always update the tree with 250 delay
#6749
2016-05-30 12:31:11 +02:00
isidor
a65bfe9c61 fixes #6957 2016-05-30 11:46:33 +02:00
isidor
43131f07b1 Some open editors do not have a resource so use the name as drag identifier instead
fixes #7021
2016-05-30 11:42:20 +02:00
isidor
1e6fdb8c13 fixes #6983 2016-05-30 11:13:34 +02:00
Benjamin Pasero
a0623b4429 glob: duplicate entries in parsed pattern (fixes #7023) 2016-05-30 11:11:20 +02:00
Johannes Rieken
45a797bec1 check for input box options, fixes #7013 2016-05-30 10:54:15 +02:00
Benjamin Pasero
6e366f56ff Glob regex matches too much (fixes #6936) 2016-05-30 10:52:27 +02:00
Benjamin Pasero
422e34bcc1 fix compile error 2016-05-30 10:33:28 +02:00
Benjamin Pasero
c04d5cbb2f fix: file not getting pinned when getting dirty 2016-05-30 10:22:52 +02:00
Martin Aeschlimann
a8eadbd8d4 Clean up __characterPairSupport, fixes #6889 2016-05-30 10:12:13 +02:00
Benjamin Pasero
db21446a84 missing focus when triggering search while quick open is open (fixes #6668) 2016-05-30 10:07:56 +02:00
Dirk Baeumer
e08b4bd998 Restored menu bar translations. 2016-05-30 09:44:26 +02:00
Benjamin Pasero
207a8e3314 Add Reset Zoom action to menu (fixes #6958) 2016-05-30 09:33:47 +02:00
Benjamin Pasero
221efb8c53 Possible to bring up multiple save dialogs on same file (fixes #5636) 2016-05-30 08:45:25 +02:00
Benjamin Pasero
02a656fc78 Merge pull request #6167 from Microsoft/ben/stacks
Stacks
2016-05-30 08:25:03 +02:00
Benjamin Pasero
7067520fc9 Take care of disposing embedded models in editors (fixes #6535) 2016-05-28 10:04:08 +02:00
Benjamin Pasero
2404dc0a5a Revert "search looses focus when jumping between results that are not pinned"
This reverts commit a333d74d61.
2016-05-27 19:11:24 +02:00
Benjamin Pasero
33184c04b7 allow delete from keyboard in search results (fixes #6962) 2016-05-27 18:41:44 +02:00
Benjamin Pasero
a333d74d61 search looses focus when jumping between results that are not pinned 2016-05-27 17:14:54 +02:00
Benjamin Pasero
a42976ec17 Merge branch 'master' into ben/stacks 2016-05-27 16:50:59 +02:00
Benjamin Pasero
30f5a203f3 Split action should always pin the editor it creates (fixes #6804) 2016-05-27 16:50:30 +02:00
Alex Dima
2833eb9d66 Fixes #612: Handle ^ commands when removing commands in keybindings.json 2016-05-27 15:46:19 +02:00
Alex Dima
bdb06710e8 Revert "Fixes #6380: Markdown does not disable autotrigger suggest"
This reverts commit 71f93aa38e.
2016-05-27 15:38:08 +02:00
Joao Moreno
41ce771532 extract extensions in a rolling fashion
fixes #6947
2016-05-27 15:25:46 +02:00
Joao Moreno
b76da24dcd clean up pty.js on packaging
fixes #6963
2016-05-27 14:57:47 +02:00
Alex Dima
54a692ae33 Fixes #6964: forward ModelContentChanged2 in the editor 2016-05-27 14:50:29 +02:00
Benjamin Pasero
42f70e6b11 "open recent" polish 2016-05-27 11:20:44 +02:00
Benjamin Pasero
9b4aa065cb Open: Cmd + click opens in new window (fixes #6956) 2016-05-27 11:10:47 +02:00
Andre Weinand
4035f3eece update node-debug translations 2016-05-27 10:35:26 +02:00
Alexandru Dima
342cbe3ba7 Merge pull request #6911 from Microsoft/dbaeumer/6909
Pull request to address #6909
2016-05-27 10:34:38 +02:00
Martin Aeschlimann
eb54c3cef8 Revert type-parameter lookahead (fixes #6955) 2016-05-27 10:23:00 +02:00
Benjamin Pasero
4c813d8b4d Complicated duplication in editor service and part (#6326) 2016-05-27 10:20:34 +02:00
Alex Dima
05c87e71b8 Fixes #6862: Do not auto trim whitespace if edits are not near the cursors 2016-05-27 09:54:48 +02:00
Joao Moreno
f22a249469 Merge remote-tracking branch 'origin/master' 2016-05-27 09:44:01 +02:00
Joao Moreno
82b6aae02f return empty promise 2016-05-27 09:43:25 +02:00
Joao Moreno
d0eba0dbd4 Merge branch 'master' into tyriar/install_extension_ret_zero 2016-05-27 09:41:34 +02:00
Benjamin Pasero
764aa07993 no dirty state change event when auto save is on 2016-05-27 09:11:43 +02:00
Benjamin Pasero
34c933670d inputToType => createInput (for #6324) 2016-05-27 08:55:07 +02:00
Benjamin Pasero
44a8a1f1ba getId() => getTypeId() for (#6324) 2016-05-27 08:53:02 +02:00
Martin Aeschlimann
995b3778e6 [less/sass] test cssvariable colorizing 2016-05-27 08:37:21 +02:00
Martin Aeschlimann
9cf7f1158f CSS variable colorizer test 2016-05-27 08:31:48 +02:00
Benjamin Pasero
f7494b2057 add tests for #6936 2016-05-27 08:00:57 +02:00