Commit Graph

3731 Commits

Author SHA1 Message Date
Benjamin Pasero
d605cc4b49 Activity bar focus indication is too subtle (fixes #2376) 2016-01-27 12:01:13 +01:00
isidor
7f0f0f1a17 fixes #2281 2016-01-27 11:53:05 +01:00
Johannes Rieken
7b64471537 fix #2339 2016-01-27 11:49:34 +01:00
Martin Aeschlimann
e75c630aff Fixes #2388 [json] Completing a JSON suggestion enters snippet mode 2016-01-27 11:40:12 +01:00
Johannes Rieken
8755e438f5 scheme and path or authoriy are mandated, fixes #2341 2016-01-27 11:37:20 +01:00
Benjamin Pasero
9ce2dd1355 Left and right arrow keys seem to do the same thing in the splitview header (fixes #2372) 2016-01-27 11:25:10 +01:00
Benjamin Pasero
da74ceac47 Expanding splitview with the arrow keys shouldn't focus content (fixes #2371) 2016-01-27 11:21:47 +01:00
Benjamin Pasero
a93b4065ad Cannot tab out of Output pane with accessibility Mode on (fixes #2366) 2016-01-27 11:08:07 +01:00
Benjamin Pasero
b960d43544 <input>s and <select>s should have the same focus style (fixes #2349) 2016-01-27 11:05:01 +01:00
Johannes Rieken
c8a0aef0c8 hover - use <div> instead of <p> for paragraphs, fixes #2344 2016-01-27 09:44:55 +01:00
Sofian Hnaide
a678fe0b82 fix #2311 2016-01-26 15:49:02 -08:00
isidor
03df65d8da debug: convert a relative path read from package.json main field
fixes #2353
2016-01-26 18:09:24 +01:00
isidor
1bef9adeb6 vscode.d.ts - deprecate the whole method, not the argument
fixes #2337
2016-01-26 17:58:33 +01:00
Benjamin Pasero
de18117891 remove unused 2016-01-26 17:56:20 +01:00
Benjamin Pasero
f725a38c07 Migrating auto-save settings sometimes produces an incorrect user json (fixes #2326) 2016-01-26 17:37:02 +01:00
Benjamin Pasero
6486959c9d Welcome page breaks continuous integration tests in Linux (fixes #2297) 2016-01-26 17:13:50 +01:00
Erich Gamma
c4df2b16c1 fixing the salsa version check 2016-01-26 14:09:14 +01:00
Joao Moreno
5c2e8fa0bf fix travis 2016-01-26 11:05:46 +01:00
Joao Moreno
0360aa1f1c try to fix travis builds 2016-01-26 11:01:59 +01:00
Joao Moreno
edacbf4235 default quality to 'stable' 2016-01-26 10:20:32 +01:00
Martin Aeschlimann
4c6534ebc6 [json] update proxy on settings update 2016-01-26 09:56:43 +01:00
Martin Aeschlimann
9443432459 [json] fix for contributed schemas located inside extensions 2016-01-26 09:48:45 +01:00
Martin Aeschlimann
63bbc4ea27 Fix tslint warnings in json extension 2016-01-26 09:43:21 +01:00
Benjamin Pasero
b0306ad7aa fix nls issue in explorer badge 2016-01-26 09:43:05 +01:00
Joao Moreno
e161487073 remove update.channel configuration setting 2016-01-26 09:39:12 +01:00
Dirk Baeumer
fbadb9365b Set tslint.enable=true 2016-01-26 09:38:45 +01:00
Alex Dima
2218742a82 Fixes #2110: Add IConfigurationChangedEvent.renderWhitespace 2016-01-25 23:37:04 +02:00
Alex Dima
f17410332d Add experimental editor option to toggle between text area state strategies 2016-01-25 23:37:03 +02:00
Martin Aeschlimann
1379c39944 Merge pull request #2245 from Microsoft/aeschli-json-language-server
Add json language server
2016-01-25 22:10:46 +01:00
Martin Aeschlimann
4e1c5a4627 Avoid merge conflict 2016-01-25 22:08:34 +01:00
Martin Aeschlimann
9f7632cc23 Support isIncomplete form completion results 2016-01-25 22:01:17 +01:00
Martin Aeschlimann
e57f5f4078 Fix createHover 2016-01-25 22:00:35 +01:00
Martin Aeschlimann
210738c61d Remove console.log from server.ts 2016-01-25 21:28:17 +01:00
Martin Aeschlimann
9895df1cd7 Change WorkbenchContentProvider to a IWorkbenchContribution 2016-01-25 21:27:12 +01:00
Alex Dima
da6366e820 Fixes #2229: Small CSS tweaks for find widget 2016-01-25 22:19:00 +02:00
Alex Dima
99b340f7da Fixes #830 2016-01-25 22:00:21 +02:00
Alex Dima
926398981a Fixes #2235 2016-01-25 21:55:46 +02:00
Alex Dima
f32f4a4625 Fixes #2236 2016-01-25 21:53:53 +02:00
Martin Aeschlimann
0f12aa4ff8 Default theme name polish 2016-01-25 20:46:37 +01:00
Alexandru Dima
5fed344f5b Merge pull request #2071 from jkrems/jk-surrogate-move
Treat surrogate pairs as one character
2016-01-25 21:41:24 +02:00
Alexandru Dima
a0c3c1a13e Merge pull request #2124 from ajkerrigan/replace-keybindings
Add keybinding options for Replace and Replace All (#2004)
2016-01-25 21:33:42 +02:00
Alex Dima
dd741194c4 Remove TextAreaState.extractNewText() and extractMacReplacedText() 2016-01-25 21:11:23 +02:00
Alex Dima
a1bd50f63f Fixes #1168: Read synchronously from textarea 2016-01-25 21:11:22 +02:00
Benjamin Pasero
db5a3baa7d 💄 2016-01-25 20:05:42 +01:00
Benjamin Pasero
4b9f2a0930 Merge pull request #2166 from SofianHn/master
Remove static welcome page and move welcome experience to the website
2016-01-25 20:00:56 +01:00
Joao Moreno
463db9e185 suggest: skip lcsdiff for large datasets
related to #1923
2016-01-25 19:21:34 +01:00
Joao Moreno
3791997023 suggest: stricter camel case patterns 2016-01-25 19:21:34 +01:00
Benjamin Pasero
e384356324 import linting 2016-01-25 19:03:05 +01:00
Benjamin Pasero
f1854c967c quick open aria label 2016-01-25 18:55:08 +01:00
Benjamin Pasero
1ff9dc9c9b accessibility provider for quick open 2016-01-25 18:50:09 +01:00