Commit graph

9683 commits

Author SHA1 Message Date
David Storey 1872ea5374 Add the various HTML ruby attributes to auto-complete 2015-11-22 18:03:45 -08:00
David Storey 88347eda21 Add type attribute to <ol> and specify valid values 2015-11-22 17:56:57 -08:00
David Storey 67667199fb Add HTML crossorigin attribute to <link> and <script> elements
(used by CORS)
2015-11-22 17:46:11 -08:00
David Storey b3e1987e59 Update valid input attributes for auto-complete
* Add minlength attribute
* Update required attribute to a boolean attribute
2015-11-22 17:36:15 -08:00
David Storey 55b9777169 Update valid iframe attributes for auto-complete
* Add allowfullscreen attribute
* Set sandbox to boolean attribute
* Add valid values for the sandbox attribute
2015-11-22 17:28:26 -08:00
David Storey b4288d964e Remove option attribute from HTML <datalist> element
option is a child of datalist, not an attribute
2015-11-22 17:04:14 -08:00
David Storey 19a1c4314d Update valid HTML body attributes
* Add onlanguagechange
* Remove onblur, onerous, onfocus, onload (existing global attributes)
* Move onresize and onscroll to global event handlers
2015-11-22 16:37:48 -08:00
David Storey 911958a5b3 Update valid HTML <a> & <area> attributes. + download, - media
Add download attribute (now widely supported.)
Remove media attribute (only valid on style and link elements)
2015-11-22 16:14:25 -08:00
David Storey f2417f3263 Remove global inert attribute from HTML auto-complete
It is not included in the list of global attributes for either W3C
HTML5/5.1 or WhatWG Living Standard.

There was a proposal for an inert keyword but it was dropped
https://github.com/whatwg/html/commit/5ddfc78b1f82e86cc202d72ccc752a0e15
f1e4ad
2015-11-22 16:06:22 -08:00
David Storey 911ba94d5c Fix order of CSS transition snippet and remove old -o- prefix
The prefixless version should always be last, so that the older
prefixed implementation (if different) doesn’t win out in the cascade.
Especially now other browsers (Edge) support the webkit version as well.

Removed -o- as that was only used by Opera 11.5, which hasn’t been the
current version since I worked there. Presto users were quickly
auto-updated to Opera 12, and now Opera uses Blink.
2015-11-22 13:16:16 -08:00
David Storey e00710dcb3 Merge branch 'Microsoft/master' into main-element 2015-11-22 13:09:34 -08:00
David Storey 1a98e23a63 Remove <eventsource> (Server-Sent Events) from syntax highlight
The element is no longer part of the API. It is no fully JavaScript
based.
2015-11-22 13:08:00 -08:00
David Storey 933a511d78 Add missing HTML5.1 elements to CSS syntax highlight and Intellisense
* svg
* menuitem (already in IntelliSense)
2015-11-22 13:06:31 -08:00
David Storey b1e6e55f82 Add missing HTML5 elements to CSS syntax highlighting
* bdo
* data
* embed
* main
* rb, rp, rt, rtc, ruby
* s
* source
* template
* track
* u
* wbr
2015-11-22 12:45:27 -08:00
David Storey 71ff1b47c9 Remove obsolete HTML elements from CSS syntax highlight
* acronym
* big
* strike
* tt
* frame
* frameset
* noframes
2015-11-22 12:17:35 -08:00
David Storey 97874e93b9 Add <main> to valid HTML IntelliSense elements 2015-11-22 12:03:25 -08:00
lucas.lra@gmail.com 464487d90b Changes based in @aeschli comments 2015-11-22 17:11:53 -02:00
Pascal Borreli 16fc6b7585 Fixed typos 2015-11-22 15:45:31 +00:00
Martin Aeschlimann c7451c15d2 PHP autocompletion: $_GET completes into $$_GET #86 2015-11-22 16:38:58 +01:00
Martin Aeschlimann e807c0e305 Merge pull request #436 from dstorey/aria-role-values
Add ARIA role values and ARIA 1.1 attributes
2015-11-22 15:07:06 +01:00
Benjamin Pasero b75d17c3f7 support to release "shift" key in quick open (fixes #265) 2015-11-22 14:23:48 +01:00
Claudio Cicali ccbcf7893b Fixes typos in the javascript.contribution 2015-11-22 13:12:45 +01:00
Benjamin Pasero 7a780d7494 dont use lambda in this case 2015-11-22 11:35:53 +01:00
Benjamin Pasero 6be95ed398 less hectic quick open visibility changes 2015-11-22 11:06:41 +01:00
Benjamin Pasero 9d1ae7bbe6 trace the stack when process.exit is called from an extension 2015-11-22 10:56:55 +01:00
Benjamin Pasero c3094f380d OutputChannel.hide throws error (fix #377) 2015-11-22 10:53:08 +01:00
Benjamin Pasero 46c0393a24 try workaround for not being able to focus window on win & linux 2015-11-22 10:41:14 +01:00
Benjamin Pasero cfbddb849e improve settings parsing readability 2015-11-22 10:35:13 +01:00
Benjamin Pasero ed9a93cc72 fix message list ordering (fixes #279) 2015-11-22 10:28:26 +01:00
Benjamin Pasero 2b6ba9e3cb prevent an extension from process.exit() (fixes #411) 2015-11-22 10:18:57 +01:00
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