User Activity

  • Modified a comment on ticket #2393 on Scintilla

    Selection ranges are properly supported in other text replacement cases. Regarding the fix: you are correct, provided fix was rolled over the previous change which was not a part of Scintilla. But the actual fix does not rely on this !insertion statement and actually contains a rollback for it. The actual fix should look like this: const bool caretStart = caret.Position() < anchor.Position(); const bool anchorStart = anchor.Position() < caret.Position(); change to: const bool caretStart = (caret.Position()...

  • Modified a comment on ticket #2393 on Scintilla

    Selection ranges are properly supported in other text replacement cases. Regarding the fix: you are correct, provided fix was rolled over the previous change which was not a part of Scintilla. But the actual fix does not rely on this !insertion statement and actually contains a rollback for it. The actual fix should look like this: `` const bool caretStart = caret.Position() < anchor.Position(); const bool anchorStart = anchor.Position() < caret.Position(); change to: const bool caretStart = (caret.Position()...

  • Posted a comment on ticket #2393 on Scintilla

    Selection ranges are properly supported in other text replacement cases. Regarding the fix: you are correct, provided fix was rolled over the previous change which was not a part of Scintilla. But the actual fix does not rely on this !insertion statement and actually contains a rollback for it. The actual fix should look like this: const bool caretStart = caret.Position() < anchor.Position(); const bool anchorStart = anchor.Position() < caret.Position(); change to: const bool caretStart = (caret.Position()...

  • Created ticket #2393 on Scintilla

    Incorrect selection change when processing SCI_REPLACETARGET message

  • Committed [b8c51a]

    Bug [#2231]. Inconsistent behaviour in navigation on a line containing Japanese

  • Posted a comment on ticket #2231 on Scintilla

    Patch for Scintilla 3.11.2

  • Modified a comment on ticket #2231 on Scintilla

    Specified behavior is also reproduced with 100% scaling factor. Please do the following: 1. Run Sc446.exe 2. Open SciTest.txt 3. Select Main Menu-> File-> Encoding-> UTF-8 4. Select Main Menu-> Options-> Wrap 5. Press Alt+End, note behavior

  • Modified a comment on ticket #2231 on Scintilla

    Specified behavior is also reproduced with 100% scaling factor. Please do the following: 1. Run Sc446.exe 2. Open SciTest.txt 3. Select Main Menu-> File-> Encoding-> UTF-8 4. Select Main Menu-> Options-> Wrap 5. Press Alt+End, note behavior

View All

Personal Data

Username:
cshnik
Joined:
2017-06-10 18:45:09
Location:
Nsk / Russia
Gender:
Male

Projects

  • No projects to display.

Personal Tools