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
Johannes Rieken
4ab19b3614
make ISuggestSupport#triggerCharacters optional
2017-02-20 15:48:36 +01:00
Johannes Rieken
9a97cb1037
make SnippetRegistry a service, move things to workbench layer, preps #20764
2017-02-20 15:48:36 +01:00
Joao Moreno
a440d6479e
api: expose vscode.computeDiff
2017-02-16 17:40:53 +01:00
isidor
09bc8765f5
output: allow to dispose output channels
...
fixes #20703
2017-02-16 11:14:02 +01:00
Joao Moreno
ac703e0d92
wip: git init
2017-02-15 17:46:58 +01:00
Johannes Rieken
c332a2e4e0
return undefined from detached editor, #18797
2017-02-09 16:15:54 +01:00
Johannes Rieken
df9d8e2890
remove warnings you cannot prevent, #18797
2017-02-09 12:37:15 +01:00
Joao Moreno
3eddf71678
scm: hide input box model from extension host
2017-02-03 17:20:26 +01:00
João Moreno
7a9470db31
Merge pull request #19717 from joaomoreno/modal-message-api
...
Implement modal message API
2017-02-03 11:19:55 +01:00
Matt Bierner
a87586c7c3
Add Type Definition Provider API ( #19699 )
...
* Add Type Definition Provider API
Adds a new API to support type definition providers and adds an initial type definition provider for TypeScript
* Fix comment
* Addressing comments
* Fixer menu option ordering
* Added simple test
2017-02-02 14:01:23 -08:00