Commit Graph

590 Commits

Author SHA1 Message Date
Benjamin Pasero
375bd62305 fix some todos (migration) 2016-07-05 11:31:36 +02:00
Benjamin Pasero
1e4ba0c588 update to latest electron.d.ts 2016-07-02 14:27:18 +02:00
Alex Dima
0a6f5aec40 Fixes #7160: Render the current line highlight also when the editor is not focused 2016-06-29 23:18:28 +02:00
Benjamin Pasero
f87c7ffbf2 Use original-fs instead of manually ignoring ASAR files (fixes #8470) 2016-06-29 14:44:52 +02:00
Alex Dima
973c3bdae5 Render indent guides outside of the view line (#2192) 2016-06-29 13:18:46 +02:00
Martin Aeschlimann
e228769042 Polish configuration section labels & add link 2016-06-27 18:37:04 +02:00
Alex Dima
9f1e006be5 Do not use native Proxy as it breaks debugging vscode 2016-06-27 17:54:56 +02:00
Benjamin Pasero
845e94c3c1 do not leak node.js stat 2016-06-27 14:18:10 +02:00
Benjamin Pasero
f33377d4ab Cannot delete .asar file while VS Code is open (fixes #646) 2016-06-27 09:36:41 +02:00
Benjamin Pasero
f01feadf14 cleanup & imports 2016-06-27 08:08:24 +02:00
Alex Dima
f00bbb18d9 Move IThreadService up to /workbench/ 2016-06-26 15:50:37 +02:00
Alex Dima
485a0e1483 Clean up IThreadService 2016-06-26 15:27:27 +02:00
Alex Dima
10cae007cd Use native JS Proxy for main <-> ext host proxies 2016-06-26 15:10:04 +02:00
Alex Dima
705c458720 Simplify worker protocol 2016-06-25 21:27:16 +02:00
Alex Dima
a25cfe1dbc Simplify IThreadService now that ICompatWorkerService is used 2016-06-25 21:27:14 +02:00
Alex Dima
3b7f84d27a There is precisely one compatibility web worker 2016-06-25 20:05:51 +02:00
Alex Dima
e4a183dab4 Fixes Microsoft/monaco-editor#2: Fix scrollbars, context menus, mouse operations and content widgets layouting when editor is inside a position:fixed container 2016-06-23 23:58:15 +02:00
Alex Dima
5eaf9f0503 Adopt ModelBuilder in workbench 2016-06-22 18:47:38 +02:00
Alex Dima
a4ac000b7d Move WorkspaceStats to /workbench/ 2016-06-22 18:47:38 +02:00
Benjamin Pasero
b7ee78d6d6 tabs bugfixing and polish 2016-06-19 11:13:12 +02:00
Benjamin Pasero
d8de4d4695 fix issue with editors closing randomly 2016-06-15 09:39:52 +02:00
Benjamin Pasero
0f5331e497 dispose inputs in history when removing 2016-06-14 12:15:48 +02:00
Benjamin Pasero
c85ef95dfa restore input when added from close event 2016-06-14 12:06:35 +02:00
Benjamin Pasero
0d5d1d4b1c move recently closed editors to history service 2016-06-14 12:00:48 +02:00
Benjamin Pasero
bc9686b4cf add a setting to enable showing tabs 2016-06-13 15:37:25 +02:00
Benjamin Pasero
b40c73c690 fix enablement in context menu 2016-06-11 10:28:05 +02:00
Alex Dima
eebb449b3c Move Promise.xhr from JS to TS (in base/common/network) 2016-06-08 20:35:12 +02:00
Benjamin Pasero
cea6457b7f Support back/forward across preview editors (fixes #7364) 2016-06-08 17:10:37 +02:00
Benjamin Pasero
d4a0503364 fix npe in history saving 2016-06-08 12:24:32 +02:00
Johannes Rieken
17eea77fb4 rename URI#create to URI#from and make it take an object literal 2016-06-07 17:44:25 +02:00
Benjamin Pasero
dcd7c87af5 improve revert logic for untitled (also dispose untitled input after save) 2016-06-06 16:20:16 +02:00
Benjamin Pasero
2d33d752cd Revert "improve revert logic for untitled"
This reverts commit 0256f00d8d.
2016-06-06 11:39:46 +02:00
Benjamin Pasero
e971114194 scope the delay in opened editors to explorer view only 2016-06-06 07:32:06 +02:00
Benjamin Pasero
0256f00d8d improve revert logic for untitled 2016-06-06 07:32:06 +02:00
Benjamin Pasero
c843d58563 use instantiation service for service creation too 2016-06-03 14:43:41 +02:00
Benjamin Pasero
26caa26382 move editor events over to group service 2016-06-03 09:55:22 +02:00
Benjamin Pasero
f2987ae9fc move editor moved event to group service 2016-06-03 09:41:49 +02:00
Benjamin Pasero
0087262223 less history work 2016-06-03 07:08:06 +02:00
Benjamin Pasero
190983f195 move more methods over to group service (for #1608) 2016-06-02 17:58:30 +02:00
Benjamin Pasero
fb8125bc69 introduce IEditorGroupService and move some methods over from IEditorService (for #1608) 2016-06-02 17:36:58 +02:00
Benjamin Pasero
62ddecbe13 Move editor history from quick open into history service (fixes #6544) 2016-06-02 16:23:18 +02:00
Benjamin Pasero
3c96e92779 use more interfaces throughout stacks model and API 2016-06-01 18:58:21 +02:00
Joao Moreno
ab56bb0125 🐎 getNextTickChannel
fixes #6954
2016-06-01 17:32:06 +02:00
Benjamin Pasero
30a3b43858 move event around 2016-06-01 16:53:09 +02:00
Benjamin Pasero
c5524b3854 remove last untyped editor event 2016-06-01 16:49:16 +02:00
Benjamin Pasero
f21408932d more editor events as typed events 2016-06-01 16:38:57 +02:00
Benjamin Pasero
889454ccc4 add event for input open fail 2016-06-01 16:38:57 +02:00
Benjamin Pasero
7658d10631 introduce and use editor move event 2016-06-01 15:51:12 +02:00
Benjamin Pasero
e231f3fa2f real event for editor change in part 2016-06-01 13:01:08 +02:00
Benjamin Pasero
c7a04cbd64 get rid of editor event 2016-06-01 12:28:22 +02:00