Commit graph

6543 commits

Author SHA1 Message Date
Benjamin Pasero
63d84ffd70 update enablement of actions depending on overflow 2016-06-12 10:45:13 +02:00
Benjamin Pasero
a7a870fcfb raw html elements 2016-06-12 10:30:55 +02:00
Benjamin Pasero
5129f3bc2f keep active tab visible when resizing 2016-06-12 10:09:16 +02:00
Benjamin Pasero
b86b2cbb9e fix null in hover 2016-06-11 16:02:24 +02:00
Benjamin Pasero
0990b727d1 fix context passing in toolbar 2016-06-11 15:43:31 +02:00
Alex Dima
eca3662d6b Improve monaco.d.ts documentation 2016-06-11 13:54:13 +02:00
Benjamin Pasero
0b28383989 close to the right for tabs 2016-06-11 12:10:08 +02:00
Benjamin Pasero
52fc9ea041 use ieditoridentifier 2016-06-11 11:49:49 +02:00
Benjamin Pasero
e3fe91be1c only add editor actions for active editor to context menu 2016-06-11 11:46:30 +02:00
Benjamin Pasero
d017a3956a move IEditorContext around 2016-06-11 11:36:46 +02:00
Benjamin Pasero
6588d5fe1d Merge pull request #7547 from elemongw/fix_on_activate
Open empty window on 'activate' when all windows are closed (OS X)
2016-06-11 11:08:17 +02:00
Benjamin Pasero
b40c73c690 fix enablement in context menu 2016-06-11 10:28:05 +02:00
Benjamin Pasero
9aea4f5663 fill editor actions into tab context menu 2016-06-11 10:18:47 +02:00
Benjamin Pasero
b0f8a30365 close action always comes last 2016-06-11 10:02:08 +02:00
Benjamin Pasero
da247311ee focus next only when group is active 2016-06-11 09:58:37 +02:00
Benjamin Pasero
21dcd2be5c do not offer "unpin" for now 2016-06-11 09:50:18 +02:00
Benjamin Pasero
a5427dfae4 fix enablement 2016-06-11 09:04:39 +02:00
Daniel Imms
549478a004 Add focusNext, focusPrevious commands, remove conflicting keybinding 2016-06-10 17:34:38 -07:00
Daniel Imms
099352bca8 Support hollow cursor on unfocused terminal
Fixes #7445
2016-06-10 13:36:29 -07:00
Giorgos Retsinas
19541fa20a Follow OS X conventions
Clicking on the dock when no window is open should open a new window, not reopen the last one
2016-06-10 23:34:26 +03:00
Daniel Imms
9bbb48bd59 Update xterm dep to use master
Active bug fixing is happening, it should be tested
2016-06-10 13:33:44 -07:00
Daniel Imms
9a50d1aae4 Merge pull request #7503 from Microsoft/6458_multiple_terminals
Add multiple terminals
2016-06-10 12:57:47 -07:00
Daniel Imms
75fc2ac843 Add keybindings for new and close terminals 2016-06-10 12:56:45 -07:00
Alex Dima
8fd51f85b9 Generate monaco.d.ts continuously and check it in build 2016-06-10 18:40:32 +02:00
Joao Moreno
ac9567ee47 limit git repositories changes count behind option 2016-06-10 18:19:06 +02:00
Sandeep Somavarapu
7603987c01 #1927 trim and show ellipsis for long descriptions 2016-06-10 17:52:23 +02:00
Alexandru Dima
b2d6a1c023 Merge pull request #7181 from Microsoft/aeschli/decoration-attachments
Support for before & after decorations
2016-06-10 17:39:20 +02:00
Alex Dima
8827aaf627 Code Review for before/after decorations 2016-06-10 17:38:37 +02:00
Sandeep Somavarapu
5ea29fe241 #7487 Toggle focus from editor to panel 2016-06-10 17:02:28 +02:00
Benjamin Pasero
5483045753 first cut context menu on tabs 2016-06-10 16:35:09 +02:00
Benjamin Pasero
0a0397b4f2 merge "views" and "panel" menu 2016-06-10 15:31:53 +02:00
Benjamin Pasero
3d469f8810 always reveal active tab 2016-06-10 12:34:25 +02:00
Daniel Imms
07ea7f370e Add close terminal action 2016-06-10 02:50:39 -07:00
Benjamin Pasero
838de5f034 allow to scroll with mouse wheel 2016-06-10 11:26:54 +02:00
Benjamin Pasero
a16bd11952 fix hc theme 2016-06-10 10:50:52 +02:00
Alex Dima
f7cf26f73b Fixes #7514: update monaco.d.ts 2016-06-10 10:24:06 +02:00
Benjamin Pasero
bff78ef9a3 control drag hit zone 2016-06-10 10:18:27 +02:00
Benjamin Pasero
f2573a2f7f css fix 2016-06-10 10:14:00 +02:00
Benjamin Pasero
1b39e440ef css cleanup 2016-06-10 10:03:50 +02:00
Daniel Imms
cbb9510572 Merge pull request #7499 from Microsoft/7497_report_prefill_issue
Prefill new issue via Help > Report Issues
2016-06-10 00:21:06 -07:00
Daniel Imms
e00c666f90 Use %0A for new lines 2016-06-10 00:14:11 -07:00
Joao Moreno
61325c10af remove unused variable 2016-06-10 08:54:18 +02:00
Benjamin Pasero
f707df6f5b css cleanup 2016-06-10 07:52:36 +02:00
Daniel Imms
ae886e54ce Focus the newly created terminal 2016-06-09 22:28:21 -07:00
Daniel Imms
9a778ae075 Setup basic create new terminal command 2016-06-09 15:06:29 -07:00
Daniel Imms
fc66135a49 Update theme when no there are no active terminals 2016-06-09 15:06:29 -07:00
Andre Weinand
7d56f33e50 update node-debug 2016-06-09 23:51:11 +02:00
Daniel Imms
f3fb6c445f Handle an array of TerminalInstance's
Part of #6458
2016-06-09 14:39:50 -07:00
Daniel Imms
5f936580da Make message more consistent with issue template 2016-06-09 14:23:01 -07:00
Daniel Imms
6d822bd609 Prefill new issue via Help > Report Issues
Fixes #7497
2016-06-09 14:20:45 -07:00