Commit Graph

5527 Commits

Author SHA1 Message Date
Alex Dima
ca2ca08c63 Fixes #6878: Add limits to the ammount of text we write to the <textarea> for screen readers to avoid stalling the UI. 2016-05-26 11:53:28 +02:00
Joao Moreno
f60df359cc fix npe in suggestions
related to #6640
2016-05-26 10:51:41 +02:00
Joao Moreno
58b253544b mention extension id case sentitivity
fixes #6727
2016-05-26 10:46:12 +02:00
Joao Moreno
09ecb80c94 always check whether extension is installed
fixes #6732
2016-05-26 10:45:06 +02:00
Joao Moreno
870c700e55 parse gallery error message
fixes #6761
2016-05-26 10:42:08 +02:00
Joao Moreno
91198c9b95 localize help messages
fixes #6717
2016-05-26 10:25:58 +02:00
Joao Moreno
72c9754990 fixes #6009 2016-05-26 09:50:59 +02:00
Martin Aeschlimann
d4761cba6a fixes #6858: Could not get external grammar injections to work 2016-05-26 09:50:13 +02:00
Joao Moreno
4711312dcf show remote url in pick list
fixes #5974
2016-05-26 09:46:47 +02:00
isidor
1f9c258c8f fixes #6901 2016-05-26 09:32:42 +02:00
Joao Moreno
d12a408d8a uppercase id
fixes #6870
2016-05-26 09:14:45 +02:00
Joao Moreno
73065012a9 add title to git changes
fixes #6271
2016-05-26 09:13:59 +02:00
Joao Moreno
11b139d1cd fix ellipsis for suggestions
fixes #6880
2016-05-26 09:07:37 +02:00
Joao Moreno
68bd7d6226 only dispose ipc cp clients when there are no active requests
fixes #5838
2016-05-26 08:56:36 +02:00
Alex Dima
f1db15766a Fixes #5942: Correctly send the previous cursor state in all cases when trimming whitespace 2016-05-26 08:52:01 +02:00
Joao Moreno
c8189568a7 use pagesize 50 instead of 30 2016-05-26 08:16:59 +02:00
Joao Moreno
2cc65e9541 extension updates every 12 hours 2016-05-26 08:10:36 +02:00
Daniel Imms
9c4c58251f Fix typo in cli breaking launch
Fixes #6902
2016-05-25 17:08:17 -07:00
Daniel Imms
a38efd89f9 Tweak light theme terminal colors for readability
Fixes #6786
2016-05-25 16:22:26 -07:00
Alex Dima
355656c52f Add languages API to the standalone editor 2016-05-25 23:56:28 +02:00
Daniel Imms
b4e01bd065 Move common/terminal into electron-browser
Fixes #6892
2016-05-25 13:02:27 -07:00
Daniel Imms
2880c92f63 Add default terminal colors per theme, update immediately on theme change
Part of #6766
2016-05-25 12:54:41 -07:00
Daniel Imms
a2d4a292d4 Simplify default windows shell fetching 2016-05-25 12:51:16 -07:00
Daniel Imms
9990094981 Add toggle integrated terminal to view menu
Fixes #6452
2016-05-25 11:35:20 -07:00
Daniel Imms
cfb3196cb3 Merge pull request #6876 from marvinhagemeister/babelrc
Add .babelrc to json mimetype
2016-05-25 11:21:31 -07:00
Daniel Imms
b2b4de665f Remove colors from terminal config interface 2016-05-25 11:02:15 -07:00
Daniel Imms
34ccc760e4 Improve default terminals, make Windows %COMSPEC%
Fixes #6886
2016-05-25 10:55:46 -07:00
Daniel Imms
d3af04288a Remove color customization from integrated terminal
Part of #6766
2016-05-25 10:45:22 -07:00
Joao Moreno
4a0488901d simplify render and splice methods in list
fixes #3464
2016-05-25 18:18:07 +02:00
Marvin Hagemeister
3edd29e801 Add .babelrc to json mimetype 2016-05-25 16:08:10 +02:00
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