Commit Graph

7491 Commits

Author SHA1 Message Date
Johannes Rieken ad5ff01ac4 commands - use CommandRegistry when it is just a command 2016-07-07 15:05:26 +02:00
isidor d343b5ec19 support mime-type when showing source from non-files in editor
fixes #8182
2016-07-07 14:34:09 +02:00
Sandeep Somavarapu 128477528e fix #8519 2016-07-07 14:16:41 +02:00
Benjamin Pasero 39ba07c608 allow ITextEditorOptions when opening editor 2016-07-07 13:59:45 +02:00
Erich Gamma 1440031439 Adding a task template for maven 2016-07-07 13:12:51 +02:00
Sandeep Somavarapu 45df4010ad use input for tree refresh 2016-07-07 13:00:04 +02:00
Sandeep Somavarapu bf7e10ce03 fix #8829 2016-07-07 12:57:25 +02:00
isidor 0a91a54ce1 debug: introduce electronDebugActions.ts
fixes #8806
2016-07-07 12:48:34 +02:00
Andre Weinand 81ba38e5ea use prerelease version of debug protocol 2016-07-07 12:44:34 +02:00
Johannes Rieken 2077cb3ff8 turn serviceId into _serviceBrand:any to follow common practive
see https://basarat.gitbooks.io/typescript/content/docs/tips/nominalTyping.html and https://github.com/Microsoft/TypeScript/blob/7b48a182c05ea4dea81bab73ecbbe9e013a79e99/src/compiler/types.ts#L693-L698
2016-07-07 12:21:16 +02:00
Alex Dima 1828d8a7bd Log warning when menu uses bad commandId 2016-07-07 13:19:08 +03:00
Andre Weinand 4f5dc8f075 debug protocol: added 'mimeType' attribute to SourceResponse 2016-07-07 12:05:26 +02:00
Alex Dima 0c9211509b Fix typo (#8823) 2016-07-07 13:03:57 +03:00
Benjamin Pasero c83f8fd396 fix css glitch 2016-07-07 11:49:20 +02:00
Benjamin Pasero b97760f5cb image css tweaks 2016-07-07 11:45:21 +02:00
isidor e47f39b090 openEditorsViewer: remove dependency to electron browser
fixes #8807
2016-07-07 11:44:14 +02:00
Sandeep Somavarapu 368b986d68 fix #8620 2016-07-07 11:38:40 +02:00
Alex Dima d5862e8dba Clean extensions OSSREADME.json since the tool now can scan all npm-shrinkwrap.json files 2016-07-07 12:36:49 +03:00
Johannes Rieken fe1666c9e0 commands - activate first, check for command second 2016-07-07 11:24:28 +02:00
Johannes Rieken 3f9f7514a5 command - move IKeybindingService#executeCommand to ICommandService 2016-07-07 11:13:45 +02:00
Sandeep Somavarapu 55d0aba4f2 fix #8627 2016-07-07 10:43:39 +02:00
Johannes Rieken b528af386c commands - add CommandService, make KeybindingService use it 2016-07-07 10:39:30 +02:00
Johannes Rieken bd4e85d8a3 move CommandRegistry out of KeybindingsRegistry 2016-07-07 10:39:30 +02:00
Sandeep Somavarapu 739acb2b21 fix #8626 2016-07-07 10:31:37 +02:00
isidor f28c78ff56 debug: move DebugViewRegistry to its own file
fixes #8803
2016-07-07 10:15:40 +02:00
Benjamin Pasero 6ba2be5ea1 improved display for binary resources 2016-07-07 10:07:46 +02:00
Sandeep Somavarapu 5bec9e3799 Auto expand logic for added files #8278 2016-07-07 10:04:36 +02:00
Sandeep Somavarapu 8c684d1b46 Implement #8278 2016-07-07 09:16:50 +02:00
Benjamin Pasero db21b74382 Merge pull request #8825 from Microsoft/bgashler1/README-ui-image
Replaced README image of product to reflect new UI
2016-07-07 07:16:34 +02:00
Brad Gashler b78059b9ec Replaced README image of product to reflect new UI
Shows new features: tabs, extension management.
2016-07-06 21:10:58 -07:00
Andre Weinand b99e6614a5 update node-debug: async sourcemaps 2016-07-06 23:55:33 +02:00
Daniel Imms 31a5bbd17e Add terminal.integrated.fontLigatures setting
Fixes #7541
2016-07-06 13:55:44 -07:00
Benjamin Pasero 8ce9b8a47d remove unused css rules 2016-07-06 18:51:08 +02:00
Benjamin Pasero c8a5546950 move more stuff from browser to common 2016-07-06 18:35:53 +02:00
Benjamin Pasero 3ced87b69f proper fix for target environment violation 2016-07-06 18:22:38 +02:00
Sandeep Somavarapu 6e8172d93f fix #8625 2016-07-06 17:17:06 +02:00
Joao Moreno 886bbf7851 do not open zip directory streams 2016-07-06 17:03:52 +02:00
Joao Moreno 2c3df64b68 update zip tests 2016-07-06 17:03:52 +02:00
xzper 74b8236929 Fix extract when fileName is a directory 2016-07-06 17:03:52 +02:00
Benjamin Pasero 6baaf13f25 Revert "more fixes for #8578"
This reverts commit fa7ce995f4.
2016-07-06 16:58:30 +02:00
Johannes Rieken 1920059e45 rename index file 'keybindingService' to 'keybinding' such that it is aligned with the rest 2016-07-06 16:43:01 +02:00
Sandeep Somavarapu 7580e6865c #8515 Refactor Search models 2016-07-06 16:33:10 +02:00
Joao Moreno a11c9b2477 add zip tests 2016-07-06 16:19:51 +02:00
Johannes Rieken 65aeaf7fda explain why const is better then function 2016-07-06 16:09:59 +02:00
isidor c87aa82706 output: move outputEditorInput and outputServices to browser/
fixes #8802
2016-07-06 16:09:29 +02:00
João Moreno 05ee54fc52 Merge pull request #7316 from elemongw/master
On mac ctrl-n should behave exactly like DownArrow
2016-07-06 15:54:05 +02:00
Johannes Rieken ce6cf7b1e8 fix #8774 2016-07-06 15:47:49 +02:00
Johannes Rieken 05ea65d36b Revert "what"
This reverts commit d68567199a.
2016-07-06 15:43:17 +02:00
Johannes Rieken 8d8545a701 always create character pair support, fixes #8662 2016-07-06 15:43:05 +02:00
Johannes Rieken 7cb8e4514e remove autoClosingPairs, surroundingPair in favour of deprecated api and language config file, fixes #8737 2016-07-06 15:42:53 +02:00