Commit Graph

3731 Commits

Author SHA1 Message Date
Alex Dima
b3e9164e49 Remove enhancedBrackets from monarch for now 2016-02-09 15:24:05 +01:00
Joao Moreno
cf6884c01e refactgor bootstrap-amd 2016-02-09 15:23:23 +01:00
Benjamin Pasero
cf1e93a5f4 better focus adjustment to last active view 2016-02-09 15:20:51 +01:00
Alex Dima
6ec574f698 Migrate final users of electricCharacter.onEnter to onEnterRules 2016-02-09 15:15:54 +01:00
Joao Moreno
fd5416fda7 fix build 2016-02-09 15:09:03 +01:00
mkosieradzki
a716bb82e2 Add support for jsonSchema integer type in Intellisense
http://json-schema.org/latest/json-schema-core.html#anchor8
JSON schema defines primitive type 'integer'. It should be generally handled the same way as number in terms of autocompletion.
2016-02-09 15:00:33 +01:00
Joao Moreno
44a565c814 refactor bootstrap
related to #2785
2016-02-09 14:59:29 +01:00
Joao Moreno
9f9aa618ac narrow down use of VSCODE_NLS_CONFIG 2016-02-09 14:59:29 +01:00
Alex Dima
9033b84863 New regex based implementation for TextModelWithTokens.matchBracket 2016-02-09 12:58:26 +01:00
isidor
3c84fe64eb debug: 'breakpoint' event 2016-02-09 12:34:37 +01:00
isidor
399451e911 debug: nicer function breakpoints api 2016-02-09 12:34:37 +01:00
Benjamin Pasero
33f4c31442 Promise => TPromise in most of workbench land 2016-02-09 12:17:10 +01:00
isidor
529e4d9682 debug: make add function breakpoints action a global workbench action 2016-02-09 11:17:32 +01:00
isidor
3f0381cd6c debug: surface function breakpoints 2016-02-09 11:17:32 +01:00
Benjamin Pasero
45e344292a more reliable tests in ci 2016-02-09 11:17:15 +01:00
Benjamin Pasero
b25c7412cb test timeout increase 2016-02-09 11:14:00 +01:00
Benjamin Pasero
22b9009c83 VSCode does not respect window layout during debugging [Windows] (fixes #2612) 2016-02-09 10:48:12 +01:00
Benjamin Pasero
6745a1e1e6 Mac: wrong command shortcut for Hide Others (fixes #2786) 2016-02-09 10:43:53 +01:00
Alex Dima
19279ee30a Extract methods around bracket handling 2016-02-09 10:40:05 +01:00
Benjamin Pasero
d743c3884c use proper version of vscode 2016-02-09 10:36:22 +01:00
Alex Dima
65701cb9e4 Minor import cleanup 2016-02-09 10:03:59 +01:00
Alex Dima
c968accf1a Inline autoIndentation to electricCharacter 2016-02-09 09:53:52 +01:00
Alex Dima
45ad5412f6 Extract InplaceReplaceSupport to its own file 2016-02-09 09:49:15 +01:00
Alex Dima
f96ba9ed2b Extract SuggestSupport to its own file 2016-02-09 09:43:11 +01:00
Alex Dima
763abb9c69 Extract ParameterHintsSupport to its own file 2016-02-09 09:36:40 +01:00
Daniel Imms
84ca9b76c7 Move arg parsing to launcher.js 2016-02-08 21:59:49 -08:00
Wade Anderson
6d44eeda01 Added feedback information 2016-02-08 17:36:44 -08:00
Alex Dima
d042a49c22 Delete unused TypeDeclarationSupport 2016-02-08 18:20:46 +01:00
Alex Dima
12ea214664 Extract ReferenceSupport to its own file 2016-02-08 18:18:43 +01:00
Alex Dima
64ab294718 Extract DeclarationSupport to its own file 2016-02-08 18:13:41 +01:00
isidor
3369743762 debug: use TPromise, not Promise 2016-02-08 18:09:19 +01:00
Alex Dima
ba55cc219b Extract TokenizationSupport to its own file 2016-02-08 18:07:17 +01:00
Alex Dima
65463e2d01 Consolidate 5 descriptive mode supports into IRichEditSupport 2016-02-08 17:52:13 +01:00
Benjamin Pasero
e23b397ad0 add "bindings" and "nan" into our shrinkwrap file for "weak" module
On Mac, since windows-mutex is not installed, an npm install with npm 3 otherwise seems to fail.
2016-02-08 17:18:32 +01:00
Joao Moreno
3f19f5e08c fix compile errors 2016-02-08 16:51:55 +01:00
Joao Moreno
6daaca3720 fix bad next page 2016-02-08 16:49:54 +01:00
isidor
6bf8f1aecc debug: allow setting breakpoints on whitespace lines
fixes #2790
2016-02-08 16:29:31 +01:00
João Moreno
d31bdf59db Merge pull request #2702 from joaomoreno/list
Use the List widget in the Suggest widget
2016-02-08 16:25:39 +01:00
Benjamin Pasero
2c13a768d6 Allow to pick working files via quick open (fixes #441) 2016-02-08 16:15:22 +01:00
Joao Moreno
2461331b4f suggest: fix details issue 2016-02-08 16:13:34 +01:00
isidor
5bd21f8fb9 debug: make it clear that columnsStartAt1 2016-02-08 15:51:39 +01:00
isidor
d68d83843c debug: do not start session if there are errors after preLaunchTask
fixes #2370
2016-02-08 15:37:58 +01:00
Martin Aeschlimann
60539f234f Merge pull request #2740 from dpodder/fix-2687
Fix #2687: Stop capturing 'REM' as a keyword.command in Batch
2016-02-08 14:36:03 +01:00
Benjamin Pasero
8228fc2b61 Bug: empty search viewlet tree does not indicate keyboard focus 2016-02-08 14:09:54 +01:00
Benjamin Pasero
cae1754668 dropdown - lint 2016-02-08 14:02:13 +01:00
Benjamin Pasero
5165008724 remove unused sash properties 2016-02-08 13:48:40 +01:00
Alex Dima
284014c8e3 Add to TextModelWithTokens: findPrevBracket and findNextBracket 2016-02-08 13:31:58 +01:00
Alex Dima
02bdb3d87b Begin phasing out usage of tokenization brackets 2016-02-08 11:33:48 +01:00
Joao Moreno
4581ae3b01 suggest: next, previous page 2016-02-08 11:14:14 +01:00
Benjamin Pasero
64005c3d55 more focus behavior polish 2016-02-08 11:03:26 +01:00