Commit Graph

2907 Commits

Author SHA1 Message Date
Johannes Rieken
5801d6d9b0 undo isNearDeath change, #5117 2016-04-11 10:06:20 +02:00
Johannes Rieken
742ae2ea14 provideCodeActions get those diagnostic instances others provided, not a clone 2016-04-08 17:52:20 +02:00
Johannes Rieken
8cdf377b66 add DiagnosticsCollection#has and #get 2016-04-08 17:31:35 +02:00
Johannes Rieken
aeb52ceb8d add DiagnosticsCollection#forEach 2016-04-08 16:40:12 +02:00
Johannes Rieken
fdc48b3fc6 refactor DiagnosticsCollection so that it holds data on ext host side 2016-04-08 16:17:43 +02:00
Johannes Rieken
bac28cc23d also check for nearDeath when accessing a document, #4488 2016-04-08 11:34:50 +02:00
Benjamin Pasero
7d7028d458 File/Folder picker (fixes #530) 2016-04-07 15:51:30 +02:00
Johannes Rieken
78dcfe10d8 make sure that the falsy value for the activeTextEditor is undefined, #5022 2016-04-06 17:43:07 +02:00
Johannes Rieken
5f44e36593 fix issue #4945 2016-04-06 12:49:01 +02:00
Benjamin Pasero
1dc3cd2ab8 vscode.openFolder: allow to open as new window 2016-04-05 10:42:47 +02:00
Benjamin Pasero
6b37039312 Provide API to open a new folder (fixes #58)
* Provide API to open a new folder (fixes #58)

* extract more generic command

* use underscore to prevent command from showing in keybindings list
2016-04-04 18:21:32 +02:00
Johannes Rieken
7d3b7c0302 move modesFilter logic into the single place at which it is used, remove the rest 2016-04-04 12:34:43 +02:00
Johannes Rieken
5723a2d97f simplify completion model, prep work for #3153 2016-04-01 11:57:26 +02:00
Benjamin Pasero
31ce12f023 Investigate to make IConfigurationService sync if already blocking startup (fixes #4264) 2016-04-01 11:41:16 +02:00
Alexandru Dima
90eed31518 Merge pull request #4752 from alexandrudima/alex/perf
Perf optimizations
2016-03-31 18:02:02 +02:00
Johannes Rieken
d1bd49756a use SuggestionType over string 2016-03-31 15:07:24 +02:00
Alex Dima
ba875c3300 Merge branch 'master' into alex/perf 2016-03-31 10:55:21 +02:00
Joao Moreno
3040249c7c Merge branch 'lifecycle' 2016-03-31 09:30:23 +02:00
Alex Dima
012f47208d Merge branch 'master' into alex/perf 2016-03-29 17:27:38 +02:00
Alex Dima
c249c6f48a Optimize PrefixSumComputer 2016-03-24 22:01:33 +01:00
Johannes Rieken
0edca427db fwd error when document cannot be opened, fixes #4577 2016-03-24 12:09:58 +01:00
Johannes Rieken
f461eb5947 Merge pull request #4515 from Microsoft/joh/fixLargeModelIssues
checks models when file events happen
2016-03-24 09:08:35 +01:00
Johannes Rieken
1134f97585 Merge pull request #4290 from f111fei/patch-3
tweak some complex commands args description
2016-03-24 08:52:45 +01:00
xzper
aeb7beb1e6 remove triggerCharacter constraint 2016-03-23 19:18:47 +08:00
Joao Moreno
68f4d1eb60 streamline lifecycle methods 2016-03-23 10:06:12 +00:00
Johannes Rieken
b3d7ef4a4f ops 2016-03-22 11:55:28 +01:00
Johannes Rieken
48719873f3 checks models when file events happen 2016-03-21 18:42:51 +01:00
Johannes Rieken
a1e140c8ab don't have API editor for model that are too large for ext host sync'ing, fixes #4373 2016-03-18 13:08:04 +01:00
Benjamin Pasero
7827514998 less delete this.* 2016-03-16 16:01:58 +01:00
Dirk Baeumer
56920f1408 Fixes #4305: Provide API to access the locale and ui language 2016-03-16 12:43:59 +01:00
xzper
ac149a9169 Update extHostApiCommands.ts 2016-03-16 15:51:59 +08:00
xzper
444da0d4f4 tweak some complex commands args description 2016-03-16 15:30:29 +08:00
Johannes Rieken
34aaa5fa90 don't print err when contributed command fails, fixes #4241 2016-03-15 14:43:21 +01:00
Alex Dima
0bb7ffc26b Fix accessing disposed model 2016-03-15 11:41:36 +01:00
Alex Dima
9d00c59b91 Better handling of cursorStyle 2016-03-12 16:14:25 +01:00
Alex Dima
f16e6aa61a Add setContext command 2016-03-11 15:59:29 +01:00
Johannes Rieken
31950e91b9 don't get stuck in _wordenize, don't allow evil regexp as word definition, fixes #3963 2016-03-11 10:52:29 +01:00
Alex Dima
29976b03c1 Add cursorStyle to TextEditorOptions 2016-03-10 23:11:12 +01:00
Alex Dima
45906d91e4 Add ability to change a document's EOL 2016-03-09 10:50:18 +01:00
Alex Dima
f6d576dd26 Handle indentation changes coming from the extension host 2016-03-08 21:29:03 +01:00
Alex Dima
70db9378ce Allow to change indent options on models 2016-03-08 21:29:02 +01:00
Alex Dima
1236d844fd First cut at indentation options living in the model 2016-03-08 21:28:56 +01:00
Alex Dima
a3bdfe7ede More plugin -> extension 2016-03-01 18:54:44 +01:00
Alex Dima
533844ab8d More plugin -> extension 2016-03-01 18:54:42 +01:00
Alex Dima
f693ba1495 rename nativePluginService to nativeExtensionService 2016-03-01 18:54:40 +01:00
Alex Dima
6ae815a7c5 plugin -> extension 2016-03-01 18:54:39 +01:00
Alex Dima
c867beb5fe More plugin -> extension renames 2016-03-01 12:44:35 +01:00
Alex Dima
149cede9e6 PluginsRegistry -> ExtensionsRegistry 2016-03-01 12:32:25 +01:00
Alex Dima
5331853508 Renames from plugins to extensions 2016-03-01 12:18:29 +01:00
Alex Dima
a2a48e3ba8 Simplify IExtensionService 2016-03-01 12:13:17 +01:00