Commit graph

229 commits

Author SHA1 Message Date
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