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 |
|
Alex Dima
|
104d779af2
|
IPluginService -> IExtensionService
|
2016-03-01 12:01:36 +01:00 |
|
Alex Dima
|
07b3df70d1
|
src/vs/platform/plugins -> src/vs/platform/extensions
|
2016-03-01 11:51:56 +01:00 |
|
Martin Aeschlimann
|
675317b6b8
|
Fixes #3171: [debt] Actions should be allowed to be created with no service dependency
|
2016-02-29 23:04:52 +01:00 |
|
Alex Dima
|
b63a9c905b
|
Fix some 'super' must be called before accessing 'this' errors
|
2016-02-23 14:19:12 +01:00 |
|
Alex Dima
|
2a15ad9dfb
|
Further clarification in TextEditorOptions #2797
|
2016-02-19 17:34:53 +01:00 |
|
Dirk Baeumer
|
70430f5c8c
|
Fixed compile errors caused by 1.8.0
|
2016-02-17 11:39:59 +01:00 |
|
Alex Dima
|
6c1d083fcc
|
Merge branch 'alex/brackets'
Conflicts:
src/vs/languages/handlebars/common/handlebars.ts
|
2016-02-16 17:00:07 +01:00 |
|
Alex Dima
|
066eb26f8b
|
modesRegistry.getRegisteredModes -> modeService.getRegisteredModes
|
2016-02-16 15:55:50 +01:00 |
|
Alex Dima
|
c0df40382a
|
Avoid URI serialization when sending TextDocument updates to the extension host
|
2016-02-11 12:41:16 +01:00 |
|
Alex Dima
|
65463e2d01
|
Consolidate 5 descriptive mode supports into IRichEditSupport
|
2016-02-08 17:52:13 +01:00 |
|
Johannes Rieken
|
b3f65f6182
|
💄 tslint /api
|
2016-02-04 17:26:04 +01:00 |
|
Johannes Rieken
|
5e36bffca5
|
debt - extension api/exports only available in ext host
|
2016-02-01 14:34:26 +01:00 |
|
Johannes Rieken
|
899aa459d6
|
tweak api command doc
|
2016-01-27 17:10:31 +01:00 |
|
Johannes Rieken
|
6250b6531e
|
expose EventEmitter in our API, fixes #2359
|
2016-01-27 12:18:19 +01:00 |
|
Johannes Rieken
|
8755e438f5
|
scheme and path or authoriy are mandated, fixes #2341
|
2016-01-27 11:37:20 +01:00 |
|
isidor
|
1bef9adeb6
|
vscode.d.ts - deprecate the whole method, not the argument
fixes #2337
|
2016-01-26 17:58:33 +01:00 |
|
Johannes Rieken
|
74d033e92a
|
allow to register for the same scheme twice. lifo behaviour
|
2016-01-25 16:12:33 +01:00 |
|
Johannes Rieken
|
ee249f86bd
|
api - add vscode.env.language
|
2016-01-25 14:49:36 +01:00 |
|
Johannes Rieken
|
08fab0100d
|
add CompletionList to tackle #2224
|
2016-01-25 13:57:14 +01:00 |
|
Johannes Rieken
|
acbaa258c4
|
tweak Position.toJSON
|
2016-01-25 11:23:53 +01:00 |
|
Johannes Rieken
|
ef6641c09b
|
wait for 1sec for editors to be synchronized, #2217
|
2016-01-25 11:09:34 +01:00 |
|