Commit graph

8500 commits

Author SHA1 Message Date
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
Benjamin Pasero 3313a641ec Merge pull request #10387 from f111fei/patch-16
fix clearTimeout
2016-08-10 16:42:23 +02:00
xzper 1503e3367c fix clearTimeout 2016-08-10 18:23:24 +08:00
Andre Weinand 666ed83a2d Revert "update node-debug for xhr caching"
This reverts commit ae91d66546.
2016-08-10 10:58:43 +02: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
Andre Weinand ae91d66546 update node-debug for xhr caching 2016-08-10 00:28:54 +02: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
Martin Aeschlimann ebe4718773 [css] update css language service 2016-08-09 22:47:50 +02: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 a166edd7b8 Uplevel xterm.js 2016-08-09 09:45:24 -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
Joao Moreno 06d8543173 its tough 2016-08-09 17:57:09 +02:00
Joao Moreno a5bc5e2ee6 damn it 2016-08-09 17:56:12 +02:00
Alex Dima 7f6ed014fd Adopt @editorAction 2016-08-09 17:55:21 +02:00
Joao Moreno 838ada3612 make code launchers specific on the flavor 2016-08-09 17:13:08 +02:00
João Moreno b7a19b4224 adapt to code.exe 2016-08-09 17:11:07 +02:00
Joao Moreno 024ab8afc0 set name 2016-08-09 17:08:30 +02:00
Joao Moreno b837ad083b open extension from URI 2016-08-09 16:26:27 +02:00
Joao Moreno 42832a3a68 fix code-cli 2016-08-09 16:25:29 +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
Joao Moreno 4335cfbb5d add urlProtocol to product.json 2016-08-09 15:40:05 +02:00
Joao Moreno 1560169de5 oops 2016-08-09 15:38:23 +02:00
Dirk Baeumer 7b911175f5 Import translations 2016-08-09 15:29:02 +02:00
Joao Moreno e0cddc8bc6 improve test script 2016-08-09 15:27:30 +02:00
Joao Moreno a8e9286f46 fix build 2016-08-09 15:26:47 +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
Martin Aeschlimann b89e129aa2 [cpp] add grammar update script 2016-08-09 11:42:10 +02:00