Commit Graph

522 Commits

Author SHA1 Message Date
Cyrus Najmabadi
f09971f10b Tweak classification so it does not classify things as keywords that could not actually be keywords according to the grammar. 2014-09-30 14:35:07 -07:00
Daniel Rosenwasser
87146735a7 Merge pull request #776 from Microsoft/getOccurrencesThrow
Support getOccurrencesAtPosition for 'throw' keywords.
2014-09-30 14:06:14 -07:00
Mohamed Hegazy
e49ff08922 Merge pull request #763 from Microsoft/protectedCompletion
Protected completion
2014-09-30 13:32:46 -07:00
Daniel Rosenwasser
2503e50a5d Changed "ownership" relation of try blocks on throw statements.
A try-block now only owns a throw statement if its try statement has a catch-clause.
2014-09-29 12:41:47 -07:00
Daniel Rosenwasser
3f56411e74 Merge branch 'master' into getOccurrencesThrow 2014-09-29 11:59:40 -07:00
Vladimir Matveev
222e1d8365 outlining support for switch blocks\array literals 2014-09-28 22:33:00 -07:00
Daniel Rosenwasser
16d969c9ca Support getOccurrencesAtPosition for 'throw' keywords.
Also revised behavior for 'return' keywords in that when the position
resides on a 'return' statement, 'throw' keywords in the same
function scope that are not within a try-block are also highlighted.
2014-09-28 20:39:09 -04:00
Mohamed Hegazy
8089673066 Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
Daniel Rosenwasser
4ed6a80c9c Limited identifying identifiers after dots to keywords. 2014-09-26 09:46:14 -07:00
Daniel Rosenwasser
a3b59f88c1 Fix issue where trivia is incorrectly identified as an identifier following a dot.
Fixes #753
2014-09-25 22:28:02 -07:00
Yui T
f5b3409058 Merge branch 'master' into notShowModuleNames 2014-09-24 15:08:54 -07:00
Yui T
684de53143 Address code review : add test case for inside ambient module declaration and single quote 2014-09-24 14:51:23 -07:00
Vladimir Matveev
dae98be062 Merge pull request #737 from Microsoft/instanceof_cascading_errors
do not report cascading errors in instanceof operator
2014-09-24 11:09:21 -07:00
Jason Freeman
7bd7d4605e Merge pull request #726 from Microsoft/sigHelp
Signature help in the new compiler
2014-09-24 10:58:50 -07:00
Vladimir Matveev
9f23f74fc3 Merge pull request #736 from Microsoft/unary_operators_strict_mode
use operator token when checking unary expressions in strict mode
2014-09-24 10:56:10 -07:00
Jason Freeman
22e989795d Merge branch 'master' into sigHelp
Conflicts:
	src/compiler/checker.ts
	src/compiler/types.ts
	src/services/services.ts
2014-09-24 10:47:41 -07:00
Daniel Rosenwasser
dc9c3e168b Merge pull request #731 from Microsoft/acknowledgeTrivia
Use the 'skipTrivia' scanner flag for lexical classification
2014-09-24 13:39:50 -04:00
Vladimir Matveev
649f5c01a4 do not report cascading errors in instanceof operator 2014-09-24 09:10:40 -07:00
Vladimir Matveev
ef6a87cdfb use operator token when checking unary expressions in strict mode 2014-09-24 08:52:02 -07:00
Jason Freeman
de2ac51924 Change NodeArray to have a hasTrailingComma property instead of an OmittedExpression 2014-09-23 19:40:25 -07:00
Yui T
835d0ac551 Address code review 2014-09-23 17:58:53 -07:00
Yui T
b37e8fce41 Remove debugger flag 2014-09-23 17:05:37 -07:00
Yui T
8f4ee917b2 remove external module from showing up on completion list 2014-09-23 16:43:07 -07:00
Daniel Rosenwasser
25170ef5dd Changed wording for unit tests. 2014-09-23 14:14:27 -07:00
Daniel Rosenwasser
c719100f69 Added test cases for multiline comments in line classification. 2014-09-23 14:13:43 -07:00
Daniel Rosenwasser
4493aa60eb Added unit test for property access colorization. 2014-09-23 13:59:55 -07:00
Mohamed Hegazy
60b29e924a Merge pull request #730 from Microsoft/protectedConformanceTests
Added protected conformance tests
2014-09-23 13:44:52 -07:00
Mohamed Hegazy
12572576c8 fix comment text 2014-09-23 13:44:39 -07:00
Daniel Rosenwasser
b2372c9e7b Fixed up colorization tests. 2014-09-23 12:23:33 -07:00
Mohamed Hegazy
a6fdad1e97 Added protected conformance tests 2014-09-23 11:22:38 -07:00
Daniel Rosenwasser
4c87375078 Merge branch 'master' into braceYourselves 2014-09-23 08:25:28 -07:00
Daniel Rosenwasser
1842dd0568 Added test case for adjacent braces. 2014-09-23 08:23:59 -07:00
Jason Freeman
bfde7ece13 Add test for nested calls 2014-09-22 15:05:33 -07:00
Jason Freeman
cfee41e31c Enable parameter help tests 2014-09-22 15:05:27 -07:00
Jason Freeman
f4ed98f8bd Disable failing tests for generics and overloads 2014-09-22 15:05:14 -07:00
Jason Freeman
61d6663b32 Fill out more of the SignatureHelpItem and SignatureHelpParameter structures 2014-09-22 15:05:08 -07:00
Jason Freeman
5e1bd0c5bf Add applicableSpan to SignatureHelpItems 2014-09-22 15:04:59 -07:00
Jason Freeman
d42c5ba86c Begin packaging of signature help items 2014-09-22 15:04:53 -07:00
Jason Freeman
67516a1f61 Extract findListItem from smart indenter 2014-09-22 15:04:51 -07:00
Jason Freeman
49ae281059 Start testing signature counts and adjust some syntactic computations 2014-09-22 15:04:47 -07:00
Jason Freeman
49fdb98081 Signature help present with completed signatures 2014-09-22 15:03:42 -07:00
Jason Freeman
927bab6565 Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
Mohamed Hegazy
95394220b4 Merge branch 'release-1.1'
Conflicts:
	Jakefile
	src/compiler/tsc.ts
2014-09-22 14:55:28 -07:00
Daniel Rosenwasser
384d77197e Moved old fourslash test for brace matching over from fourslash_old. 2014-09-22 11:12:56 -07:00
Cyrus Najmabadi
0282b51c68 Updated test baselines. 2014-09-19 17:58:41 -07:00
Cyrus Najmabadi
4aa7c6693c Updating baselines. 2014-09-19 17:58:16 -07:00
Cyrus Najmabadi
e426c83017 Merge branch 'master' into fidelityParser 2014-09-19 17:53:07 -07:00
Anders Hejlsberg
7cc6bbb4d1 Merge pull request #688 from Microsoft/protectedMembers
Support for protected members in classes
2014-09-19 14:43:53 -07:00
Anders Hejlsberg
b5b0777ad5 More tests for protected members 2014-09-19 14:01:07 -07:00
Mohamed Hegazy
68687395b8 handle cases where we have a node with width 0 when reporting grammar errors 2014-09-19 09:44:47 -07:00