Johannes Rieken
|
9408e3bb74
|
Merge branch 'master' into joh/commandsAsApi
|
2015-12-09 17:10:04 +01:00 |
|
Martin Aeschlimann
|
468635529e
|
[json] configure built-in schemas for standalone editor
|
2015-12-09 17:06:55 +01:00 |
|
Martin Aeschlimann
|
81bf22aea4
|
[json] take out preloaded json schemas
|
2015-12-09 17:06:54 +01:00 |
|
Martin Aeschlimann
|
a8e3aa6916
|
jsonSchema contribution point
|
2015-12-09 17:06:53 +01:00 |
|
Johannes Rieken
|
0b0f18bf2c
|
add _generateCommandsDocumentation-command to print command metadata to console
|
2015-12-09 17:03:31 +01:00 |
|
Benjamin Pasero
|
f5e97d84f3
|
Make the fuzzy option an option for the file picker only
|
2015-12-09 16:53:58 +01:00 |
|
Andre Weinand
|
18db812cb1
|
update node-debug
|
2015-12-09 16:47:23 +01:00 |
|
Benjamin Pasero
|
219b61e7f9
|
reduce fuzzy use to file picker
|
2015-12-09 16:31:20 +01:00 |
|
Johannes Rieken
|
b5525f9ac3
|
let plugin host commands internally also accept ICommandHandlerDescriptions and have a way to get them all
|
2015-12-09 16:29:24 +01:00 |
|
Alex Dima
|
90dd1cd806
|
Fixes #64: Do not render selectionHighlight on top of selection
|
2015-12-09 16:24:06 +01:00 |
|
Benjamin Pasero
|
969982df4e
|
back to normal sort/matching for commands
|
2015-12-09 16:21:18 +01:00 |
|
Benjamin Pasero
|
aafa06ee8f
|
scorer - fix issue with prefix scoring
|
2015-12-09 16:20:15 +01:00 |
|
Joao Moreno
|
d513543422
|
wrap service lib calls with try catch
|
2015-12-09 16:17:44 +01:00 |
|
Joao Moreno
|
b175b29c83
|
remove leftover console.log
|
2015-12-09 16:09:22 +01:00 |
|
isidor
|
36b69d1d7a
|
debug: duplicate contributed attributes should be marked as errors.
|
2015-12-09 16:04:10 +01:00 |
|
isidor
|
ccf58bd872
|
debug: no need to disable regular hover from debugService.
|
2015-12-09 16:04:10 +01:00 |
|
isidor
|
4de93ed5d6
|
debug: 'Toggle Enablement' -> 'Enable/Disable Breakpoint'
|
2015-12-09 16:04:10 +01:00 |
|
Andre Weinand
|
0851f9b009
|
add dependency to 'vscode-debugprotocol' npm module
|
2015-12-09 15:29:49 +01:00 |
|
Johannes Rieken
|
2f26afe56e
|
Introduce ICommandMetadata with the option for TypeConstraints
|
2015-12-09 15:02:43 +01:00 |
|
Alex Dima
|
98473e0e88
|
Call extension deactivate(), dispose subscriptions on extension host shutdown
|
2015-12-09 13:21:51 +01:00 |
|
João Moreno
|
9f7989d36c
|
Merge pull request #1079 from joaomoreno/suggest
Suggest cleanup
|
2015-12-09 13:07:43 +01:00 |
|
Benjamin Pasero
|
b7709ccc5c
|
delete flaky test
|
2015-12-09 13:04:40 +01:00 |
|
Joao Moreno
|
c4631ef42b
|
suggest: bring back frozen
|
2015-12-09 12:56:02 +01:00 |
|
Joao Moreno
|
de638fa407
|
suggest: model.visibleCount
|
2015-12-09 12:40:01 +01:00 |
|
isidor
|
e73fa23c89
|
debug: another iteration on breakpoint state in UI.
|
2015-12-09 11:46:03 +01:00 |
|
Joao Moreno
|
8ca43a840c
|
suggest: final cleanup
|
2015-12-09 11:37:34 +01:00 |
|
Martin Aeschlimann
|
9b0bcaa02a
|
[clojure] Block comment is not colored any different #12
|
2015-12-09 11:19:34 +01:00 |
|
Alex Dima
|
05960dc42c
|
Fixes #1120: Indenting should not indent empty lines
|
2015-12-09 11:11:16 +01:00 |
|
Martin Aeschlimann
|
2b2d81331b
|
[vb] vb dosn't support block comments
|
2015-12-09 11:05:40 +01:00 |
|
Alex Dima
|
d60cc73d82
|
Fixes #498 - indentation guessing defaults to insertSpaces: true, tabSize: 4 when not enough hints
|
2015-12-09 10:59:52 +01:00 |
|
Martin Aeschlimann
|
a72549198a
|
Merge pull request #1089 from evalphobia/feature/add-rake-extensions
Added .rake extension to use ruby syntax
|
2015-12-09 10:55:38 +01:00 |
|
Martin Aeschlimann
|
f35e6bd652
|
Merge pull request #1092 from Tyriar/patch-2
Associate .atom with XML
|
2015-12-09 10:52:07 +01:00 |
|
Alex Dima
|
d47f1f00d4
|
Fixes #1125: change defaults to insertSpaces: true, tabSize: 4
|
2015-12-09 10:51:20 +01:00 |
|
Johannes Rieken
|
ec720bfa9a
|
filter commands that start with an underscore, make it option in the API
|
2015-12-09 10:43:49 +01:00 |
|
Isidor Nikolic
|
960258c8d6
|
Merge pull request #1123 from Microsoft/isidorn/extensions-statusbar
Isidorn/extensions statusbar
|
2015-12-09 10:20:46 +01:00 |
|
Benjamin Pasero
|
eb17ea787b
|
fix some npes
|
2015-12-09 07:44:30 +01:00 |
|
David Storey
|
74f61ad20a
|
Add fullscreen API pseudos
|
2015-12-08 18:48:23 -08:00 |
|
David Storey
|
603ed8786a
|
Update Input Pseudo-classes
|
2015-12-08 18:38:46 -08:00 |
|
David Storey
|
0c2649e8fc
|
Add placeholder pseudo element
|
2015-12-08 18:33:34 -08:00 |
|
David Storey
|
fe09ff773c
|
Add missing CSS units from css.plist
|
2015-12-08 18:24:18 -08:00 |
|
David Storey
|
d3547c844e
|
Add speech media type
|
2015-12-08 18:10:09 -08:00 |
|
David Storey
|
20c6ef3198
|
Update comments about colours in plist to be closer to truth
|
2015-12-08 18:08:23 -08:00 |
|
David Storey
|
23db8835f5
|
Merge branch 'Microsoft/master' into update-css-intellisense
# Conflicts:
# src/vs/languages/html/common/htmlTags.ts
|
2015-12-08 17:03:17 -08:00 |
|
David Storey
|
db6f0f960e
|
Add x and y properties from SVG2
|
2015-12-08 16:46:57 -08:00 |
|
David Storey
|
eaa8e769b7
|
Update writing-mode with values from latest draft
|
2015-12-08 16:43:17 -08:00 |
|
David Storey
|
76220e6385
|
Add or update the various wrap-* properties from CSS Text & Exclusions
|
2015-12-08 16:37:35 -08:00 |
|
David Storey
|
780a8fea39
|
Remove hyphenate from word-wrap. Not valid value.
|
2015-12-08 16:13:50 -08:00 |
|
David Storey
|
3a87b3233c
|
Add Edge to word-break property
|
2015-12-08 16:11:22 -08:00 |
|
David Storey
|
0438e98465
|
Update will-change property’s browser support
|
2015-12-08 16:10:26 -08:00 |
|
David Storey
|
985ad54bfa
|
Update white-space property
|
2015-12-08 16:07:44 -08:00 |
|