Commit Graph

90679 Commits

Author SHA1 Message Date
isidor
997f4a19c4 debug: breakpoint widget should get dismissed with 'esc' 2016-01-07 16:25:27 +01:00
isidor
dc7344aba0 debug: do not hide breakpoint widget on 'blur' 2016-01-07 16:25:26 +01:00
isidor
75eaa86162 debug: there can be only one breakpoint widget 2016-01-07 16:25:26 +01:00
Martin Aeschlimann
4732e95b1d [php] prefilter completion proposals based on prefix 2016-01-07 16:00:18 +01:00
Martin Aeschlimann
bdae5cdc6d remove experimental from label 2016-01-07 16:00:17 +01:00
Martin Aeschlimann
2dd02eba0b [theme] rename extension to 'colorful-defaults' 2016-01-07 16:00:16 +01:00
Johannes Rieken
b3c2dd835c language feature registry should not rely on Date.now, but just counting clock, hopefully fixes #1848 2016-01-07 12:37:34 +01:00
David Storey
af7ba11743 Add most remaining missing CSS value descriptions…
Including big update to add all the OpenType feature tags for font-feature-setting.

Mostly the only desc missing now are vendor prefixed properties, and a few 'none', 'auto' and 'url()', or things that are either too long to explain in a short space or are self evident like 'small', 'medium', 'large', etc.
2016-01-07 02:28:42 -08:00
Johannes Rieken
92fb16ab11 merge with master 2016-01-07 10:52:55 +01:00
Johannes Rieken
b4e8754670 proper use of EditorInput and EditorModel 2016-01-07 10:45:35 +01:00
Dirk Baeumer
8b8c3ca711 Fixes #1802 2016-01-07 10:31:50 +01:00
Joao Moreno
52ee0d69c0 better extension gallery sorting 2016-01-07 10:25:31 +01:00
Benjamin Pasero
116c61e3e3 Merge pull request #1767 from Microsoft/ben/electron
Update to Electron 0.35.5
2016-01-07 08:32:07 +01:00
Benjamin Pasero
f289ec0749 fix compile error 2016-01-07 08:31:40 +01:00
Benjamin Pasero
d041de91d0 remove one any use 2016-01-07 08:28:47 +01:00
Benjamin Pasero
6915fcdf80 Merge branch 'master' into ben/electron 2016-01-07 08:22:08 +01:00
David Storey
72b3cd8c27 Update descriptions and values for CSS Lists 2016-01-06 18:47:12 -08:00
David Storey
20c1145724 Update SVG properties to latest SVG2 2016-01-06 17:58:14 -08:00
Daniel Podder
2e273e710f Stop strings from spilling onto next line 2016-01-06 12:04:47 -08:00
Daniel Podder
867a87f070 Add tokens to grammar for environment variables 2016-01-06 12:04:46 -08:00
Daniel Podder
3edcbfbd91 Add tokens to grammar for parameter/loop variables 2016-01-06 12:04:46 -08:00
Daniel Podder
d5887eeb03 Fix parsing of 'rem' directive
- remove 'rem' from list of keywords so it's not misparsed as a keyword
 - change \s to \b so that 'rem' is detected in case of @rem or &rem, etc.
2016-01-06 12:04:46 -08:00
Alex Dima
39602b3adb Fixes #1794: Add support for OEM_8 and OEM_102 2016-01-06 19:31:54 +01:00
Alex Dima
bfaf7c9e23 Improve Keybinding IO 2016-01-06 19:31:53 +01:00
Alex Dima
2daeb32117 Add tests for keybindings IO 2016-01-06 19:31:52 +01:00
Alex Dima
e28cd4d8a4 Improve default keybinding generation; Formatting changes around keybindings code 2016-01-06 19:31:50 +01:00
Martin Aeschlimann
772c4ef93a Merge pull request #1728 from basarat/patch-2
replace case with proper type declaration
2016-01-06 19:06:27 +01:00
Johannes Rieken
ac5267eb61 use resourceEditorInput so that virtual documents can be shown in the editor 2016-01-06 17:53:37 +01:00
Joao Moreno
ecfc3c659d fixes #1787 2016-01-06 17:24:20 +01:00
Johannes Rieken
a4874a3997 fix missing sort call in language feature registry 2016-01-06 17:18:22 +01:00
isidor
23131ef7ff debug: send configurationDone once all breakpoints are sent
fixes #1828
2016-01-06 17:18:21 +01:00
Andre Weinand
071f1d1ba7 update debugprotocol to 1.2.1 2016-01-06 17:18:21 +01:00
Dirk Baeumer
58e894eff3 If Salsa is enabled look for the tsserver also in local node_modules 2016-01-06 17:18:20 +01:00
Dirk Baeumer
3e9fe80339 Add feature flag to support using tsserver for JS files 2016-01-06 17:18:20 +01:00
isidor
5e60ad0f22 Change all trees from 24px to 22px 2016-01-06 17:18:19 +01:00
isidor
bc20925f43 debug: debug hover line height is 18px 2016-01-06 17:18:18 +01:00
Joao Moreno
f7210ed1f8 add tooltip to extension name
fixes #1441
2016-01-06 17:18:18 +01:00
Alex Dima
d48f7f85f8 Replace IKeybindingContextRule[] with KbExpr 2016-01-06 17:18:17 +01:00
Alex Dima
53e7e0d8ae Add tests for contextMatchesRules and IOSupport.readKeybindingContexts 2016-01-06 17:18:17 +01:00
Joao Moreno
2a6a00aafd fix #1812 2016-01-06 17:18:16 +01:00
Joao Moreno
ea48288c20 fix #1814 2016-01-06 17:18:16 +01:00
isidor
011d8236ce debug: wrap long string in simple hover 2016-01-06 17:18:15 +01:00
isidor
c166234c68 debug: make complex debug hover more compact 2016-01-06 17:18:14 +01:00
Martin Aeschlimann
3062198a08 [theme] dark & light plus (#1470) 2016-01-06 17:18:14 +01:00
isidor
5e0c7e71d3 debug: check if characters are full width when wrapping
fixes #1254
2016-01-06 17:18:13 +01:00
Andre Weinand
bcb3531bee update node-debug 2016-01-06 17:18:13 +01:00
Alex Dima
d9cf228861 Update links to new native-keymap repo location 2016-01-06 17:18:12 +01:00
isidor
f05c9c22fd debug: remove Source.fromUri and always try to match source to a source from the active stack trace.
fixes #1793
2016-01-06 17:18:12 +01:00
Alex Dima
1d2b103b5d Merge WorkbenchKeybindingService into PluginWorkbenchKeybindingService 2016-01-06 17:18:11 +01:00
Alex Dima
5d6e7682c5 Extract code dealing with native-keymap in its own file 2016-01-06 17:18:11 +01:00