Commit Graph

325 Commits

Author SHA1 Message Date
Martin Aeschlimann
2affc685ad Fixes #2645 : [php] Double-click "$a" in "$a->b()" highlights "$a-" 2016-02-03 18:39:13 +01:00
Martin Aeschlimann
09c07b7830 Update TS/JS grammars to 59c4f26 (Feb 2) 2016-02-03 18:39:13 +01:00
Martin Aeschlimann
4bb65a5b51 Merge pull request #2649 from xaverh/master
Fixes to C++ and C syntax
2016-02-03 15:59:05 +01:00
Andre Weinand
e4a6347704 update node-debug 2016-02-03 12:57:58 +01:00
Andre Weinand
07b5d46cc6 update node-debug 2016-02-03 11:41:16 +01:00
Xaver Hellauer
990230090d friend and override are not C keywords
I moved this to the C++ syntax file.
2016-02-02 20:05:44 +01:00
Xaver Hellauer
9992e9fba8 alignof and alignas keywords
alignof and alignas are official C++ keywords, further I moved one function definition from the C file to the C++ because it has caused wrong highlighting for C (friend and override are not C keywords). .H files are now also C++ file types.
2016-02-02 20:03:25 +01:00
Andre Weinand
4bd25fa712 update node-debug for trace feature 2016-02-02 17:31:25 +01:00
Johannes Rieken
eba220d39c prepare bulk editor for not having an active editor, fixes #1708 2016-02-02 09:25:58 +01: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
Andre Weinand
f265a0a420 update node-debug 2016-02-01 13:52:37 +01:00
Martin Aeschlimann
80f8000c10 Fixes #2543: [themes] Two themse are marked as default. Why? 2016-02-01 11:02:06 +01:00
Martin Aeschlimann
539f53c58d Fixes #2502: [json] JSON '.' closes intelli-sense widget 2016-02-01 10:57:27 +01:00
Andre Weinand
e76a5e7b64 update mono-debug. fixes #2350 2016-02-01 00:41:12 +01:00
Andre Weinand
ad803b63d3 update node-debug. fixes #2574 2016-01-30 21:42:36 +01:00
Daniel Imms
aa1cc34a02 Associate .cson with CoffeeScript
Fixes #2568
2016-01-30 08:16:10 -08:00
Andre Weinand
f273790bcb update node-debug 2016-01-30 00:52:42 +01:00
Andre Weinand
8c94e89e50 protect against invalid 'outDir'. fixes #2535 2016-01-29 16:39:38 +01:00
Martin Aeschlimann
6e4933c87c Fixes #2524: Switch default theme to color + 2016-01-29 11:21:07 +01:00
Erich Gamma
043a4e7601 Remove the dancer from the status 2016-01-29 07:54:31 +01:00
Andre Weinand
a5a983da6c update node-debug 2016-01-28 21:53:24 +01:00
Martin Aeschlimann
41fef3b9f0 Add ".ino" to cpp file suffices 2016-01-28 20:19:51 +01:00
Andre Weinand
7ddbe52ea5 update node-debug. fixes #2288 2016-01-28 18:10:47 +01:00
Martin Aeschlimann
69dfecdbe4 Allow custom error messages for regex issues 2016-01-28 17:25:35 +01:00
Martin Aeschlimann
5168697dfd Fixes #2324: [json] Inline schema in settings don't work 2016-01-28 17:18:45 +01:00
Martin Aeschlimann
0c72437701 json package.json: Use tabs instead of spaces 2016-01-28 17:18:45 +01:00
Martin Aeschlimann
ead959c5d4 Fixes #2328: [json] No code assist in schema property in settings.json 2016-01-28 17:18:44 +01:00
Martin Aeschlimann
5785cf462e Fixes #2365: [json] JSON could complete identifier with quotes 2016-01-28 17:18:43 +01:00
Martin Aeschlimann
706413e537 Test fixes for #2468 2016-01-28 17:18:43 +01:00
Andre Weinand
3ffdeb1b0f update mono-debug: fixes #2350 2016-01-28 16:31:30 +01:00
Martin Aeschlimann
cfa2dd25e0 FIxes #2468: [json] Intellisense Provides Strange Suggestions In Property Value 2016-01-28 16:17:02 +01:00
Martin Aeschlimann
4b642223ae [json] enable opening json extension on folder 2016-01-28 15:40:36 +01:00
Martin Aeschlimann
ac5c3aa7b8 Fixes #2342: [json] JSON suggestion completed incorrectly 2016-01-28 15:40:35 +01:00
Martin Aeschlimann
dc8b138e39 [json] consume 1.3.1 of language-server & client 2016-01-28 15:40:34 +01:00
Erich Gamma
d3c32e6929 Fixes #2455 2016-01-28 14:42:10 +01:00
Erich Gamma
df7a28a904 Fixes #2369 2016-01-28 14:15:11 +01:00
Andre Weinand
baaa42c0e9 update to latest node-debug 2016-01-28 12:46:19 +01:00
Martin Aeschlimann
db40c87ba8 Fixes #2446: [json] Unable to load schema jsconfig.schema.json 2016-01-28 10:59:15 +01:00
Andre Weinand
77d07b0156 remove tests from node-debug 2016-01-27 23:47:38 +01:00
Andre Weinand
3d6d958cd3 Fixes #2429: normalize drive letter to lower 2016-01-27 19:17:55 +01:00
Martin Aeschlimann
f8836d7698 Fixes #2322: OSS README in TypeScript extension needs to be updated 2016-01-27 18:00:08 +01:00
Johannes Rieken
79a5014d72 #2169 - map 'warning' kind to file and default again to property 2016-01-27 12:50:32 +01:00
Johannes Rieken
6250b6531e expose EventEmitter in our API, fixes #2359 2016-01-27 12:18:19 +01:00
Dirk Baeumer
4bed00b373 Fixes #2434 2016-01-27 12:03:30 +01:00
Martin Aeschlimann
e75c630aff Fixes #2388 [json] Completing a JSON suggestion enters snippet mode 2016-01-27 11:40:12 +01:00
Johannes Rieken
8755e438f5 scheme and path or authoriy are mandated, fixes #2341 2016-01-27 11:37:20 +01:00
Erich Gamma
c4df2b16c1 fixing the salsa version check 2016-01-26 14:09:14 +01:00
Martin Aeschlimann
4c6534ebc6 [json] update proxy on settings update 2016-01-26 09:56:43 +01:00
Martin Aeschlimann
9443432459 [json] fix for contributed schemas located inside extensions 2016-01-26 09:48:45 +01:00