Commit Graph

2507 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
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
Alex Dima
a1ede6188f Fixes #1811 2016-01-06 17:18:10 +01:00
Johannes Rieken
47bb528350 fix missing sort call in language feature registry 2016-01-06 16:57:09 +01:00
Benjamin Pasero
a18b907011 store window id in property 2016-01-06 16:45:42 +01:00
Benjamin Pasero
73571b598f Merge branch 'master' into ben/electron 2016-01-06 16:27:33 +01:00
Johannes Rieken
26fab247a9 first implementation of registerTextDocumentContentProvider api-idea 2016-01-06 16:26:49 +01:00
Benjamin Pasero
9b619b61ac yay, delete atom-browser.d.ts and atom-renderer.d.ts 2016-01-06 16:24:29 +01:00
Johannes Rieken
f2bba12f8b 🔼 move thenable<->promise utility to async 2016-01-06 16:19:44 +01:00
isidor
ec4af92c8b debug: send configurationDone once all breakpoints are sent
fixes #1828
2016-01-06 16:18:37 +01:00
Benjamin Pasero
ba234c7100 adopt remote module 2016-01-06 16:14:30 +01:00
Benjamin Pasero
0693d7cb30 adopt menu and menuitem 2016-01-06 16:09:04 +01:00
Benjamin Pasero
6027927d77 adopt browser window and dialog 2016-01-06 16:00:08 +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
Benjamin Pasero
d6c4086df3 adopt clipboard module 2016-01-06 15:22:43 +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
Benjamin Pasero
7d32e8f2ea polish electron.d.ts 2016-01-06 13:01:45 +01:00
Joao Moreno
884e657d42 fix #1812 2016-01-06 12:59:04 +01:00