Commit graph

6947 commits

Author SHA1 Message Date
Alexandru Dima 75510978d4 Merge pull request #10322 from johnfn/patch-1
Fix flipping axes behavior.
2016-08-16 16:20:48 +02:00
Alexandru Dima 375f17eeba Merge pull request #10309 from sandyarmstrong/ie-show-fix
Fix show in IE11
2016-08-16 16:06:19 +02:00
Alex Dima 00f1ead394 Remove unused code 2016-08-16 16:05:46 +02:00
Benjamin Pasero 50a58af859 bring back Ctrl+E for win/linux to use quick open 2016-08-16 15:07:15 +02:00
Benjamin Pasero 70d6ae4687 entering the lair of debt 2016-08-16 12:28:02 +02:00
Benjamin Pasero 32b4b8124e fix tests 2016-08-16 12:27:43 +02:00
Benjamin Pasero 48b08f3456 opacity for inactive title decorations 2016-08-16 11:59:45 +02:00
Benjamin Pasero c4e9196d21 perf: do not run into O(n^2) when adding child to a folder 2016-08-16 11:53:54 +02:00
Alexandru Dima 55ccfe43ce Merge pull request #9726 from bgashler1/bgashler1/issue-3690/monaco-hc-fix
Addresses #3690 high-contrast less hacky in editor
2016-08-16 11:40:35 +02:00
Alexandru Dima 02d72406d4 Merge pull request #9394 from ChristianAlexander/workspace-contains-directory
Allow workspaceContains to specify directories (fixes #8295).
2016-08-16 11:31:57 +02:00
Alexandru Dima ca979fc8b5 Merge pull request #9249 from eamodio/code-lens-focus
Fixes #7749 - Focus on CodeLens click
2016-08-16 11:30:01 +02:00
Benjamin Pasero 40ca4cba4a reduce one extra guessMimeTypes() call when resolving a folder in the explorer 2016-08-16 11:28:05 +02:00
Benjamin Pasero d699c077a6 optimize mime.guessMimeTypes() 2016-08-16 11:02:52 +02:00
Johannes Rieken a61944bc39 remove ISuggestEvent#currentWord 2016-08-16 10:47:47 +02:00
Johannes Rieken 2bc4681760 debt - move scoring into completion model, honor the text range of each completion item 2016-08-16 10:45:22 +02:00
Johannes Rieken 23b0b3da56 don't get fooled again... 2016-08-16 10:35:57 +02:00
Johannes Rieken d32557e5aa Revert "debt - remove unused code"
This reverts commit 30e065d90d.
2016-08-16 10:35:24 +02:00
Johannes Rieken 30e065d90d debt - remove unused code 2016-08-16 09:58:14 +02:00
Johannes Rieken d0b77851a5 align names of CompletionItem and ISuggestion 2016-08-16 09:55:42 +02:00
Johannes Rieken cafe4a992b default snippet suggestion sort order is 'bottom', #10467 2016-08-16 09:41:15 +02:00
Benjamin Pasero 11ffcfcf69 remove unused 2016-08-16 07:38:28 +02:00
Benjamin Pasero f014cbcfb7 let => const 2016-08-16 07:28:35 +02:00
Benjamin Pasero d5181e90a7 debt - make contributions when they are 2016-08-16 07:21:21 +02:00
Alex Dima c923075943 Merge remote-tracking branch 'origin/master' 2016-08-15 17:30:24 +02:00
Alex Dima 101ad8c222 Merge pull request #9154 from be5invis/master 2016-08-15 17:29:44 +02:00
Johannes Rieken d61ce7d521 debt - remove unused 'only' option from SnippetSuggestions 2016-08-15 16:37:12 +02:00
Benjamin Pasero 8784665590 do not resolve siblings unless needed (for #9962) 2016-08-15 16:04:27 +02:00
Johannes Rieken d0836bbbf8 debt - one less overload 2016-08-15 15:43:28 +02:00
Joao Moreno 7fd4a28671 show license link only if extension sets one
fixes #10464
2016-08-15 15:42:11 +02:00
Benjamin Pasero 1a5443508d less work guessing mime types (for #9962) 2016-08-15 15:39:29 +02:00
Joao Moreno 52c1ba498b uninstall duplicate versions
fixes #9903
2016-08-15 15:27:16 +02:00
Sandeep Somavarapu 57fb7c95d5 fix #10313 2016-08-15 15:25:38 +02:00
Sandeep Somavarapu b20bf210ac Simplify calling move active editor command in move editor actions 2016-08-15 15:11:22 +02:00
Benjamin Pasero c58e14d84b introduce explorerResourceIsFolder context 2016-08-15 14:26:11 +02:00
Benjamin Pasero 7befea8df7 Provide an option to keep quick open open on focus lost (fixes #444) 2016-08-15 14:12:18 +02:00
Johannes Rieken cfbf71725c add ignoreFocusOut option to showInputBox and showQuickPick, #9918 2016-08-15 13:05:25 +02:00
Sandeep Somavarapu 2659dd58db fix #10312 2016-08-15 12:08:51 +02:00
Martin Aeschlimann 98e0693013 Fixes #10389: Duplicate autocomplete suggestions in latest monaco build 2016-08-15 11:56:34 +02:00
Martin Aeschlimann 25ba6678a5 Fixes #10473: Cannot read property 'match' of undefined 2016-08-15 11:16:46 +02:00
Alex Dima a3493c7593 Validate user-written keybindings (#10452) 2016-08-15 11:08:52 +02:00
Benjamin Pasero 1581634980 fix issue with duplicate tab labels 2016-08-15 09:44:29 +02:00
Alex Dima 451f934946 Remove IMode.configSupport 2016-08-15 09:31:53 +02:00
Benjamin Pasero 05f5280e09 clean up for #9918 2016-08-15 09:29:00 +02:00
Benjamin Pasero 44fa4c3090 register global action to close quick open 2016-08-15 09:11:21 +02:00
Benjamin Pasero 5e5deb9a8a getDirty() => isDirty() 2016-08-15 08:25:11 +02:00
Benjamin Pasero 1ae99cf1fb AutoSave when app looses focus (fixes #5565) 2016-08-15 08:20:50 +02:00
Benjamin Pasero 2e54e84905 shorter tab labels for #8499 2016-08-15 07:25:38 +02:00
Nagaraj 8cb28f025d Added editor.fontWeight and terminal.integrated.fontWeight configuration - Nagaraj 2016-08-14 18:24:37 +05:30
Alex Dima 61deb56218 Remove unused code 2016-08-12 18:21:05 +02:00
Alex Dima 38e0840fb4 Merge remote-tracking branch 'origin/master' into keybindings-service 2016-08-12 17:55:27 +02:00
Alex Dima 5ba467555e Clean-up 2016-08-12 17:54:57 +02:00
Alex Dima a9701d8651 IKeybindingService2 -> IKeybindingService 2016-08-12 17:22:43 +02:00
Alex Dima 4cba117727 Rename ContextKeyService type names 2016-08-12 17:18:26 +02:00
Johannes Rieken 7f15980aaa debt - suggest widget shouldn't know about that controller model but the completion model 2016-08-12 17:16:25 +02:00
Alex Dima 8d43ec51ac Clean up contextkey type names 2016-08-12 17:09:49 +02:00
Benjamin Pasero 027483f1b9 fix tests 2016-08-12 17:06:11 +02:00
Benjamin Pasero 537b0771c6 File rename can close editors (fixes #10360) 2016-08-12 17:01:03 +02:00
Alex Dima 3671802956 KbExpr -> ContextKeyExpr 2016-08-12 16:57:21 +02:00
Alex Dima e749f18d6f Rename IKeybindingService -> IContextKeyService 2016-08-12 16:53:59 +02:00
Daniel Imms 2ead6c433f Refresh all terminal layouts on resize
Fixes #9405
2016-08-12 07:46:25 -07:00
Alex Dima 1896431d06 Merge remote-tracking branch 'origin/master' into keybindings-service 2016-08-12 16:40:11 +02:00
Alex Dima 274a34f38e Fix missing css dep 2016-08-12 16:39:55 +02:00
Alex Dima a3ee47a555 Split IKeybindingService to different files 2016-08-12 16:38:47 +02:00
Benjamin Pasero df36155cfe do not close file when renaming to different case (part of #10360) 2016-08-12 16:16:13 +02:00
Joao Moreno c712dc4566 git revert operation 2016-08-12 16:16:07 +02:00
Joao Moreno 09b3344bfb git.countBadge 2016-08-12 16:15:01 +02:00
Joao Moreno a4b3d1456b Merge branch 'git-untracked-files' of https://github.com/FabianLauer/vscode into FabianLauer-git-untracked-files 2016-08-12 16:02:11 +02:00
Joao Moreno a417227e34 clean up git actions 2016-08-12 16:00:24 +02:00
Alex Dima 7f7d0b9f17 Split IKeybindingService 2016-08-12 15:56:13 +02:00
Joao Moreno bece7e9c01 Merge branch 'git-signoff' of https://github.com/FabianLauer/vscode into FabianLauer-git-signoff 2016-08-12 15:52:00 +02:00
Benjamin Pasero 312de6b74b quick open: clean up mess with how it closes and propagates 2016-08-12 15:11:19 +02:00
Johannes Rieken 7900866a83 debt - remove unused stuff, modernize code 2016-08-12 13:09:09 +02:00
Joao Moreno fcdc90c7b0 Merge branch 'bill-mybiz-bill_prev_comm_msg' 2016-08-12 13:04:22 +02:00
Joao Moreno 92efe772f1 git commit message restore: drop storage service 2016-08-12 13:04:08 +02:00
Johannes Rieken 0e242679a6 stop the right event 2016-08-12 13:00:41 +02:00
Johannes Rieken 856a9c0d15 remove unused code 2016-08-12 12:53:18 +02:00
Alex Dima 0ed00c698f Introduce IKeybindingService2 2016-08-12 12:48:29 +02:00
Joao Moreno 1d8ceaa19d git lib: getCommit 2016-08-12 12:43:03 +02:00
Johannes Rieken a8a920e2fc don't push code without tests... #8093 2016-08-12 12:32:15 +02:00
Johannes Rieken ed26ad524e add TextEditorSelectionChangeKind when emitting selection change event, #8093 2016-08-12 12:23:46 +02:00
Joao Moreno 7ddbab5494 Merge branch 'bill_prev_comm_msg' of https://github.com/bill-mybiz/vscode into bill-mybiz-bill_prev_comm_msg 2016-08-12 12:16:23 +02:00
Benjamin Pasero ed3b90a809 Command-E on Mac behaves differently from other applications (fixes #3431) 2016-08-12 12:06:09 +02:00
Johannes Rieken 6e3c5b6029 missing ) 2016-08-12 12:02:23 +02:00
Joao Moreno 4dc127e963 drop octicon usage in suggest
fixes Microsoft/monaco-editor#52
2016-08-12 11:57:30 +02:00
Benjamin Pasero be4b9711f6 Cannot distinguish different files with the same path.filename(x) (fixes #8499) 2016-08-12 11:48:18 +02:00
Benjamin Pasero 6df36e50f2 naive first cut of getPathLabels() 2016-08-12 11:48:18 +02:00
Benjamin Pasero ef2e222905 LinkedMap tests 2016-08-12 11:48:18 +02:00
Johannes Rieken ffce4455b0 stats - know how many scripts, styles, and UI elements are used 2016-08-12 11:30:11 +02:00
Johannes Rieken a0d3321717 use path primitives when compute workspace relative path, fixes #10446 2016-08-12 10:36:35 +02:00
Joao Moreno a1c1d224d6 telemetry: uninstalling -> installing 2016-08-12 10:11:41 +02:00
Benjamin Pasero e9c80f0366 some renamed in Map land 2016-08-12 07:46:18 +02:00
Benjamin Pasero f29f71d10b Clean up the View menu (fixes #9924) 2016-08-12 07:07:02 +02:00
Benjamin Pasero 350818f6c7 Failed to save 'thefilename': A system error occured (ENOTSUP: operation not supported on socket, fdatasync) (fixes #10408) 2016-08-12 07:05:41 +02:00
Fabian Lauer 88271cedb6 add git setting 'git.countUntracked' 2016-08-11 23:12:03 +02:00
Fabian Lauer 4d07969cf9 ignore untracked in git change count badge 2016-08-11 23:11:02 +02:00
Johannes Rieken 1fad0d5893 don't pollute the trigger ch listeners with snippet providers 2016-08-11 16:42:14 +02:00
Johannes Rieken 8236700669 Merge pull request #10225 from sandyarmstrong/cik-method
Support CompletionItemKind.Method
2016-08-11 16:37:24 +02:00
Johannes Rieken a740256d08 tweak onClick event 2016-08-11 16:36:28 +02:00
Benjamin Pasero 8db0a1558b function => => 2016-08-11 15:52:14 +02:00
Joao Moreno 6cd78e2c76 Revert "home, end in suggest"
This reverts commit 82211b4d3d.
fixes #10423
2016-08-11 10:02:42 +02:00
Fabian Lauer e12293b1fd git: add 'signed off' commit to git changes view
This adds 2 actions to the context menu in the git changes view: 'Commit Staged (Signed Off)' and 'Commit All (Signed Off)'.
2016-08-10 23:17:26 +02:00
Fabian Lauer 52b469e85b git: add optional 'signoff' to commits 2016-08-10 23:13:40 +02:00
xzper 1503e3367c fix clearTimeout 2016-08-10 18:23:24 +08:00
Alex Dima 0baba80028 Fixes #10212: Paste on new line only if selection does not cover entire line 2016-08-10 09:37:53 +02:00
Benjamin Pasero 8575dcd1bf Deleting or renaming a file or its parent with dirty within should prompt user (fixes #9313) 2016-08-10 09:11:45 +02:00
Alex Dima dcf34da773 registerEditorCommand2 -> registerEditorCommand 2016-08-10 08:42:02 +02:00
Benjamin Pasero 734b971c5b Merge pull request #10375 from pmkary/patch-2
Spelling problem fixed...
2016-08-10 08:05:09 +02:00
Benjamin Pasero b7b8ffef96 Unable to open the file because the associated text model is undefined.. (fixes #9865) 2016-08-10 08:03:54 +02:00
Pouya Kary cc28223662 Spelling problem fixed... 2016-08-10 10:06:26 +04:30
Benjamin Pasero 13b6e6d096 Opening already opened editor should update its title (fixes #9794) 2016-08-10 07:32:20 +02:00
Sandy Armstrong 27b9860c79 Fix show in IE11
Setting `element.style.display` to `null` in IE11 has no effect.
So if the suggest widget was hidden for some reason, and then
shown again, it just stayed hidden.

This issue also prevented the "No suggestions" message from displaying.

Fixes: https://github.com/Microsoft/monaco-editor/issues/96
2016-08-09 15:34:47 -07:00
Christof Marti 0f776fe458 #55 Sort and limit file results in search process 2016-08-09 14:46:57 -07:00
Christof Marti 31f8362baf #55 Include measurements for cached results 2016-08-09 14:46:57 -07:00
Daniel Imms 4d5810c720 Merge pull request #9382 from Microsoft/tyriar/8547_support_symlink_settings
Follow and watch settings.json single-level symlinks
2016-08-09 13:38:16 -07:00
Daniel Imms 6fdac25fda Remove redundant args, check directory 2016-08-09 13:37:37 -07:00
Daniel Imms 5d610028e4 Watch directory and watch resolved symlinks if they exist 2016-08-09 12:35:23 -07:00
Johannes Rieken 0e48aab073 use lastIndexOf for parameter hints, still just educated guessing, #10293 2016-08-09 18:58:03 +02:00
Daniel Imms 332b673930 Merge remote-tracking branch 'origin/master' into tyriar/8547_support_symlink_settings 2016-08-09 09:48:09 -07:00
Daniel Imms 4cbec65d16 Implement terminal scroll bar
Fixes #6602
2016-08-09 09:26:03 -07:00
Johannes Rieken 2e2590b666 use scale transform instead of translate, fixes #10241 2016-08-09 18:06:31 +02:00
Alex Dima 7f6ed014fd Adopt @editorAction 2016-08-09 17:55:21 +02:00
Joao Moreno b837ad083b open extension from URI 2016-08-09 16:26:27 +02:00
Joao Moreno 0cbf1c7586 use URI for UrlService 2016-08-09 16:14:24 +02:00
Joao Moreno bd81089174 Merge branch 'urlservice' 2016-08-09 15:48:51 +02:00
Johannes Rieken b1ddc1ac5e add new setting editor.codeLens and deprecate the old editor.referenceInfos settings, #10238 2016-08-09 15:13:12 +02:00
Alex Dima 655efbc2bf Fixes #10232: Add more keybindings for zoomIn and zoomOut 2016-08-09 12:56:03 +02:00
Alex Dima 654a18c7df Fixes #10301: Change editor.fontSize from int to float 2016-08-09 12:53:10 +02:00
Johannes Rieken 4732c39198 debt - remove unused code 2016-08-09 12:28:22 +02:00
Johannes Rieken 6280dcb558 render paragraphs as such, fixes #10311 2016-08-09 11:47:36 +02:00
Joao Moreno 86d138241e ask for extension icon in query
related to #10180
2016-08-09 11:38:01 +02:00
Benjamin Pasero 974bce453e Save: Flush to disk after writing to file (fixes #9589) 2016-08-09 11:30:05 +02:00
Johannes Rieken eccb0245a3 Merge pull request #10310 from Microsoft/joh/miniedits
Make text edits more minimal
2016-08-09 10:52:50 +02:00
Johannes Rieken fbebca5527 do not use for-of and const
https://github.com/Microsoft/TypeScript/issues/10220
2016-08-09 10:41:21 +02:00
Johannes Rieken d208042647 update tests 2016-08-09 10:11:32 +02:00
Johannes Rieken a0a56c041f move stringDiff and make minal code, reuse for all format operations (doc, range, on type) 2016-08-09 10:09:01 +02:00
Alex Dima e4ab8701ac Fixes #7769: Increase max decoration height in overview ruler 2016-08-09 10:04:00 +02:00
Alex Dima a835f0c482 Improve message for tabSize and insertSpaces 2016-08-09 10:04:00 +02:00
Benjamin Pasero f77da312b3 fix issue with "Close All" 2016-08-09 09:51:32 +02:00
Joao Moreno 7fd7e3ceb9 don't use es6 on index.js 2016-08-09 09:47:02 +02:00
Joao Moreno b0d5f8a2ac extra comma 2016-08-09 09:47:02 +02:00
Johannes Rieken b2ae03678a update tests 2016-08-09 09:45:37 +02:00
Johannes Rieken 6a678c40e0 don't restore view state as we have trustworthy edits 2016-08-09 09:43:33 +02:00
Benjamin Pasero b59f466b01 Closing a dirty split editor (existing OR untitled) should not affect the initial editor (fixes #8983) 2016-08-09 09:39:20 +02:00
Benjamin Pasero 665b278948 remove unused services 2016-08-09 09:12:35 +02:00
Benjamin Pasero d2000aab96 restore old command deprecation warning 2016-08-09 09:09:43 +02:00
Grant Mathews 37de3086d8 Fix flipping axes behavior. 2016-08-09 00:34:27 +00:00
Daniel Imms 590f21f71c Revert "Implement terminal scroll bar"
Going to hold off on this until sourcelair/xterm.js#224 is merged.

This reverts commit 0a5a071cea.
2016-08-08 15:22:26 -07:00
Daniel Imms 0a5a071cea Implement terminal scroll bar 2016-08-08 15:16:41 -07:00
Daniel Imms 99059750f2 Merge pull request #9480 from formulahendry/runEntireText
[Terminal] Run entire text if selection is empty
2016-08-08 10:09:55 -07:00
Daniel Imms 348ee2bc42 Add context key for terminal scroll up/down 2016-08-08 09:53:19 -07:00