Martin Aeschlimann
1b2478dd2b
[html] add hover for tags and embedded css
2016-10-21 22:02:43 +02:00
Johannes Rieken
fbacd65e2a
debt - no guessing-caching, better use of gc-signals, command converter using gc-signals, main side heap service
2016-10-21 18:54:48 +02:00
Johannes Rieken
8cf29fbe26
debt - remove unused IQuickFix2 interface and use CodeAction instead
2016-10-21 13:30:16 +02:00
Johannes Rieken
4d4cce534b
fmt - protected from concurrent document changes
2016-10-20 17:52:27 +02:00
Johannes Rieken
5bacd045c0
debt - move TrieMap to map.ts, add tests
2016-10-20 12:57:48 +02:00
Johannes Rieken
ecdfddabc7
reduce amount of data the _executeCompletionItemProvider-commands sends
2016-10-20 12:24:30 +02:00
Johannes Rieken
929d6a5504
debt - remove ISuggestResult#currentWord
2016-10-20 11:43:08 +02:00
Johannes Rieken
f22b10e4e2
instantiate a new api implementation for each extension, #13990
2016-10-20 10:57:04 +02:00
Johannes Rieken
701507f40c
make ExtHostAPIImplementation a method for better type checks, #13990
2016-10-19 16:20:51 +02:00
Johannes Rieken
dc7402b978
make vscode.d.ts use a declare module, #13990
...
* a declared module allows to have a sibling module containing experimental API
* this change also cleans up some bogous type pollution that happened because vscode used to be both, a declare module and a global namespace
2016-10-19 11:43:56 +02:00
Benjamin Pasero
262c24cb1f
Merge pull request #13883 from Microsoft/ben/horizontal
...
Diagonal editor layout
2016-10-18 10:53:07 +02:00
Benjamin Pasero
932cd3816a
fix compile errors
2016-10-17 19:02:13 +02:00
Johannes Rieken
5c553b6ad4
start with document formatters, fallback to range formatters, fixes #13690
2016-10-17 12:09:34 +02:00
Johannes Rieken
3ac84ba23e
add new event onDidChangeVisibleTextEditors, #643
2016-10-13 10:29:03 +02:00
Johannes Rieken
6681a2a7d6
tsfmt - src
2016-10-08 09:53:13 +02:00
Dirk Baeumer
428d4768e0
Run extension host detached under Windows to ensure correct extension shutdown
2016-10-07 14:59:17 +02:00
isidor
1a15210f01
first set code editor, then setConfiguration
...
fixes #12879
2016-10-07 10:30:49 +02:00
Benjamin Pasero
61328fd66c
💄
2016-10-05 19:29:08 +02:00
Benjamin Pasero
96f11177eb
push ITextFileService to be a workbench service ( fixes #6429 )
2016-10-05 15:19:18 +02:00
Johannes Rieken
35540a82a4
simpler, but less clean fix for #12111
2016-09-29 16:07:38 +02:00
Johannes Rieken
2a388da352
Revert "gutterIconPath is string or Uri, #12111 "
...
This reverts commit 2d1c94ab08 .
2016-09-29 16:07:38 +02:00
Johannes Rieken
2d1c94ab08
gutterIconPath is string or Uri, #12111
2016-09-29 09:56:17 +02:00
Johannes Rieken
c4f793759a
baby steps, #12111
2016-09-29 09:56:17 +02:00
Daniel Imms
8763d8411f
Fix Terminal.processId when setProcessId has not yet been called
...
Part of #12770
2016-09-28 19:10:34 -07:00
Johannes Rieken
13dd827396
Revert "allow to define gutter and content icons paths as string OR uri, #12111 "
...
This reverts commit 6afb0f477a .
2016-09-28 15:47:01 +02:00
Johannes Rieken
6afb0f477a
allow to define gutter and content icons paths as string OR uri, #12111
2016-09-28 14:35:01 +02:00
Johannes Rieken
2b27189749
make global optional, fixes #12878
2016-09-28 13:42:00 +02:00
Johannes Rieken
01acb0eb2e
undefined !== null and JSON.stringify should know that, fix #12812
2016-09-28 12:59:43 +02:00
Johannes Rieken
503c01b93e
use pushEditOperation instead of dangerous applyEdits, fixes #12832
2016-09-28 11:23:03 +02:00
Johannes Rieken
cd2e9da5f7
make sure to timeout format on save, #12725
2016-09-28 10:55:53 +02:00
Johannes Rieken
e7376ad883
better names for TextDocumentSaveReason, #12830
2016-09-28 10:36:24 +02:00
Alex Dima
d2060eee32
Fixes #12730 : "editor.lineNumbers" should use "on", "off", and "relative"
2016-09-27 23:20:13 +03:00
Alex Dima
7f0e2adacf
Introduce TextEditorLineNumbersStyle for TextEditorOptions.lineNumbers
2016-09-27 23:10:43 +03:00
Alex Dima
a8894fbf0e
Add API to change editor's lineNumbers option
2016-09-27 01:14:24 +03:00
Daniel Imms
b3487969e0
Remove some unused params
2016-09-26 10:41:00 -07:00
Johannes Rieken
e986a2b093
add TextDocumentWillSaveEvent#reason, #239
2016-09-26 17:33:41 +02:00
Johannes Rieken
fafb6c1d3b
add default label, fixes #12119
2016-09-26 10:45:55 +02:00
Johannes Rieken
9f75564814
add an overall timeout to onWillSaveTextDocument, #239
2016-09-26 09:56:49 +02:00
Johannes Rieken
bb6d4d309e
Merge pull request #12490 from gregvanl/master
...
Format complex command descriptions for better generated Markdown.
2016-09-23 18:00:05 +02:00
Johannes Rieken
73e3f8d9b2
use proper settings name in code
2016-09-23 15:29:43 +02:00
Alex Dima
55741c8c6e
Fix TS adoption issues
2016-09-23 15:53:56 +03:00
Johannes Rieken
21d4e10fa0
don't run formatOnSave when auto saved, #12449
2016-09-23 14:29:36 +02:00
Dirk Baeumer
d6c02afff7
Merge branch 'master' into dbaeumer/TS2.0
2016-09-23 12:31:24 +02:00
Johannes Rieken
f758341dd1
Merge pull request #12454 from Microsoft/joh/formatOnSave
...
format on save
2016-09-23 12:24:35 +02:00
Johannes Rieken
94d8b210e4
ignore listeners that failed (error, timeout) more than n times, #239
2016-09-23 12:22:09 +02:00
Dirk Baeumer
a48d278d19
Added values to enums to make 2.0.3 compiler happy with structural equal enums
2016-09-23 11:50:22 +02:00
Dirk Baeumer
a464b8a7b5
Fixing compile error caused by TS 2.0.3
2016-09-23 09:03:16 +02:00
Greg Van Liew
f83d860a44
Format complex command descriptions for better generated Markdown.
2016-09-22 15:57:57 -07:00
Dirk Baeumer
179f3780de
Merge branch 'master' into dbaeumer/TS2.0
2016-09-22 21:36:02 +02:00
Johannes Rieken
cb19176a04
add watch dog, bubble errors a little, #239
2016-09-22 17:56:05 +02:00