Commit Graph

5061 Commits

Author SHA1 Message Date
Alex Dima c15001e11d Fixes #22832: Consider fullwidth characters when rendering tabs 2018-03-01 12:22:12 +01:00
Alex Dima 79e6a07c41 Add test for #22717 2018-03-01 12:09:08 +01:00
Alexandru Dima bae62c11c0 Merge pull request #44259 from yh1224/fulllwidth
Treat full-width character as two visible columns.
2018-03-01 12:00:45 +01:00
Alexandru Dima b1c07c80be Merge pull request #43950 from irrationalRock/fix-38232
fixed #38232
2018-03-01 11:34:12 +01:00
Alex Dima 006ab18f45 Add tests 2018-03-01 11:25:37 +01:00
Alex Dima 6d3956c515 Fix also the case when the find widget is open 2018-03-01 11:25:29 +01:00
Alexandru Dima 2db30013bd Merge pull request #44353 from rcjsuen/patch-1
Update typings in model.ts to allow nulls
2018-03-01 10:51:59 +01:00
Alex Dima c9ccbc4cd4 Fixes Microsoft/monaco-editor#705: Hide overview ruler via aria-hidden 2018-02-28 17:44:27 +01:00
Alex Dima d7c1a48eb1 Fixes #43513 2018-02-28 17:21:40 +01:00
Alex Dima 7c5f56f5e6 Fixes Microsoft/monaco-editor#696 2018-02-28 15:45:49 +01:00
Alex Dima 45e78ce0b8 Fixes Microsoft/monaco-editor#719 2018-02-28 15:24:19 +01:00
Alex Dima 1eec336fa2 Fixes Microsoft/monaco-editor#656 2018-02-28 13:53:24 +01:00
Alex Dima effcbdd218 Fixes Microsoft/monaco-editor#672: Better disposing 2018-02-28 12:45:53 +01:00
Johannes Rieken 423abb3e09 cancel quick fix compute when line disappears, fixes #43662 2018-02-28 12:09:46 +01:00
Alex Dima 6077de79f0 Fixes Microsoft/monaco-editor#581: Correct bad TS 2.4 adoption 2018-02-28 12:06:05 +01:00
Joao Moreno f0fb8f4382 fixes #42494 2018-02-28 11:57:22 +01:00
Joao Moreno 0bc6ea5f77 Revert "Merge pull request #42647 from Microsoft/joao/fix-42494"
fixes Microsoft/monaco-editor#739

This reverts commit 04f5a8c4d6, reversing
changes made to f8b2e22b89.
2018-02-28 11:41:08 +01:00
Joao Moreno b29c734670 Merge branch 'master' into joao/fix-42494 2018-02-28 10:59:11 +01:00
Peng Lyu 46a1e1d940 Fix #44639. RenderLineHighlight should not affect active line number color. 2018-02-27 14:31:51 -08:00
Peng Lyu 1d5d103f8a re ##42260. cache for last visited line content. 2018-02-27 14:13:29 -08:00
Peng Lyu 020afb768d re #42260. use getValueInRange in SplitLine. 2018-02-27 14:13:29 -08:00
Alex Dima 3c040d051e Fixes #44517: Maintain user-select: text only for Safari 2018-02-27 17:31:18 +01:00
Martin Aeschlimann 3293f204ce Searching within collapsed regions fails to scroll the match into view. Fixes #44330 2018-02-27 12:46:50 +01:00
Peng Lyu 9b69b61eaf Fix microsoft/monaco-editor#567. We should filter section when it is provided 2018-02-26 15:25:49 -08:00
Alex Dima ef3b4ddc6f Fixes #43514: Register default commands for undo and redo 2018-02-27 00:05:16 +01:00
Alex Dima 814be2fd75 Fixes #39266: Don't run diff for computing edits in case of model update 2018-02-26 23:45:26 +01:00
Alex Dima 74b681b08a Avoid view model inconsistency 2018-02-26 22:12:18 +01:00
Alex Dima 20ed3d9632 Fixes #44424: Add proposed API - TextEditor.visibleRanges 2018-02-26 21:28:09 +01:00
Alex Dima f8cc441e21 Fixes #29033 2018-02-26 13:05:59 +01:00
Benjamin Pasero d80bc6652f fix some list template leaks 2018-02-26 07:51:06 +01:00
Remy Suen 18c5888b9a Update typings in model.ts to allow nulls
The searching functions in ITextModel allow one of its parameters to
be null but the typings does not have this declared. If someone is
compiling code in strict null checking mode then a false positive
error will be flagged.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-02-25 18:13:10 +09:00
Peng Lyu 9af08bac39 Merge pull request #42301 from usernamehw/theming_active_line_number
Support theming of active line number
2018-02-23 10:54:02 -08:00
Peng Lyu 5d4ff13f16 Fix monaco-editor#643. Firefox loses focus on iframe. 2018-02-23 10:32:28 -08:00
Martin Aeschlimann ed402302ad [folding] filter single line folds 2018-02-23 18:41:12 +01:00
Yoshiharu Hirose ba7354f61f Treat full-width character as two visible columns. 2018-02-23 19:10:25 +09:00
Martin Aeschlimann cd21d906ca [folding] fold comments / region 2018-02-23 08:31:06 +01:00
Martin Aeschlimann 0faa5d117c folding provider: first version 2018-02-22 14:13:22 +01:00
Benjamin Pasero 075ec04588 notifications - dispose markdown callbacks as needed 2018-02-21 08:34:33 +01:00
Benjamin Pasero 466ef767bb notifications - tweak wording of messages 2018-02-20 08:31:06 +01:00
Benjamin Pasero 9ab2056393 notifications - remove old message service and adopt new one 2018-02-19 17:57:12 +01:00
Benjamin Pasero b55506b418 Merge branch 'master' into ben/notifications 2018-02-19 10:40:09 +01:00
Martin Aeschlimann adefeec4d0 [folding] Keep cursor in view when folding. Fixes Microsoft/vscode#43846 2018-02-19 10:27:33 +01:00
Benjamin Pasero 8a2df5e021 notifications - extract choice/confirm service from message service 2018-02-19 08:11:32 +01:00
mgquan@myseneca.ca c994f3ddee fixed #38232 2018-02-18 18:31:43 -05:00
Benjamin Pasero 18c60de96e Merge branch 'master' into ben/notifications 2018-02-18 11:14:26 +01:00
Benjamin Pasero 37b0eb1a56 notifications - more methods to update notification afterwards 2018-02-18 09:47:43 +01:00
Benjamin Pasero 56064364ff notifications - add progress bar and API 2018-02-18 08:34:22 +01:00
Matt Bierner 243168d450 Make sure we use a stable sort for code actions
Fixes #43617
2018-02-16 14:07:18 -08:00
Martin Aeschlimann 7e401719ad Changing between editors quickly looses folding state. Fixes #42738 2018-02-16 15:50:43 +01:00
Martin Aeschlimann 1633d0959a border colors for text decorations (for #30793, #43761) 2018-02-16 12:17:23 +01:00