Commit Graph

2507 Commits

Author SHA1 Message Date
Sofian Hnaide
2f8e58409c Adding a global Env to the extension API 2016-01-20 16:28:56 -08:00
Brad Gashler
996ebcc22f New conditional breakpoint icons. Equals sign inside. 2016-01-20 14:47:03 -08:00
Benjamin Pasero
3330e7e20e back to previous focus indication for the tree; show actions for focused tree row 2016-01-20 19:02:30 +01:00
Joao Moreno
1b8fca6c2c patch version with quality 2016-01-20 17:51:01 +01:00
Joao Moreno
75b54736d7 simplify product.json 2016-01-20 17:36:31 +01:00
Benjamin Pasero
f2280ea06f Merge pull request #2077 from Microsoft/ben/focus-indication
Support and indicate keyboard focus on elements
2016-01-20 16:58:24 +01:00
Benjamin Pasero
d12b781d7d fix compile error 2016-01-20 16:53:34 +01:00
isidor
e7f9837a85 output: output actions do not use editor service 2016-01-20 16:52:41 +01:00
isidor
9f30c7d7ac output: outputService.getActiveChannel 2016-01-20 16:52:20 +01:00
Benjamin Pasero
29675cd0b4 Merge branch 'master' into ben/focus-indication 2016-01-20 16:50:25 +01:00
Benjamin Pasero
eb1cfc2533 save errors: details in klammern 2016-01-20 16:50:13 +01:00
Benjamin Pasero
02b859d3e2 same focus indication in tree as elsewhere 2016-01-20 16:49:34 +01:00
Benjamin Pasero
9dba3d1471 remove tree fake row 2016-01-20 16:17:39 +01:00
isidor
cbe6b6841b output: showOutput use panel 2016-01-20 16:09:40 +01:00
Benjamin Pasero
96238218bc Merge branch 'master' into ben/focus-indication 2016-01-20 15:53:33 +01:00
Benjamin Pasero
9639a15f38 crash case wording 2016-01-20 15:53:07 +01:00
Johannes Rieken
a9c1895117 allow to provide ViewColumn with 'vscode.previewHtml' command 2016-01-20 15:49:01 +01:00
Johannes Rieken
eb2daf6718 don't use prefix but filenamePatterns 2016-01-20 15:24:36 +01:00
AJ Kerrigan
7d16ea9248 Add keybinding options for Replace and Replace All (#2004)
Add editor commands for the Replace (ReplaceOne) and ReplaceAll
actions. Provide default keybindings which only fire when the
Replace widget is visible.
2016-01-20 08:28:11 -05:00
Alex Dima
a5a6fe2162 Add another text area strategy, simplify textAreaHandler 2016-01-20 14:04:50 +02:00
Johannes Rieken
a44092d6f3 add object, key, and null as SymbolKind, fixes #2111 2016-01-20 12:47:19 +01:00
isidor
7784f6f0a7 output: register output panel 2016-01-20 12:43:35 +01:00
isidor
7074eb4278 output: remove logEditorInput 2016-01-20 12:43:14 +01:00
isidor
89795f0ceb debug: use const 2016-01-20 12:40:54 +01:00
Benjamin Pasero
6a0cc5406e Merge branch 'master' into ben/focus-indication 2016-01-20 12:37:45 +01:00
isidor
d6b4ed5b4e panel: text-transform: uppercase 2016-01-20 12:04:21 +01:00
Johannes Rieken
953aba39c8 proper handling of namespace and package type in goto symbol handler 2016-01-20 12:03:13 +01:00
Benjamin Pasero
6b032e3615 panel: fix DOM order and better background color 2016-01-20 12:01:34 +01:00
Benjamin Pasero
db57729f97 no outline for repl input 2016-01-20 11:53:20 +01:00
isidor
f42cc2e154 BaseEditor is a Panel 2016-01-20 11:47:04 +01:00
Benjamin Pasero
bf47ea198e better crash handling: offer to reload window; do not quit entire application 2016-01-20 11:40:37 +01:00
isidor
572d02d2bf panel: toggle panel is cmd + J 2016-01-20 11:16:29 +01:00
João Moreno
6f105b3d4e Merge pull request #2118 from f111fei/master
'scripts\npm install' bugs in windows7
2016-01-20 11:13:34 +01:00
Johannes Rieken
ae43b98754 align default icons and group labels in gotoSymbol handler 2016-01-20 11:11:29 +01:00
Benjamin Pasero
5454f5365f Ctrl-A - Select All shortcut does not work in preview mode for markdown documents (fixes #2113) 2016-01-20 10:42:48 +01:00
Benjamin Pasero
e04f08cee7 Merge branch 'master' into ben/focus-indication 2016-01-20 10:39:20 +01:00
isidor
8e30f18be1 panel: open default panel when no other panel stored 2016-01-20 10:35:00 +01:00
isidor
c01522536e add repl to bundle 2016-01-20 10:34:59 +01:00
Johannes Rieken
82d7cb417e fix test failure with dynamic marshalling contributions 2016-01-20 10:00:04 +01:00
Johannes Rieken
52add70519 move api tests to node-folder 2016-01-20 09:57:08 +01:00
Erich Gamma
04b451c914 Adding tslint and typescript as a dependency to satisfy the peerDependencies of tslint and gulp-tslint. 2016-01-20 09:46:33 +01:00
Johannes Rieken
a2cd24ace9 when talking to the extension host, only marshall/demarshall but don't stringify/parse, fixes #2088 2016-01-20 09:45:43 +01:00
xzper
8a850be7fc replace powershell with findstr 2016-01-20 13:27:52 +08:00
João Moreno
c7280f04a6 Merge pull request #1072 from EgorMatirov/arm_building
Allow building binary on Linux ARM.
2016-01-19 17:50:00 +01:00
Benjamin Pasero
b03e3e6f58 panel: extract action contribution scope 2016-01-19 17:32:56 +01:00
Benjamin Pasero
bbb50c8640 panelPart => panel 2016-01-19 17:25:12 +01:00
Benjamin Pasero
f8713fe68c panel - proper color for "no workspace" case 2016-01-19 17:22:44 +01:00
Benjamin Pasero
d1b963ac26 menu - add a separator 2016-01-19 17:19:27 +01:00
Isidor Nikolic
919919791b Merge pull request #2042 from Microsoft/isidorn/panel
Implement a horizontal panel for the workbench
2016-01-19 16:26:58 +01:00
isidor
bf0b600423 panel: expose actions in menus 2016-01-19 16:26:11 +01:00