Johannes Rieken
|
3f9f7514a5
|
command - move IKeybindingService#executeCommand to ICommandService
|
2016-07-07 11:13:45 +02:00 |
|
Johannes Rieken
|
bd4e85d8a3
|
move CommandRegistry out of KeybindingsRegistry
|
2016-07-07 10:39:30 +02:00 |
|
Johannes Rieken
|
1920059e45
|
rename index file 'keybindingService' to 'keybinding' such that it is aligned with the rest
|
2016-07-06 16:43:01 +02:00 |
|
Johannes Rieken
|
ce6cf7b1e8
|
fix #8774
|
2016-07-06 15:47:49 +02:00 |
|
Johannes Rieken
|
7cb8e4514e
|
remove autoClosingPairs, surroundingPair in favour of deprecated api and language config file, fixes #8737
|
2016-07-06 15:42:53 +02:00 |
|
Alex Dima
|
1d8a0023f4
|
Fixes #2933: return promise from text editor command to allow to wait for its completion
|
2016-07-05 15:11:05 +02:00 |
|
Alex Dima
|
c8ba3022eb
|
Fixes #8205: Make emmet edits undoable in one step
|
2016-06-30 12:41:57 +02:00 |
|
Alex Dima
|
5d218261e8
|
Fixes #8379: validate column argument of vscode.previewHtml
|
2016-06-28 16:21:30 +02:00 |
|
Alex Dima
|
9f1e006be5
|
Do not use native Proxy as it breaks debugging vscode
|
2016-06-27 17:54:56 +02:00 |
|
Johannes Rieken
|
a941b59fe9
|
add 'vscode.open' API command, fixes #566
|
2016-06-27 15:33:17 +02:00 |
|
Alex Dima
|
d285fe05e1
|
Split up ext host <-> main thread communication to separate files
|
2016-06-27 14:59:54 +02:00 |
|
Alex Dima
|
f00bbb18d9
|
Move IThreadService up to /workbench/
|
2016-06-26 15:50:37 +02:00 |
|
Alex Dima
|
6c6fea75a4
|
Fix compile problem
|
2016-06-26 15:14:28 +02:00 |
|
Alex Dima
|
10cae007cd
|
Use native JS Proxy for main <-> ext host proxies
|
2016-06-26 15:10:04 +02:00 |
|
Alex Dima
|
04faa2e4c1
|
Bring to /workbench/ all users of Remotable
|
2016-06-26 15:10:03 +02:00 |
|
Alex Dima
|
67cba0ab90
|
Bring RemoteTelemetryService to vs/workbench
|
2016-06-26 15:10:02 +02:00 |
|
Martin Aeschlimann
|
51f2d539a6
|
Use MarkedString insetad of HTMLContentElement
|
2016-06-24 10:23:50 +02:00 |
|
Johannes Rieken
|
da0b1de5e7
|
assert that there is a configuration
|
2016-06-13 10:43:35 +02:00 |
|
Alex Dima
|
eca3662d6b
|
Improve monaco.d.ts documentation
|
2016-06-11 13:54:13 +02:00 |
|
Alexandru Dima
|
b2d6a1c023
|
Merge pull request #7181 from Microsoft/aeschli/decoration-attachments
Support for before & after decorations
|
2016-06-10 17:39:20 +02:00 |
|
Alex Dima
|
8827aaf627
|
Code Review for before/after decorations
|
2016-06-10 17:38:37 +02:00 |
|
Alex Dima
|
7f14d8c348
|
Extract word related functions to wordHelper
|
2016-06-08 21:36:29 +02:00 |
|
Johannes Rieken
|
e8ddfed2cc
|
getConfiguration should not crash when section denotes a value, #1396
|
2016-06-08 11:56:30 +02:00 |
|
Martin Aeschlimann
|
c1713bbc0a
|
Merge branch 'master' into aeschli/decoration-attachments
|
2016-06-06 09:32:52 +02:00 |
|
Alex Dima
|
92b91cf371
|
Remove usages of richEditSupport and adopt LanguageConfigurationRegistry
|
2016-06-05 09:38:29 +02:00 |
|
Johannes Rieken
|
640f516f37
|
api - encourage to set kind when creating a completion item
|
2016-06-03 15:48:21 +02:00 |
|
Martin Aeschlimann
|
1a1c98141c
|
Merge branch 'master' into aeschli/decoration-attachments
|
2016-06-03 11:41:07 +02:00 |
|
Johannes Rieken
|
3d5e058652
|
support only custom title of preview pane, #2351
|
2016-06-03 10:44:31 +02:00 |
|
Johannes Rieken
|
63e98ebba7
|
change object style for Position#with and Position#translate, #6678
|
2016-06-03 10:11:36 +02:00 |
|
Johannes Rieken
|
4f33eeae61
|
align with-signatures, add change-object overload to Range#with, #6678
|
2016-06-03 10:11:36 +02:00 |
|
Benjamin Pasero
|
26caa26382
|
move editor events over to group service
|
2016-06-03 09:55:22 +02:00 |
|
Benjamin Pasero
|
f2987ae9fc
|
move editor moved event to group service
|
2016-06-03 09:41:49 +02:00 |
|
Martin Aeschlimann
|
c989011128
|
Add befor/after decorations
|
2016-06-03 08:48:28 +02:00 |
|
Johannes Rieken
|
11544263c4
|
add support for title object in previewHtml, #2351
|
2016-06-02 09:04:41 +02:00 |
|
Benjamin Pasero
|
7658d10631
|
introduce and use editor move event
|
2016-06-01 15:51:12 +02:00 |
|
Benjamin Pasero
|
e231f3fa2f
|
real event for editor change in part
|
2016-06-01 13:01:08 +02:00 |
|
Johannes Rieken
|
45a797bec1
|
check for input box options, fixes #7013
|
2016-05-30 10:54:15 +02:00 |
|
Martin Aeschlimann
|
a8eadbd8d4
|
Clean up __characterPairSupport, fixes #6889
|
2016-05-30 10:12:13 +02:00 |
|
Benjamin Pasero
|
a42976ec17
|
Merge branch 'master' into ben/stacks
|
2016-05-27 16:50:59 +02:00 |
|
Alex Dima
|
bdb06710e8
|
Revert "Fixes #6380: Markdown does not disable autotrigger suggest"
This reverts commit 71f93aa38e.
|
2016-05-27 15:38:08 +02:00 |
|
Benjamin Pasero
|
34c933670d
|
inputToType => createInput (for #6324)
|
2016-05-27 08:55:07 +02:00 |
|
Benjamin Pasero
|
5684c02522
|
Merge branch 'master' into ben/stacks
|
2016-05-25 18:20:39 +02:00 |
|
Alex Dima
|
8913a2b964
|
Add typed events to IModel
|
2016-05-25 15:31:32 +02:00 |
|
Benjamin Pasero
|
556635aa32
|
Merge branch 'master' into ben/stacks
|
2016-05-25 11:45:11 +02:00 |
|
Alex Dima
|
4730f9637b
|
Event naming should be onDidVerbNoun
|
2016-05-25 09:42:41 +02:00 |
|
Alex Dima
|
71f93aa38e
|
Fixes #6380: Markdown does not disable autotrigger suggest
|
2016-05-24 09:54:22 +02:00 |
|
Benjamin Pasero
|
9d34e3bf05
|
Merge branch 'master' into ben/stacks
|
2016-05-23 19:14:36 +02:00 |
|
Johannes Rieken
|
9e0d1f7b43
|
more idGenerator usage
|
2016-05-23 16:01:30 +02:00 |
|
Johannes Rieken
|
8a5a178530
|
remove duplicated error utils
|
2016-05-23 15:50:46 +02:00 |
|
Johannes Rieken
|
4b999b2e87
|
💄 use id generator
|
2016-05-23 15:50:46 +02:00 |
|