Commit graph

41303 commits

Author SHA1 Message Date
David Storey
2d54b7e0ea Add tests for ARIA 1.1 attribute auto-complete 2015-11-21 23:33:25 -08:00
David Storey
1dcf795bc9 Add ARIA 1.1 attributes to global attributes list
…including adding undefined value to orientation
2015-11-21 23:16:43 -08:00
David Storey
29e329434b Add ARIA landmark role values to auto-complete 2015-11-21 22:45:29 -08:00
David Storey
c878d1ecb6 Add ARIA document structure role values to auto-complete 2015-11-21 22:43:00 -08:00
David Storey
0861d8237f Add the composite widgets aria role values to auto-complete 2015-11-21 22:37:12 -08:00
David Storey
98f9564129 Add ARIA widget role values to auto-complete 2015-11-21 22:32:40 -08:00
kheiakiyama
c1b1d60b76 remove unnecessary files 2015-11-22 11:07:18 +09:00
Andre Weinand
bff376d138 update debug adapters 2015-11-22 01:25:49 +01:00
Martin Aeschlimann
c89555baaf Visual Studio Code is no longer responding #160 2015-11-21 23:57:41 +01:00
Arkady Shapkin
1733650c6b .editorconfig added 2015-11-21 23:53:11 +03:00
Martin Aeschlimann
47eb735daf Merge pull request #363 from Tyriar/320_aria_attributes
Add HTML aria attribute autocomplete
2015-11-21 20:17:30 +01:00
Martin Aeschlimann
cc3b47296d Merge pull request #405 from jepessen/master
syntax highlighting for c++: 'value' keyword removed.
2015-11-21 19:50:30 +01:00
Martin Aeschlimann
bc6c5be56b Update vscode extensions to package.json schema #41 2015-11-21 19:48:15 +01:00
Joao Moreno
59c4f24c48 gulp: beware of es.merge and empty arrays
fixes the internal builds
2015-11-21 14:40:41 +01:00
Daniele Lupo
b6382df1ac cpp: 'value' keywork removed. 2015-11-21 13:35:05 +01:00
Jake Lee Kennedy
15ffb3dd2b Function calls not highlighted in JS
tmTheme files use `meta.function-call` to highlight function calls.
2015-11-21 12:10:24 +00:00
lucas.lra@gmail.com
a25963846c Included Edge UserAgent 2015-11-20 20:46:26 -02:00
lucas.lra@gmail.com
1628bf0130 - Included some Clojure Extensions
- Included one Powershell Extension
- Included some Csharp Keywords
- Reorganization of the language.main.js define call (To match the folders order)
2015-11-20 20:23:54 -02:00
Benjamin Pasero
fa614d82f0 status bar: set cursor to default for non clickable entries 2015-11-20 19:58:09 +01:00
Daniel Imms
98c7d62539 Add HTML aria attribute autocomplete
Fixes #320
2015-11-20 08:54:31 -08:00
Joao Moreno
b24d2e3199 quiet, error number 9 2015-11-20 17:50:17 +01:00
Joao Moreno
676dca3521 report unexpected errors in tests 2015-11-20 17:50:17 +01:00
Joao Moreno
e32df1933a dont forget to reset global error handler 2015-11-20 17:50:17 +01:00
Joao Moreno
16cb0e998e remove log messages from tests 2015-11-20 17:50:17 +01:00
Benjamin Pasero
6b8b630214 Open a folder via navigation bar doesn't work in 0.10.0 (fixes #234) 2015-11-20 17:18:25 +01:00
isidor
a9e69dd00a debug: send a context with the evaluate request to the adapter.
fixes #252
2015-11-20 17:15:51 +01:00
Martin Aeschlimann
2ba926ab44 Update css <length> units used by CSS auto-complete #290 2015-11-20 16:40:44 +01:00
Joao Moreno
87e76972d7 use dot reporter 2015-11-20 16:37:48 +01:00
Martin Aeschlimann
843fd53682 Add 'turn' to <angle> and 'dppx' to <resolution> data types for CSS auto-complete #294 2015-11-20 16:35:37 +01:00
Martin Aeschlimann
5149b21747 Update browsers.js to reflect changes in #304 2015-11-20 16:35:37 +01:00
Johannes Rieken
6d453e4ca4 Merge pull request #333 from Microsoft/fix42
Make sure not each provider registers a support
2015-11-20 16:33:54 +01:00
Johannes Rieken
154863b648 add tests 2015-11-20 16:26:02 +01:00
João Moreno
15ddb39bed Merge pull request #276 from daviwil/ps-extensions
Add more extensions to built-in PowerShell support
2015-11-20 16:23:44 +01:00
Martin Aeschlimann
9159003d6c Merge pull request #304 from dstorey/update-css-at-rule-support
Update css at-rule support for auto-complete
2015-11-20 16:18:02 +01:00
Joao Moreno
ad5c529564 call InputBox.layout from the outside
fixes #210
2015-11-20 16:15:06 +01:00
isidor
7b17eca69e Fix for [debug] Having a call stack with no source shows 'unknown' 2015-11-20 16:10:19 +01:00
Johannes Rieken
bd854fcdd0 Merge pull request #341 from Microsoft/csharp-o-github-releases
Use auth tokens for downloading omnisharp builds from GitHub
2015-11-20 15:54:01 +01:00
Joao Moreno
e5e791215f remove npm-install-plugin:* tasks 2015-11-20 15:53:36 +01:00
Benjamin Pasero
96d34d983d keep search more stable while results are coming in
- you can collapse/expand results and this is preserved
- the "collapse all" action enables once results arrive
- you can remove results and they dont come back at the end of the search
- we do not add the same matches over and over again to the tree, but only once per result
2015-11-20 15:47:36 +01:00
Martin Aeschlimann
0f09edce01 Merge pull request #316 from Tyriar/315_css_frequency_capitalization
Fix CSS frequency capitalization
2015-11-20 15:47:11 +01:00
Joao Moreno
e3c9e0576f remove unnecessary dependencies 2015-11-20 15:41:15 +01:00
isidor
c7db0af7e3 Fix for DebugService should filter breakpoints on the same line for setBreakpointsRequest 2015-11-20 15:37:19 +01:00
Andre Weinand
60d10f9ae3 update debug adapters 2015-11-20 15:34:13 +01:00
isidor
ccc4c18231 debug: trim down IRawDebugSession 2015-11-20 15:22:19 +01:00
Benjamin Pasero
6cdd5a9a7f support to work with search results even when search was canceled 2015-11-20 15:13:36 +01:00
Johannes Rieken
75750e3915 Keep the fix small, keep ext host side command 2015-11-20 15:04:01 +01:00
Alex Dima
046b87e067 Better editor build tasks 2015-11-20 14:54:11 +01:00
Benjamin Pasero
19888e6822 support console.log string substitution in PH 2015-11-20 13:00:28 +01:00
Joao Moreno
a427dcd46a use auth tokens for downloading omnisharp builds from gh 2015-11-20 12:49:34 +01:00
Benjamin Pasero
2c7bfe53b2 a little less use of mime in file editor model and input 2015-11-20 12:46:22 +01:00