Commit Graph

1293 Commits

Author SHA1 Message Date
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
Joao Moreno
ecfc3c659d fixes #1787 2016-01-06 17:24:20 +01:00
Johannes Rieken
47bb528350 fix missing sort call in language feature registry 2016-01-06 16:57:09 +01:00
isidor
ec4af92c8b debug: send configurationDone once all breakpoints are sent
fixes #1828
2016-01-06 16:18:37 +01:00
Andre Weinand
7b7840aa1a update debugprotocol to 1.2.1 2016-01-06 15:55:37 +01:00
Dirk Baeumer
6c54090689 If Salsa is enabled look for the tsserver also in local node_modules 2016-01-06 15:54:53 +01:00
Dirk Baeumer
a39afd6057 Add feature flag to support using tsserver for JS files 2016-01-06 15:54:51 +01:00
isidor
57bd4f307a Change all trees from 24px to 22px 2016-01-06 15:44:31 +01:00
isidor
1a00c05816 debug: debug hover line height is 18px 2016-01-06 15:44:31 +01:00
Joao Moreno
e59d3cf5ee add tooltip to extension name
fixes #1441
2016-01-06 15:31:34 +01:00
Alex Dima
cf597487f3 Replace IKeybindingContextRule[] with KbExpr 2016-01-06 15:12:29 +01:00
Alex Dima
ff2b4fb055 Add tests for contextMatchesRules and IOSupport.readKeybindingContexts 2016-01-06 15:12:28 +01:00
Joao Moreno
884e657d42 fix #1812 2016-01-06 12:59:04 +01:00
Joao Moreno
ebcccd735f fix #1814 2016-01-06 12:57:40 +01:00
isidor
dda3904649 debug: wrap long string in simple hover 2016-01-06 12:53:02 +01:00
isidor
35d35b4709 debug: make complex debug hover more compact 2016-01-06 12:45:11 +01:00
Martin Aeschlimann
8ec0425c67 [theme] dark & light plus (#1470) 2016-01-06 12:16:44 +01:00
isidor
910b7cd436 debug: check if characters are full width when wrapping
fixes #1254
2016-01-06 11:55:09 +01:00
Andre Weinand
23321a1f4b update node-debug 2016-01-06 10:53:50 +01:00
Alex Dima
acf007bf8f Update links to new native-keymap repo location 2016-01-06 10:47:14 +01:00
isidor
220078fa94 debug: remove Source.fromUri and always try to match source to a source from the active stack trace.
fixes #1793
2016-01-06 10:45:39 +01:00
Alex Dima
f78180e124 Merge WorkbenchKeybindingService into PluginWorkbenchKeybindingService 2016-01-06 10:33:37 +01:00
Alex Dima
6ca1835c92 Extract code dealing with native-keymap in its own file 2016-01-06 10:15:41 +01:00
Alex Dima
a585c08516 Fixes #1811 2016-01-06 09:54:24 +01:00
Alex Dima
b592ee4f1b Extract isFullWidthCharacter in strings.ts 2016-01-06 09:49:01 +01:00
Benjamin Pasero
0d8b4f69f1 AutoSave setting is lost (fixes #1762) 2016-01-06 09:45:29 +01:00
Benjamin Pasero
44f6ddd62a TypeError: Cannot read property 'friendlyMessage' of null (fixes #1816) 2016-01-06 09:34:41 +01:00
Alex Dima
83b7762ee5 Fixes #1171: Change All Occurences gets the same implementation as Select All Occurences of Find Match 2016-01-06 09:19:59 +01:00
Andre Weinand
0579a68ac2 update node-debug 2016-01-06 01:56:29 +01:00
Sofian Hnaide
81a32c978d move SendASmile to twitter 2016-01-05 16:41:51 -08:00
isidor
8685f30dca debug: conditiaonl breakpoint focus fix 2016-01-05 18:38:31 +01:00
Andre Weinand
451729486e update node-debug 2016-01-05 18:01:12 +01:00
João Moreno
0b5c09c1f8 Merge branch 'master' of github.com:Microsoft/vscode 2016-01-05 17:29:33 +01:00
João Moreno
3a993ae029 avoid using stdout for askpass
fixes #1449
2016-01-05 17:29:20 +01:00
isidor
f5d3f99fee debug: better handling of raw source objects
fixes #1793
2016-01-05 17:22:07 +01:00
isidor
b76b361185 debug: bring colors to debug simple value hover 2016-01-05 16:42:08 +01:00
isidor
65d26f57ff debug: hover use the tree only for complex variable inspection 2016-01-05 16:42:08 +01:00
isidor
308cb7401b debug: move debugHover.css to own file 2016-01-05 16:42:07 +01:00
isidor
cece28dc1e debug: put a tree inside a hover 2016-01-05 16:42:07 +01:00
isidor
d1ff2538f2 debug: do not hide the hover when user clicks or moves over it 2016-01-05 16:42:06 +01:00
isidor
e0b60311da debug: refactor hover such that doShow takes an expression 2016-01-05 16:42:06 +01:00
Benjamin Pasero
e911c888a3 filePicker.alternateFileNameMatching: true 2016-01-05 16:15:11 +01:00
Benjamin Pasero
cbf608e5de search: fix bad callback use 2016-01-05 15:58:25 +01:00
Johannes Rieken
b41f402660 no blank lines in sample code 2016-01-05 15:57:10 +01:00
Benjamin Pasero
4ddc89d0ea Can't create a tsconfig.json file anymore (fixes #1785) 2016-01-05 15:48:41 +01:00
Andre Weinand
90b80d32a5 update debugprotocol module 2016-01-05 15:36:00 +01:00