5497 Commits

Author SHA1 Message Date
Alex Dima
e074dc1892 Regenerated standalone API 2016-05-25 15:38:02 +02:00
Alex Dima
8913a2b964 Add typed events to IModel 2016-05-25 15:31:32 +02:00
Alex Dima
d6659f6dd3 Reduce standalone editor API through @internal markers 2016-05-25 15:31:31 +02:00
Martin Aeschlimann
462bdd37e5 JSON edit deletes comments. fixes #6725 2016-05-25 14:56:01 +02:00
Martin Aeschlimann
18802ed5f4 Fixes in OSSREADME's 2016-05-25 14:48:10 +02:00
Sandeep Somavarapu
449f900b84 clean up: merge declaration and variable declaration in css 2016-05-25 12:55:25 +02:00
Sandeep Somavarapu
edf993f4aa Fix sass parser 2016-05-25 12:54:52 +02:00
Sandeep Somavarapu
338f9523fa #6765 fix LESS textmate grammar to support css variables 2016-05-25 12:54:31 +02:00
Sandeep Somavarapu
a6ead1712d #6744 Common abstract node for declaration and variable declaration and adopt to it in intellisense 2016-05-25 12:54:14 +02:00
Sandeep Somavarapu
b4c8ae24b7 #6754 fix intellisense for css variables to get triggerred only for first argument of a var function 2016-05-25 12:53:57 +02:00
Sandeep Somavarapu
cbc931dbf2 #6713 parse css variable as function argument. error markings. 2016-05-25 12:53:36 +02:00
Johannes Rieken
f73f84ecab encode uri components which are meant to be a path, fixes #6709 2016-05-25 12:46:14 +02:00
Johannes Rieken
ecd653b459 use the right numbers when computing the new sash ratio, fixes #6599 2016-05-25 12:23:29 +02:00
isidor
03b207680d debug: better error handling for non-existent launch configs
fixes #6800
2016-05-25 12:07:55 +02:00
isidor
63507b7ecc fixes #6809 2016-05-25 11:54:29 +02:00
Benjamin Pasero
f013ed186e Merge pull request #6588 from Microsoft/tyriar/bin_verbose_fix
Have --verbose work on the bin command
2016-05-25 11:41:01 +02:00
Johannes Rieken
74763fdfc4 make references tree size independent of editor line height, fixes #6742 2016-05-25 11:00:33 +02:00
Johannes Rieken
2ebad4f09d change settings descriptions, #6788 2016-05-25 10:51:07 +02:00
Johannes Rieken
eb6f1157c6 markdown mode uses TextualSuggestSupport, remove used id field, remove unused service dependencies, also fixes #6778 2016-05-25 10:40:52 +02:00
Johannes Rieken
0ac95a8f1d peek def action should check if it's for a nested editor, #6786 2016-05-25 10:19:06 +02:00
Alex Dima
4730f9637b Event naming should be onDidVerbNoun 2016-05-25 09:42:41 +02:00
Alex Dima
3fa0a5b16d Fixes #3516: Keep editor selection steady when doing replaceAll 2016-05-25 09:36:40 +02:00
Johannes Rieken
d122090933 return empty promise, don't reveal undefined, fixes #6739 2016-05-25 09:16:37 +02:00
Alex Dima
5c3cb6cf5c Improve keybinding rules for some find operations (#5727) 2016-05-25 08:57:47 +02:00
Daniel Imms
4dbb6571ac Don't reply terminal shell on error, dismiss terminal when exited
Fixes #6683
Fixes #6762
2016-05-24 17:37:39 -07:00
Daniel Imms
025009b50f Add 'Integrated' to toggle terminal action
Fixes #6706
2016-05-24 17:01:15 -07:00
Daniel Imms
d60d803082 Split unixLike terminal setting into linux and osx
Fixes #6770
2016-05-24 16:59:40 -07:00
Alex Dima
f4748a9d19 Fixes #3882: delete more whitespace when deleting right at the end of a line 2016-05-24 22:55:44 +02:00
Daniel Imms
8fc7a09743 Remove conflicting keybinding ctrl+tilde
Fixes #6720
2016-05-24 13:53:43 -07:00
Daniel Imms
096221c344 Change deb postrm shebang to /bin/bash
Fixes #6758
2016-05-24 13:39:09 -07:00
Alex Dima
223e0aabd4 Fixes #2717: Be smart about where to insert the keybindings snippet 2016-05-24 22:32:34 +02:00
Alex Dima
b9a0b95030 Fix compilation error 2016-05-24 18:17:12 +02:00
isidor
559f650500 debug: set configuration properly when being passed by api
fixes #6806
fixes #6808
2016-05-24 17:26:53 +02:00
Alex Dima
f21b6d16fc Fixes #612: Add method to remove a certain keybinding rule via -commandId 2016-05-24 16:44:19 +02:00
isidor
889fe70698 debug: announce breakpoint set / removed
fixes #6491
2016-05-24 14:58:58 +02:00
Benjamin Pasero
ed70be2130 Revert "Mode configuration: Add files.associations setting to user configuration"
This reverts commit 0d677ebaad823ad637e3a9e3f901d75520e41fed.
2016-05-24 14:53:37 +02:00
Benjamin Pasero
4ed95ea6dc Changing viewlets too quickly does not change view (fixes #6690) 2016-05-24 12:29:48 +02:00
Alex Dima
71f93aa38e Fixes #6380: Markdown does not disable autotrigger suggest 2016-05-24 09:54:22 +02:00
Daniel Imms
13c5e4fb4a Remove 'experimental' from integrated terminal strings 2016-05-23 15:30:06 -07:00
Daniel Imms
35e859e9df Enable integrated terminal on stable 2016-05-23 14:16:04 -07:00
Martin Aeschlimann
fba0ac8e5c Type curly bracket using Czech (QWERTY) keyboard layout. Fixes #6609 2016-05-23 23:04:21 +02:00
Martin Aeschlimann
873c1ff5ae Merge pull request #6331 from Microsoft/aeschli/external-injections
Add support for external grammar injections
2016-05-23 22:35:06 +02:00
Martin Aeschlimann
0d677ebaad Mode configuration: Add files.associations setting to user configuration 2016-05-23 22:16:51 +02:00
Martin Aeschlimann
e548928438 IConfigurationService.setUserConfiguration 2016-05-23 22:16:51 +02:00
Martin Aeschlimann
6163e83a68 [json edit] handle not yet existing parent objects, handle empty documents 2016-05-23 22:16:51 +02:00
Martin Aeschlimann
d9aaca92f9 [json formatter] add applyEdit 2016-05-23 22:16:51 +02:00
Martin Aeschlimann
c3beba9725 [json] Add JSONPath 2016-05-23 22:16:51 +02:00
Alex Dima
545af1f16c Remove vs/text loader plugin 2016-05-23 20:03:41 +02:00
Alex Dima
742f017fa1 Fixes #6151: Avoid having the browser scale up the overview ruler canvas 2016-05-23 17:38:50 +02:00
kieferrm
06b47ae532 fix scrollbar issue 2016-05-23 17:14:56 +02:00