Johannes Rieken
45378eb8d8
Merge pull request #22303 from Microsoft/joh/eol
...
TextDocument#eol
2017-03-27 12:08:42 +02:00
Joao Moreno
3d0b9755d3
💥 scm state -> stateContextKey
2017-03-27 11:54:23 +02:00
Joao Moreno
75576e3cca
💥 scm id -> contextKey
2017-03-27 11:54:23 +02:00
Joao Moreno
79aa19e9d4
💥 scm input onDidAccept
2017-03-27 11:08:36 +02:00
Daniel Imms
804562ed46
Initial terminal API onData impl
...
Part of #23177
2017-03-24 14:09:48 -07:00
Joao Moreno
24cd191ac2
✨ scm: require uris on resources and groups
2017-03-24 17:55:14 +01:00
Johannes Rieken
e6a735e209
make typeConverter eol-aware
2017-03-24 17:12:50 +01:00
Joao Moreno
9a9716f1da
🐛 make registerDiffInformationCommand proposed api
2017-03-24 16:48:05 +01:00
Joao Moreno
e4a765da2d
🔨 change how ids work in scm providers. remove drag
2017-03-24 16:44:38 +01:00
Johannes Rieken
1849ad23a7
add TextEdit#newEol, adopt for workspace edit and onWillSave-event
2017-03-24 16:13:58 +01:00
Joao Moreno
acb29bf425
✨ registerDiffInformationCommand instead of computeDiff
2017-03-24 15:22:43 +01:00
Johannes Rieken
0e5198437c
use native path#{join,normalize} over our custom stuff
2017-03-24 15:11:02 +01:00
Johannes Rieken
77d0808a56
add TextDocument#isClosed, #15723
2017-03-24 12:50:48 +01:00
Johannes Rieken
0219720936
fix merge problem
2017-03-24 12:41:33 +01:00
Johannes Rieken
a15b0daea1
Merge branch 'master' into joh/eol
2017-03-24 12:37:38 +01:00
Johannes Rieken
7d0805e00f
Revert "adding TextDocument#isVisible and internals for a visbility change event, #15723 "
...
This reverts commit a6a41fd6c3 .
2017-03-24 12:26:51 +01:00
Sandeep Somavarapu
7b95329449
Support title actions in tree explorer
2017-03-24 11:39:57 +01:00
Dirk Baeumer
f79bed6d73
Fixes #22655 .
2017-03-23 16:14:38 +01:00
Dirk Baeumer
f70b0b3ecb
Fixes #22069 : Define extension story for tasks
2017-03-23 14:32:31 +01:00
Johannes Rieken
2d05792d35
also add EnumMember and Struct to SymbolKind, #2628
2017-03-23 13:10:34 +01:00
Johannes Rieken
be08f9f3a1
add CompletionItemKind.Struct, #2628
2017-03-23 11:52:47 +01:00
Johannes Rieken
a6a41fd6c3
adding TextDocument#isVisible and internals for a visbility change event, #15723
2017-03-23 11:21:16 +01:00
Johannes Rieken
c01a616062
debt - allow to somewhat work with a closed editor
2017-03-23 09:53:19 +01:00
Johannes Rieken
fc96b6a3dc
add CompletionItemKind.Constant, #2628
2017-03-22 17:24:35 +01:00
Johannes Rieken
d8904bc125
allow extensions to work with closed documents, #15723
2017-03-22 16:54:21 +01:00
Johannes Rieken
8f6e350a84
add CompletionItemKind.EnumMember
2017-03-22 15:34:04 +01:00
Johannes Rieken
1f13773092
💄
2017-03-22 11:26:48 +01:00
Johannes Rieken
c5d44858ff
better fix for #21709
2017-03-22 11:25:05 +01:00
Matt Bierner
c08ed01dc7
Move html preview commands docs to vscode docs repo
...
Follow up on: https://github.com/Microsoft/vscode-docs/pull/896
Removes the extended documentation for the html preview since this now lives in the vscode docs
2017-03-21 18:33:34 -07:00
isidor
aca643ec36
with @jrieken use BufferedContent to optimize output appending
...
fixes #22804
2017-03-21 16:17:37 +01:00
Johannes Rieken
8516b9a6ed
no EOLEdit for now, no replacement yet
2017-03-21 16:08:49 +01:00
Johannes Rieken
6a062eea3f
add tests, add ctor
2017-03-21 09:48:37 +01:00
Johannes Rieken
57bb940794
add EndOfLineEdit and allow it to be returned from onWillSave
2017-03-21 09:48:37 +01:00
Johannes Rieken
ac0e3c615b
allow bulk edit to change EOL sequences
2017-03-21 09:48:37 +01:00
Johannes Rieken
f52053a78e
TextDocument#eol
2017-03-21 09:48:37 +01:00
Benjamin Pasero
353123ed9e
fix compile error
2017-03-14 11:33:16 +01:00
Johannes Rieken
b86a54e757
fix #22453
2017-03-13 13:49:22 +01:00
Johannes Rieken
c90593d99e
don't warn when our extension use proposed api
2017-03-08 17:45:07 +01:00
Cody Hoover
ee4473f1ef
Follow up to PR #22021 to respond to feedback
2017-03-07 21:36:15 +01:00
Johannes Rieken
7eeb5a6e48
💄 remove unused property
2017-03-07 09:38:18 +01:00
Cody Hoover
503f8f516e
Add ability to open untitled document with initial content ( #22021 )
2017-03-07 07:43:21 +01:00
Johannes Rieken
3a5f6213db
return of the 3mins rule, fixes #21709
2017-03-06 15:30:56 +01:00
Johannes Rieken
1239cebb70
Merge branch 'joh/editors'
2017-03-06 12:40:47 +01:00
Sandeep Somavarapu
622b8004f4
#19685 Revert changes in Extension Description
...
- Revert changes to id in Ext description. No lowering of name.
- Implement an equal function to check equality of extensions
- Use above function to check the equality with extension description
2017-03-03 11:25:04 +01:00
Alex Dima
7906fe30d1
Remove ITextModel.toRawText()
2017-03-02 18:50:13 +01:00
Alex Dima
2e27b5433e
Clean up IRawText usage
2017-03-02 18:50:13 +01:00
Alex Dima
668dc0675d
Extract more code to textSource.ts
2017-03-02 18:50:13 +01:00
Alex Dima
bff93542a7
Reduce usage of IRawText (send only what's needed around)
2017-03-02 18:50:13 +01:00
Sandeep Somavarapu
b30abf53f4
#19685 Use lower case id
...
- In Extension description in Extension host
- In Extension enablement service
- Rename identifier to id in IExtension
2017-03-02 00:35:04 +01:00
Joao Moreno
ca1deee166
git: give up on using the editor
...
fixes #20983
2017-02-21 11:55:27 +01:00