Commit Graph
1920 Commits
Author SHA1 Message Date
Johannes Rieken 1d7facf02b more clever sortText for TypeScript completion items, fixes #1190 2016-01-19 10:51:02 +01:00
Johannes Rieken cb30cde085 debt - remove ISuggestionCompare interface and usage 2016-01-19 10:17:46 +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
Andre Weinand 2771dff034 update node-debug 2016-01-19 08:55:09 +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
Johannes Rieken a6aa8ddf80 add html preview sample 2016-01-18 18:27:24 +01: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
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
Alex Dima 780660668a Move *Range classes to editor/common/ 2016-01-18 17:22:20 +02:00
Alex Dima 01d79435dd Reduce /browser/ usage in textAreaHandler 2016-01-18 17:02:29 +02:00
Alex Dima d3073a2069 Add tests for textAreaState 2016-01-18 16:50:53 +02:00
Alex Dima 161eb75e37 Move textAreaState to /common/ 2016-01-18 16:50:51 +02:00
Alex Dima aa5866f104 Remove /browser/ types from textAreaState 2016-01-18 16:50:50 +02:00
Dirk Baeumer 25edb0c336 Merge branch 'dbaeumer/localizationSupport' 2016-01-18 15:01:33 +01:00
Dirk Baeumer 867a0a9048 Mark duplicated code 2016-01-18 14:52:49 +01:00
Johannes Rieken d6c6437154 code lens must handle cancellation correctly, fixes #2084 2016-01-18 12:55:47 +01:00
Johannes Rieken f7f6663eca properly transform errors between ext host and main side 2016-01-18 12:55:12 +01:00
Johannes Rieken 106c236f28 💄 tslint 2016-01-18 11:51:07 +01:00
Johannes Rieken 7bc4c0a22d fix issue 2016-01-18 11:22:54 +01:00
Johannes Rieken 50cfdd1e80 💄 and revealing on the input box when outside viewport, fixes #2078 2016-01-18 11:05:52 +01:00
Johannes Rieken bd1cb81d65 Merge pull request #2079 from Microsoft/joh/previewHtml
html preview part and command
2016-01-18 11:04:21 +01:00
Joao Moreno 9817537847 Merge remote-tracking branch 'origin/master' 2016-01-18 10:56:13 +01:00
Joao Moreno 8f032f9ede Merge branch 'wadeanderson-install-count' 2016-01-18 10:56:03 +01:00
Joao Moreno d21757aee6 cleanup gallery service 2016-01-18 10:54:47 +01:00
Joao Moreno 9c55870fbc several polish fixes
pimp up UI
hide UI when install count is not available
move installCount to galleryInformation
sort by name when install count is equal
2016-01-18 10:49:41 +01:00
Joao Moreno 794753447d improve install count style, add title 2016-01-18 10:39:13 +01:00
Johannes Rieken 2d56a66ed6 make sure IQuickFix items get a unique id assigned, fixes #2059 2016-01-18 10:32:27 +01:00
Joao Moreno 1edee67ec4 Merge branch 'install-count' of https://github.com/wadeanderson/vscode into wadeanderson-install-count 2016-01-18 10:05:46 +01:00
Joao Moreno 8ab1b046df fix lint warnings 2016-01-18 10:04:35 +01:00
Alex Dima f790fd09e6 Fix tslint errors 2016-01-18 11:03:43 +02:00
Alex Dima c4bd7bcb36 Towards eliminating browser deps from textAreaState 2016-01-18 10:55:39 +02:00
Alex Dima ae5ef7135d Extract TextAreaState to its own file 2016-01-18 10:55:36 +02:00
Joao Moreno cb0588a475 Merge branch 'enable-tslint' 2016-01-18 09:51:19 +01:00
Joao Moreno ef3f9d9d88 Merge remote-tracking branch 'origin/master' into enable-tslint 2016-01-18 09:51:04 +01:00
Johannes Rieken 7ca5a58a3b undo change in editor.contribution.ts 2016-01-18 09:50:41 +01:00
Joao Moreno ef97929beb cleanup hygiene 2016-01-18 09:50:41 +01:00
Alex Dima fdefd71cbb Extract TextAreaHandler to its own file, fix issue in input handling 2016-01-18 10:32:56 +02:00
Johannes Rieken 6ffd45846b append styles to the front if possible 2016-01-18 09:30:33 +01:00
Alex Dima 483d764fd0 Extract TextAreaHandler from KeyboardHandler 2016-01-18 10:11:54 +02:00
Alex Dima 2cdab5c8fc Introduce TextAreaWrapper 2016-01-18 10:11:52 +02:00
Alex Dima 9d30710c57 DefineKeybindingLauncherWidget correctly communicates visible state to the editor 2016-01-18 10:11:51 +02:00
Benjamin Pasero 29303185aa scorer: fix issue with wrong use of lastIndex 2016-01-18 08:48:46 +01:00
Rob Lourens b88792fdc8 Fix connecting to debugAdapter by port when offline 2016-01-16 18:05:05 -08:00
Wade Anderson 05f5ab78a9 Merge remote-tracking branch 'upstream/master' into install-count 2016-01-15 14:49:57 -08:00