Commit Graph

2507 Commits

Author SHA1 Message Date
Benjamin Pasero
770a4105fb InputBox: decorations are not indicated to screen readers (fixes #2614) 2016-02-02 15:27:18 +01:00
isidor
8f335ada0f debug: do not use clientHeight when layouting repl tree 2016-02-02 15:10:50 +01:00
Alex Dima
50e49e3eef Fixes #1249: Try harder to vertically center line numbers 2016-02-02 14:42:07 +01:00
Benjamin Pasero
083495a9fb input box: set aria-invalid based on validation 2016-02-02 12:54:40 +01:00
Benjamin Pasero
82d1a0b77c checkbox/find: do not move focus when checkbox interaction via keyboard 2016-02-02 12:30:18 +01:00
Johannes Rieken
be5a478440 fix windows test failure 2016-02-02 12:25:36 +01:00
Alex Dima
e609a6f409 gulp win32 watcher -- filter as soon as possible fs events 2016-02-02 12:21:01 +01:00
Benjamin Pasero
6c058db11e bug fix and add some more aria labels 2016-02-02 12:17:35 +01:00
Johannes Rieken
0053dfc730 consume gulp-tsb 1.10.0 and fix 'new' compile issues 2016-02-02 12:16:26 +01:00
Johannes Rieken
3843179ab6 make sure to resolve editor input properly, fixes #2634 2016-02-02 10:36:12 +01:00
Benjamin Pasero
40882b06eb fix npe in DOM 2016-02-02 10:22:08 +01:00
Johannes Rieken
e2d234e694 make sure to return at least the empty string when Enter was hit and input is valid, fixes #2631 2016-02-02 09:52:57 +01:00
Benjamin Pasero
c697e7624d fix compile error 2016-02-02 09:50:09 +01:00
Johannes Rieken
eba220d39c prepare bulk editor for not having an active editor, fixes #1708 2016-02-02 09:25:58 +01:00
Alex Dima
d9e53235c9 Fixes #1673: Add editor.rulers config option to render vertical rulers 2016-02-02 09:06:35 +01:00
Benjamin Pasero
14c9635cb0 Add shortcuts for nextDiff and prevDiff in DiffEditor (fixes #1355) 2016-02-01 19:12:37 +01:00
Benjamin Pasero
c572c3f843 adjust tree actionbar positioning 2016-02-01 18:24:08 +01:00
Benjamin Pasero
749e2bcdbf a11y role cleanup 2016-02-01 18:23:56 +01:00
isidor
3d2b23edf3 debug: force a call stack layout when message box shown or hidden 2016-02-01 18:12:33 +01:00
isidor
a7c9b4c2f2 debug: use path.join 2016-02-01 18:04:58 +01:00
isidor
58655deaa7 fixes #2611 2016-02-01 17:49:17 +01:00
isidor
7c7643d24f debug: repl input use synthetic-focus
fixes #2536
2016-02-01 16:18:38 +01:00
isidor
6521d88e09 debug: breakpoint widget remove border so no blue focus is shown
fixes #2509
2016-02-01 16:05:05 +01:00
Benjamin Pasero
67d074f8cb fix bad outline for inputbox with decorations 2016-02-01 15:54:54 +01:00
Johannes Rieken
58dfefb502 use stringify/parse and replacer/reviver for marshalling for the sake of perfomance, #2511 2016-02-01 15:47:42 +01:00
mahmoud yousef
24c4decc06 add emmet support for .erb and .php files 2016-02-01 16:16:46 +02:00
mahmoud yousef
ebe79ba20c add emmet support for .erb and .php files 2016-02-01 16:12:10 +02:00
Martin Aeschlimann
8cc740b73c Merge pull request #2569 from Tyriar/2568_cson_coffeescript
Associate .cson with CoffeeScript
2016-02-01 14:50:07 +01:00
Andre Weinand
31ef729c46 update node-debug 2016-02-01 14:40:14 +01:00
Johannes Rieken
be1e48550d debt - don't use marshalling for descriptors 2016-02-01 14:34:28 +01:00
Johannes Rieken
15d15c1f7e remove dynamic marshalling contributions cos they aren't needed anymore 2016-02-01 14:34:27 +01:00
Johannes Rieken
5e36bffca5 debt - extension api/exports only available in ext host 2016-02-01 14:34:26 +01:00
Andre Weinand
f265a0a420 update node-debug 2016-02-01 13:52:37 +01:00
isidor
599d0cccbc debug: fix call stack pane margin right
fixes #2545
2016-02-01 11:45:38 +01:00
isidor
d0795c41f1 debug: do not show unavailable expressions in the hover 2016-02-01 11:42:34 +01:00
Benjamin Pasero
d073a73e37 Merge pull request #2566 from Tyriar/2565_md_image_link_highlight
Fix md image link with no alt text highlighting
2016-02-01 11:11:56 +01:00
Martin Aeschlimann
80f8000c10 Fixes #2543: [themes] Two themse are marked as default. Why? 2016-02-01 11:02:06 +01:00
Benjamin Pasero
a14adc90be some vs/base/browser linting 2016-02-01 11:01:16 +01:00
Martin Aeschlimann
06c26d8f30 Fixes #2551 [themes] MD editor model layer breaker 2016-02-01 10:57:27 +01:00
Martin Aeschlimann
539f53c58d Fixes #2502: [json] JSON '.' closes intelli-sense widget 2016-02-01 10:57:27 +01:00
isidor
6437112f51 debug: respect supportsEvaluateForHovers capability
fixes #2012
2016-02-01 10:56:10 +01:00
isidor
d12d295c89 debug: make evaluteExpression reusable 2016-02-01 10:56:10 +01:00
Benjamin Pasero
e05c5a0629 Delete Permanently prompts two times when it fails to move to trash (fixes #2541) 2016-02-01 10:45:07 +01:00
Benjamin Pasero
2c7b1c0c48 Hiding actions using display:none causes keyboard a11y issues (fixes #2329) 2016-02-01 10:30:47 +01:00
Benjamin Pasero
39607775e9 fix npe 2016-02-01 10:20:51 +01:00
Johannes Rieken
5cbaa314d5 attempt to make projectResolve test platform agnostic 2016-02-01 10:13:29 +01:00
Johannes Rieken
94245ae934 debt - make URI.toJSON return a proper object 2016-02-01 10:10:41 +01:00
Benjamin Pasero
8cff82d8f0 Cannot invoke actions in quick open entries with keyboard (fixes #2493) 2016-02-01 10:04:45 +01:00
Joao Moreno
30c34d0d5e version bump 2016-02-01 09:58:37 +01:00
Benjamin Pasero
3dc44508d6 Messages are not announced to screen reader (fixes #2531) 2016-02-01 09:14:18 +01:00