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 |
|
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 |
|
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 |
|
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 |
|
Joao Moreno
|
41f7345cd0
|
set state idle after failed update
|
2016-01-19 16:24:36 +01:00 |
|
isidor
|
5b263e87d6
|
repl: hide repl on esc
|
2016-01-19 16:03:19 +01:00 |
|
isidor
|
e3d5633dbf
|
panel: show horizontal sash even when panel is hidden
|
2016-01-19 15:58:14 +01:00 |
|
isidor
|
e09c0556ea
|
panel: make repl the default panel for now
|
2016-01-19 15:55:13 +01:00 |
|
Johannes Rieken
|
79f5349acb
|
trus 'rejectionHandled' and 'unhandledRejection' events and only warn about unhandled promises after 1 second, fixes #963
|
2016-01-19 15:19:19 +01:00 |
|
Benjamin Pasero
|
f88e54587d
|
quick input: indicate validation error in input field
|
2016-01-19 15:00:10 +01:00 |
|
Joao Moreno
|
a0985999ba
|
usa quality as update channel
|
2016-01-19 14:42:13 +01:00 |
|
Johannes Rieken
|
19b791a546
|
add prefixes to language extension point, fixes #1851
|
2016-01-19 14:38:35 +01:00 |
|
isidor
|
1ae6b62b9f
|
josn: add errorMessage
fixes #1978
|
2016-01-19 14:29:31 +01:00 |
|
isidor
|
b284ed5693
|
panel: address Ben's feedback
|
2016-01-19 12:57:13 +01:00 |
|
Benjamin Pasero
|
8ceae7eec0
|
implement UX team feedback for auto save
|
2016-01-19 12:51:54 +01:00 |
|
isidor
|
b19445e3d8
|
panel: fix issue with minimal panel width
|
2016-01-19 12:33:45 +01:00 |
|
isidor
|
e009b3060a
|
panel: make panel height limit absolute
|
2016-01-19 12:06:56 +01:00 |
|
isidor
|
92a5f52d11
|
panel: CtrlCmd + L to toggle panel
|
2016-01-19 11:54:58 +01:00 |
|
isidor
|
58582bd0a0
|
panel: fix close panel action
|
2016-01-19 11:51:39 +01:00 |
|
isidor
|
d26a9234c3
|
panel: fix cyclic dependency
|
2016-01-19 11:51:02 +01:00 |
|
isidor
|
7608a3012c
|
panel: fix layout positioning bug when sidebar hidden
|
2016-01-19 11:41:59 +01:00 |
|
Johannes Rieken
|
a9b3b8c026
|
noAutoAccept for snippet suggestions
|
2016-01-19 10:59:01 +01:00 |
|
Johannes Rieken
|
44c5e9aef7
|
reduce shallow size of CompletionItem
|
2016-01-19 10:55:30 +01:00 |
|
Johannes Rieken
|
cb30cde085
|
debt - remove ISuggestionCompare interface and usage
|
2016-01-19 10:17:46 +01:00 |
|
isidor
|
96aea03a55
|
Merge branch 'master' into isidorn/panel
|
2016-01-19 09:56:20 +01:00 |
|
Isidor Nikolic
|
fca508050e
|
Merge pull request #2064 from roblourens/offlineDebug
Fix connecting to debugAdapter by port when offline
|
2016-01-19 09:52:59 +01:00 |
|
Alex Dima
|
357c6dca01
|
Fixes #2068: Update find and replace strings in state on input event
|
2016-01-18 22:34:27 +02:00 |
|
Alex Dima
|
9bb41b4dcd
|
Simplify TextAreaHandler
|
2016-01-18 22:25:15 +02:00 |
|
Alex Dima
|
2b63ddcfc6
|
Simplify TextAreaHandler
|
2016-01-18 22:25:14 +02:00 |
|
Alex Dima
|
f04224cd75
|
Simplify interaction model between TextAreaHandler and KeyboardHandler
|
2016-01-18 22:25:12 +02:00 |
|
Benjamin Pasero
|
79e032c169
|
tslint
|
2016-01-18 18:21:33 +01:00 |
|
Benjamin Pasero
|
3298a01494
|
fix sluggish layout behavior
|
2016-01-18 17:53:14 +01:00 |
|
isidor
|
8d5965fbc7
|
panel: style the title
|
2016-01-18 17:04:47 +01:00 |
|
Johannes Rieken
|
a6f29b71eb
|
💄 ts lint
|
2016-01-18 16:59:25 +01:00 |
|
Alex Dima
|
43e9150cf6
|
Move textAreaHandler to /common/
|
2016-01-18 17:50:37 +02:00 |
|
Alex Dima
|
f4efd391ad
|
Reduce usage of /browser/ in textAreaHandler
|
2016-01-18 17:47:54 +02:00 |
|
isidor
|
791543025a
|
panel: toggle panel action
|
2016-01-18 16:41:37 +01:00 |
|
isidor
|
fc1ef1621e
|
panel: properly restore panel if it was active
|
2016-01-18 16:32:10 +01:00 |
|
Alex Dima
|
780660668a
|
Move *Range classes to editor/common/
|
2016-01-18 17:22:20 +02:00 |
|
isidor
|
12e1528814
|
panel: actions in repl
|
2016-01-18 16:18:01 +01:00 |
|
isidor
|
c508eb27a6
|
panel: close panel action
|
2016-01-18 16:16:22 +01:00 |
|