Commit Graph

187 Commits

Author SHA1 Message Date
Martin Aeschlimann
c5fc19d474 grammar update script: Generalize as /build/npm/update-grammar 2016-08-03 12:13:18 +02:00
Martin Aeschlimann
5341c17cca TS completes single quote in comments fixes #10068 2016-08-03 12:13:18 +02:00
Johannes Rieken
be8ad1d9b6 Merge pull request #10062 from Microsoft/joh/890
add `resolveWorkspaceSymbol`
2016-08-03 10:39:50 +02:00
Johannes Rieken
ad1ec90782 adopt recommended ctor signature 2016-08-03 09:27:53 +02:00
Martin Aeschlimann
fdcbf91f27 [typescript] evolve update script, emit grammar as JSON 2016-08-02 17:27:04 +02:00
Martin Aeschlimann
847f78f6f4 [typescript] update grammar script improvements 2016-08-02 17:27:04 +02:00
Martin Aeschlimann
2ee0412b22 [typescript] update grammar (Microsoft/TypeScript-TmLanguage@1cf745c) 2016-08-02 12:13:28 +02:00
Martin Aeschlimann
893483c907 [typescript] grammar-update script 2016-08-02 12:13:28 +02:00
Daniel Imms
6e28026527 Update shrinkwrap for packaged extensions 2016-07-28 16:11:44 -07:00
Martin Aeschlimann
c84ecd7867 Update JSON Schema for JS and TS #8221 2016-07-22 11:04:01 +02:00
Martin Aeschlimann
70aa7ac5b0 Merge pull request #9595 from Microsoft/aeschli/languageconfiguration-cleanup
Replace deprecated __ language APIs with language-configuration alternative
2016-07-22 10:58:23 +02:00
Martin Aeschlimann
e929d1d8f0 Migrate JS/TS to language-configuration 2016-07-21 20:06:20 +02:00
Martin Aeschlimann
ebc3074822 Emulate LanguageConfiguration.__electricCharacterSupport.docComment with autoClosingPairs 2016-07-21 16:58:59 +02:00
Andre Weinand
36edf0b561 use new "breakpoints" contribution point 2016-07-21 11:43:56 +02:00
Johannes Rieken
ed9e56b261 be aware that 'asAbsolutePath' might be 'null', fixes #8793 2016-07-13 12:59:23 +02:00
Johannes Rieken
6c0c26b971 be aware that 'asAbsolutePath' might be 'null', fixes #8793 2016-07-13 09:55:36 +02:00
Dirk Baeumer
f6227ca157 New TS builder stops if Syntax errors exist and doesn't check for semantic errors 2016-07-10 16:34:45 +02:00
Benjamin Pasero
0525466708 back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-07-08 16:12:10 +02:00
Martin Aeschlimann
6507005279 Fixes #8045: Syntax highlight issue in .tsx files using generics 2016-07-08 11:32:57 +02:00
Johannes Rieken
cef402ad3c remove unused code 2016-07-07 16:00:22 +02:00
Alex Dima
d5862e8dba Clean extensions OSSREADME.json since the tool now can scan all npm-shrinkwrap.json files 2016-07-07 12:36:49 +03:00
Johannes Rieken
7cb8e4514e remove autoClosingPairs, surroundingPair in favour of deprecated api and language config file, fixes #8737 2016-07-06 15:42:53 +02:00
Benjamin Pasero
54f91df5b2 Merge branch 'master' into ben/electron 2016-07-06 10:27:53 +02:00
Dirk Baeumer
5bb7f2e02e Fixes #8719: Closing a file without saving is not cleaning markers 2016-07-05 14:51:02 +02:00
Benjamin Pasero
5d1affed4b ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-07-02 08:39:01 +02:00
Dirk Baeumer
7cd1925693 Add shrinkwrap file to TypeScript extension 2016-07-01 12:08:48 +02:00
Dirk Baeumer
9dfca5b1ad Fixes #8013: Ctrl+T does not list exported variables 2016-06-30 10:56:29 +02:00
Martin Aeschlimann
e228769042 Polish configuration section labels & add link 2016-06-27 18:37:04 +02:00
Dirk Baeumer
0edf9421da Remove breakpoint flag 2016-06-23 13:50:01 +02:00
Dirk Baeumer
1c9726fde0 Merge branch 'dbaeumer/TS9125' 2016-06-23 13:38:45 +02:00
Dirk Baeumer
ff52542fcd Make experimental auto build a setting 2016-06-23 13:29:23 +02:00
Dirk Bäumer
66a17b24ba Merge pull request #8028 from paulvanbrenk/master
Fix typo
2016-06-23 09:37:43 +02:00
Paul van Brenk
43924f11bf Fix typo 2016-06-22 17:29:10 -07:00
Martin Aeschlimann
88f88a9093 Update TS grammar with fix 11. 2016-06-22 10:17:03 +02:00
Dirk Baeumer
ab50c4dc88 Add support for build status 2016-06-22 09:58:09 +02:00
Dirk Baeumer
a4aeaa1d67 TypeScript builder adoption 2016-06-17 19:03:04 +02:00
Martin Aeschlimann
700d73620a Update typescript grammar (June 9) 2016-06-15 09:44:31 +02:00
Dirk Baeumer
50e579f9ac Fixes #7186: Problem with changing languages 2016-06-06 12:40:23 +02:00
Dirk Baeumer
26983bfc8a Fixes #7149: Markers: deleting a file should remove its markers 2016-06-03 12:10:17 +02:00
Joao Moreno
b459c6a34d show documentation in parameter hints 2016-06-02 11:26:15 +02:00
Dirk Baeumer
a5f28dd150 Fixes #7097: TypeScript should revalidate all files that were open in an editor 2016-06-01 16:17:50 +02:00
Martin Aeschlimann
a8eadbd8d4 Clean up __characterPairSupport, fixes #6889 2016-05-30 10:12:13 +02:00
Alexandru Dima
342cbe3ba7 Merge pull request #6911 from Microsoft/dbaeumer/6909
Pull request to address #6909
2016-05-27 10:34:38 +02:00
Martin Aeschlimann
eb54c3cef8 Revert type-parameter lookahead (fixes #6955) 2016-05-27 10:23:00 +02:00
Martin Aeschlimann
9938136e44 Syntax highlighting issue when there is no space preceding (TypeScript-TmLanguage/issues/11) 2016-05-26 17:04:55 +02:00
Alex Dima
de54cb5a47 Fixes #4065: Catch the copyright case in the onEnterRules 2016-05-26 12:43:16 +02:00
Martin Aeschlimann
9823c9d7df Update typescript grammar 2016-05-26 12:28:53 +02:00
Dirk Baeumer
a22804ff9d Addresses #6909 2016-05-26 11:29:01 +02:00
Johannes Rieken
f73f84ecab encode uri components which are meant to be a path, fixes #6709 2016-05-25 12:46:14 +02:00
Dirk Baeumer
c414497121 Update to tsserver 1.8.10 2016-05-20 12:16:59 +02:00