Commit graph

331 commits

Author SHA1 Message Date
Johannes Rieken 21a84ab87c keep sort text, sort by label if no or equal sort text 2016-01-21 10:53:06 +01:00
Johannes Rieken a9c1895117 allow to provide ViewColumn with 'vscode.previewHtml' command 2016-01-20 15:49:01 +01:00
Johannes Rieken 1d7facf02b more clever sortText for TypeScript completion items, fixes #1190 2016-01-19 10:51:02 +01:00
Andre Weinand 2771dff034 update node-debug 2016-01-19 08:55:09 +01:00
Johannes Rieken a6aa8ddf80 add html preview sample 2016-01-18 18:27:24 +01:00
Andre Weinand cfe95a14a9 node debug: improve source path matching (fixes #1591) 2016-01-15 20:01:39 +01:00
Martin Aeschlimann d9b9d8730f Tune new colors added for dark+ & light+ themes #1943 2016-01-15 09:50:38 +01:00
Martin Aeschlimann da4a123f80 [themes] variable type not colored as type 2016-01-14 09:37:47 +01:00
Andre Weinand bff465991d update node-debug 2016-01-13 17:45:35 +01:00
Martin Aeschlimann 983132f1a1 Fixes #1943: Tune new colors added for dark+ & light+ themes 2016-01-13 14:59:55 +01:00
Andre Weinand cf45984418 update node-debug 2016-01-12 22:53:23 +01:00
Martin Aeschlimann 277510fe7b Merge pull request #1457 from xaverh/master
C++11 keyword "noexcept" added
2016-01-12 17:04:18 +01:00
Martin Aeschlimann 0babb42991 Merge pull request #1217 from dstorey/update-css-intellisense
[css] Update css intellisense and css.plist
2016-01-12 11:17:55 +01:00
Johannes Rieken f345c94847 virtual doc - support content provider signalling change via onDidChange event 2016-01-12 10:50:53 +01:00
Martin Aeschlimann 0bdf9ca824 Dark+ theme: fields hard to see #1880 2016-01-12 10:21:17 +01:00
Martin Aeschlimann e68a8078b4 [themes] color field types 2016-01-12 10:21:17 +01:00
Johannes Rieken a19740d091 Merge pull request #1831 from Microsoft/joh/registerTextDocumentProvider
register text document provider
2016-01-11 16:54:37 +01:00
Martin Aeschlimann 57853442ac Merge pull request #1583 from Tyriar/patch-3
Disassociate .gn with python language
2016-01-11 16:28:28 +01:00
Martin Aeschlimann 86be59b8f4 [themes] return types coloring 2016-01-11 15:42:58 +01:00
Martin Aeschlimann 9e93648c14 [themes] fix for parameterized types 2016-01-11 15:42:57 +01:00
Martin Aeschlimann db1768a599 [theme] storage.type is used for types 2016-01-11 13:52:36 +01:00
Johannes Rieken 44b8ebe084 merge with master 2016-01-11 13:03:39 +01:00
Alex Dima 0a1e2c29b0 Fixes #1609: Tweak onEnter regexp to accept no trailing whitespace in doc comments 2016-01-11 10:52:46 +01:00
David Storey 04cee66ced Add missing Counter Styles decriptors to syntax highlight 2016-01-11 01:36:59 -08:00
David Storey 331a9538f7 add missing unicode-range to syntax highlight 2016-01-10 20:16:37 -08:00
Andre Weinand eb3885dcaf update node-debug 2016-01-09 23:55:32 +01:00
Andre Weinand 4804b5c40b update node-debug 2016-01-09 11:46:36 +01:00
Benjamin Pasero 059e335427 Revert "ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE"
This reverts commit 37dbbb3573.
2016-01-08 17:32:21 +01:00
Benjamin Pasero 5884fe2b83 adopt postinstall script 2016-01-08 16:43:14 +01:00
Johannes Rieken ffc21477ea add missing changes to test 2016-01-08 16:19:49 +01:00
Martin Aeschlimann ffbe6492a3 Merge pull request #1678 from dpodder/fix-batch-syntax
Fix batch syntax
2016-01-08 15:19:24 +01:00
Martin Aeschlimann 183bf66abb default themes: fixes for csharp 2016-01-08 13:48:31 +01:00
Johannes Rieken f484123616 refine API, add closeTextDocument call 2016-01-08 12:04:00 +01:00
Johannes Rieken 5923afa982 Merge branch 'master' into joh/registerTextDocumentProvider 2016-01-07 17:16:00 +01:00
Martin Aeschlimann 4732e95b1d [php] prefilter completion proposals based on prefix 2016-01-07 16:00:18 +01:00
Martin Aeschlimann bdae5cdc6d remove experimental from label 2016-01-07 16:00:17 +01:00
Martin Aeschlimann 2dd02eba0b [theme] rename extension to 'colorful-defaults' 2016-01-07 16:00:16 +01:00
Johannes Rieken 92fb16ab11 merge with master 2016-01-07 10:52:55 +01:00
Dirk Baeumer 8b8c3ca711 Fixes #1802 2016-01-07 10:31:50 +01:00
Daniel Podder 2e273e710f Stop strings from spilling onto next line 2016-01-06 12:04:47 -08:00
Daniel Podder 867a87f070 Add tokens to grammar for environment variables 2016-01-06 12:04:46 -08:00
Daniel Podder 3edcbfbd91 Add tokens to grammar for parameter/loop variables 2016-01-06 12:04:46 -08:00
Daniel Podder d5887eeb03 Fix parsing of 'rem' directive
- remove 'rem' from list of keywords so it's not misparsed as a keyword
 - change \s to \b so that 'rem' is detected in case of @rem or &rem, etc.
2016-01-06 12:04:46 -08:00
Johannes Rieken ac5267eb61 use resourceEditorInput so that virtual documents can be shown in the editor 2016-01-06 17:53:37 +01:00
Dirk Baeumer 58e894eff3 If Salsa is enabled look for the tsserver also in local node_modules 2016-01-06 17:18:20 +01:00
Dirk Baeumer 3e9fe80339 Add feature flag to support using tsserver for JS files 2016-01-06 17:18:20 +01:00
Martin Aeschlimann 3062198a08 [theme] dark & light plus (#1470) 2016-01-06 17:18:14 +01:00
Andre Weinand bcb3531bee update node-debug 2016-01-06 17:18:13 +01:00
Benjamin Pasero 73571b598f Merge branch 'master' into ben/electron 2016-01-06 16:27:33 +01:00
Johannes Rieken 26fab247a9 first implementation of registerTextDocumentContentProvider api-idea 2016-01-06 16:26:49 +01:00
Dirk Baeumer 6c54090689 If Salsa is enabled look for the tsserver also in local node_modules 2016-01-06 15:54:53 +01:00
Dirk Baeumer a39afd6057 Add feature flag to support using tsserver for JS files 2016-01-06 15:54:51 +01:00
Martin Aeschlimann 8ec0425c67 [theme] dark & light plus (#1470) 2016-01-06 12:16:44 +01:00
Benjamin Pasero d2e85a97f4 Merge branch 'master' into ben/electron 2016-01-06 11:25:40 +01:00
Andre Weinand 23321a1f4b update node-debug 2016-01-06 10:53:50 +01:00
Benjamin Pasero 945d5d57e1 Merge branch 'master' into ben/electron 2016-01-06 09:33:41 +01:00
Andre Weinand 0579a68ac2 update node-debug 2016-01-06 01:56:29 +01:00
Benjamin Pasero 1c4656f045 Merge branch 'master' into ben/electron 2016-01-05 19:05:15 +01:00
Andre Weinand 451729486e update node-debug 2016-01-05 18:01:12 +01:00
Benjamin Pasero 37dbbb3573 ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-01-05 16:32:32 +01:00
Martin Aeschlimann 386308bc18 Update Jade.tmLanguage to version from Dec 1 2015 2016-01-05 14:40:08 +01:00
Martin Aeschlimann b102636053 No Intellisense with package.json #1769 2016-01-05 14:21:38 +01:00
isidor afbca7b2df allow to set breakpoints in .tsx
fixes #1675
2015-12-28 17:00:34 +01:00
Andre Weinand 3f329325ac change SourceBreakpoint attribute 'expression' to 'condition' 2015-12-28 16:00:46 +01:00
Andre Weinand 543f07dc17 update node-debug (support for conditional breakpoints) 2015-12-27 22:57:20 +01:00
Andre Weinand d3f458159b update node-debug (for Microsoft/vscode-node-debug#32) 2015-12-27 17:23:24 +01:00
David Storey dab9105245 Synrax highlight prefixes at start of properties
Fixes #1655
2015-12-26 18:01:10 -08:00
David Storey 4066f817de Add drop-shadow function to sntax highlight 2015-12-26 14:13:27 -08:00
David Storey 0df987b36c Add CSS functions that accept <number> or <percentage> to syntax highlight 2015-12-26 14:03:53 -08:00
David Storey b2a919b091 Add functions that only accept <angle>s to syntax highlight 2015-12-26 13:24:52 -08:00
David Storey f6bcb69f9d Add functions that accept <length> values to syntax highlight 2015-12-26 12:25:33 -08:00
David Storey 1aba1bb096 Add functions to CSS syntax highlight that accept only <number>s
cubic-bezier, matrix, matrix3d, scale, scale3d, scaleX, scaleY, scaleZ.
2015-12-26 10:40:35 -08:00
David Storey f7fe750cde Correct naming of extended color keywords in syntax highlight
Use support.constant.color.w3c-extended-color-name.css to match the spec name and the name Atom updated to. Current name used here and by TextMate is incorrect. (they're not invalid)
2015-12-25 19:29:23 -08:00
David Storey d405000381 Add :scope pseudo-class to syntax highlight 2015-12-25 18:53:01 -08:00
David Storey 4ca12da5ad Add any-link pseudo-class to syntax highlight 2015-12-25 18:42:01 -08:00
David Storey 1312bfa690 Add fr unit from CSS grid to syntax highlight 2015-12-25 18:14:00 -08:00
David Storey ab6844b704 Add missing image-rendering property to syntax highlight 2015-12-25 17:58:05 -08:00
David Storey f84019ce42 Add touch-action (and standard values) to syntax highlight 2015-12-25 17:28:32 -08:00
Andre Weinand 11eb2c583b update node-debug (windows offline debugging) 2015-12-24 01:11:08 +01:00
Andre Weinand a26f9d7658 update node-debug (inlined source) 2015-12-23 22:48:18 +01:00
Daniel Imms 5ab69e54c8 Disassociate .gn with python language
While Python worked well with GN in v0.10.3, since then the progress made with
the Python language syntax highlighting doesn't play well with the extra quirks
on top of Python that GN introduces (braces, no colons to indicate blocks).
Making it less usable than no language mode.
2015-12-22 09:47:58 -08:00
Johannes Rieken 4dfa345e91 api - allow to provide a cancellation token to findFiles. Fixes #1553 2015-12-22 09:29:49 +01:00
Johannes Rieken 0542c7e775 remove .m setting from C 2015-12-21 13:42:28 +01:00
Johannes Rieken a066421a78 fix issue #1532 2015-12-21 12:40:36 +01:00
Xaver Hellauer b848fc2527 C++11 keyword "noexcept" added 2015-12-18 20:03:02 +01:00
Dirk Baeumer 6f51b42826 Updated TS version number in OSSREADME.json 2015-12-17 15:18:28 +01:00
Alex Dima 92a726b8da Revert OSSREADME.json / ThirdPartyNotices.txt changes 2015-12-17 12:41:01 +01:00
Benjamin Pasero 71eb6386bf update test 2015-12-17 11:14:35 +01:00
Chris Dias 0334ffd2db fix spaces 2015-12-16 19:14:01 -08:00
Chris Dias ffbbe5455d update leading spaces 2015-12-16 19:06:15 -08:00
Chris Dias 04d125e8c2 fix tabs 2015-12-16 18:59:09 -08:00
Chris Dias fd00777eac fix whitespace 2015-12-16 18:16:43 -08:00
Chris Dias 048dcbb349 add licenseDetail for missing C/R statements 2015-12-16 17:23:51 -08:00
Dirk Baeumer 41af798248 Fixes #1383 2015-12-16 15:37:17 +01:00
Martin Aeschlimann 8745c95e80 Merge pull request #1220 from dstorey/gradient-fix
Fix linear-gradient() snippet syntax
2015-12-16 11:32:15 +01:00
Dirk Baeumer f896092df2 Fixes #1342 2015-12-16 10:51:04 +01:00
David Storey 802036ff0e Add MQL4 Interaction media feature values to syntax highlighter
I previously added the media features, but the values were missing too.
2015-12-16 01:37:23 -08:00
David Storey ddc8a92b6d Add @viewport (inc -o-/-ms-) to syntax highlighter
Changes:
* support @viewport at-rules
* add min/max/user-zoom to property list
* add portrait and landscape to property value list

Currently I’m just using the property list for valid descriptors within the viewport at-rule, as that is what the file is also doing for font-face at-rule. Ideally they'd be split out to only accept the valid descriptors in the future.
2015-12-16 01:30:12 -08:00
David Storey ba296d55c7 Update list of valid CSS values for syntax highlighting 2015-12-15 18:20:59 -08:00
Andre Weinand 2420d2a2b9 update node-debug 2015-12-15 15:46:55 +01:00
Dirk Baeumer 0e6a59602a Upgrade to TS 1.7.5 2015-12-15 10:55:48 +01:00
David Storey a59908a721 Fix linear-gradient() snippet syntax 2015-12-12 03:22:46 -08:00
David Storey 3b40a57b00 Fix last of merge issues 2015-12-12 01:04:08 -08:00
David Storey 206f9a84d2 Merge Microsoft/master into branch 2015-12-12 00:04:07 -08:00
Martin Aeschlimann d08132fcbb [ts] update grammars with latest from TypeScript-TmLanguage (05e623f) 2015-12-11 16:06:10 +01:00
Martin Aeschlimann 45f29b9988 [js] update grammars with latest from TypeScript-TmLanguage (05e623f) 2015-12-11 16:06:09 +01:00
Andre Weinand dfd7f2698c update node-debug 2015-12-11 15:13:04 +01:00
Johannes Rieken 7dbc878a32 remove csharp-syntax-only-extension because vscode omnisharp ships that 2015-12-10 15:25:07 +01:00
Johannes Rieken c8d4a43181 es6 is the default 2015-12-10 14:17:41 +01:00
Johannes Rieken a25f063d94 Merge branch 'master' into joh/commandsAsApi 2015-12-10 10:07:15 +01:00
David Storey d98484b5a2 Add css properties to css.plist 2015-12-10 00:13:30 -08:00
Martin Aeschlimann 736ff0bd99 [json] move schema associations to extensions 2015-12-09 23:40:36 +01:00
Johannes Rieken 9408e3bb74 Merge branch 'master' into joh/commandsAsApi 2015-12-09 17:10:04 +01:00
Andre Weinand 18db812cb1 update node-debug 2015-12-09 16:47:23 +01:00
Martin Aeschlimann 9b0bcaa02a [clojure] Block comment is not colored any different #12 2015-12-09 11:19:34 +01:00
Martin Aeschlimann 2b2d81331b [vb] vb dosn't support block comments 2015-12-09 11:05:40 +01:00
Martin Aeschlimann a72549198a Merge pull request #1089 from evalphobia/feature/add-rake-extensions
Added .rake extension to use ruby syntax
2015-12-09 10:55:38 +01:00
Martin Aeschlimann f35e6bd652 Merge pull request #1092 from Tyriar/patch-2
Associate .atom with XML
2015-12-09 10:52:07 +01:00
Johannes Rieken ec720bfa9a filter commands that start with an underscore, make it option in the API 2015-12-09 10:43:49 +01:00
David Storey 74f61ad20a Add fullscreen API pseudos 2015-12-08 18:48:23 -08:00
David Storey 603ed8786a Update Input Pseudo-classes 2015-12-08 18:38:46 -08:00
David Storey 0c2649e8fc Add placeholder pseudo element 2015-12-08 18:33:34 -08:00
David Storey fe09ff773c Add missing CSS units from css.plist 2015-12-08 18:24:18 -08:00
David Storey d3547c844e Add speech media type 2015-12-08 18:10:09 -08:00
David Storey 20c6ef3198 Update comments about colours in plist to be closer to truth 2015-12-08 18:08:23 -08:00
David Storey 23db8835f5 Merge branch 'Microsoft/master' into update-css-intellisense
# Conflicts:
#	src/vs/languages/html/common/htmlTags.ts
2015-12-08 17:03:17 -08:00
Dirk Baeumer daede4d598 Fixes #1052 2015-12-08 12:40:58 +01:00
Dirk Baeumer ee3a944762 Fixes #1100 2015-12-08 11:50:45 +01:00
Daniel Imms 3340cd42c9 Associate .atom with XML
.atom feeds (application/atom+xml) are similar to .rss.
2015-12-07 23:00:35 -08:00
evalphobia e204017ad4 Added .rake extension to use ruby syntax 2015-12-08 09:37:44 +09:00
Benjamin Pasero f2074e0af1 delete test that will never work in our PH 2015-12-07 10:11:05 +01:00
Benjamin Pasero da2688027e enable another workspace test 2015-12-07 08:15:11 +01:00
Benjamin Pasero 7ceebcf8ab first cut green integration tests on windows 2015-12-04 16:17:54 +01:00
Andre Weinand fb8e9440e5 update node-debug 2015-12-04 15:48:53 +01:00
Dirk Baeumer 56faef7b2d Fix line feeds 2015-12-04 13:54:21 +01:00
Dirk Baeumer 93f3088584 Fixes #971 2015-12-04 12:39:43 +01:00
Dirk Baeumer da5268f6a0 Update to TypeScript 1.7.3 2015-12-04 12:39:42 +01:00
Martin Aeschlimann d360a511f0 Merge pull request #1004 from resir014/gemfile-syntax
[ruby] Add Gemfile to supported filenames
2015-12-04 10:19:19 +01:00
Resi Respati c4813c7c6c [ruby] Add Gemfile to supported filenames 2015-12-04 15:11:55 +07:00
Martin Aeschlimann 9d2a579357 Merge pull request #975 from Tyriar/patch-1
[python] Add .gn as a python file extension
2015-12-04 08:55:01 +01:00
Andre Weinand 39f9869a1f update node-debug 2015-12-03 18:32:56 +01:00
Daniel Imms a275306a4b Add .gn as a python file extension
GN is a meta-build system that generates NinjaBuild files. GN syntax is a stripped down version of python.
2015-12-03 08:39:41 -08:00
Martin Aeschlimann 2b7dccce56 [php] missing user code auto-complete on 0.10.1 #161 2015-12-03 17:38:09 +01:00
Andre Weinand 3399962d42 update node-debug 2015-12-03 17:24:24 +01:00
Martin Aeschlimann 0b3f7b223d [javascript] Bring back ES6 syntax highlighting support #133 2015-12-03 16:03:48 +01:00
Martin Aeschlimann 08076f3faa [lua] "goto" missing in Lua syntax highlighting #942 2015-12-03 13:46:56 +01:00
Andre Weinand 2801eac2be update node-debug 2015-12-03 12:45:40 +01:00
Johannes Rieken ad03fd62b3 remove the last csharp-o occurrences and make build happy 2015-12-03 12:17:28 +01:00
Johannes Rieken 601c0776d7 move out vscode omnisharp 2015-12-03 12:03:05 +01:00
Johannes Rieken 38133dbe57 make vscode a dependency, don't use magic build, discover and fix some issues with the global vscode module 2015-12-03 10:58:22 +01:00