Search found 1063 matches

by Rickard Johansson
09 Apr 2024 16:54
Forum: Bugs
Topic: FIXED: [V16.16b2] Find issue
Replies: 2
Views: 474

Re: [V16.16b2] Find issue

Fixed in final release. Thanks!
by Rickard Johansson
09 Apr 2024 16:41
Forum: Bugs
Topic: FIXED: V16.16b2 - Ctrl-right/left is broken again...
Replies: 4
Views: 571

Re: V16.16b2 - Ctrl-right/left is broken again...

Fixed in final release. Thanks! This is were it stops in the final version. return (*winproc_table[idx].winproc_func)(hwnd, message, wParam, lParam, NULL) ; stops: | | | | | | | | | expected: | | | | | | |
by Rickard Johansson
09 Apr 2024 15:00
Forum: Bugs
Topic: FIXED: V16.16b2 - Ctrl-right/left is broken again...
Replies: 4
Views: 571

Re: V16.16b2 - Ctrl-right/left is broken again...

Seems you're using the option to "Ignore symbols" with Ctrl+Left/Right... I'll look into it.
by Rickard Johansson
08 Apr 2024 13:26
Forum: Bug reports
Topic: FIXED: [16.16b2] CTRL-BACKSPACE crash
Replies: 1
Views: 1075

Re: [16.16b2] CTRL-BACKSPACE crash

Fixed! Thank you :)
by Rickard Johansson
06 Apr 2024 14:52
Forum: Development - Beta Versions
Topic: Version 16.16 beta 2
Replies: 0
Views: 1642

Version 16.16 beta 2

Move cursor between words with "Always move to beginning of word Re-wrote the functions to move the cursor a word to the left/right. It should work better now (I think). Delete next word with "Delete to beginning of next word" Re-wrote the function. It should behave better now... ---...
by Rickard Johansson
05 Apr 2024 14:35
Forum: Bug reports
Topic: FIXED: [16.16b1] CTRL-DEL
Replies: 4
Views: 643

Re: [16.16b1] CTRL-DEL

The behavior depends on your settings. If you set the option to "Delete to beginning of next word" - it will not behave like in VS Code...

Still, I guess aaa_bbb_ccc should be considered as one word?
by Rickard Johansson
05 Apr 2024 13:33
Forum: Development - Beta Versions
Topic: Version 16.16 beta 1
Replies: 0
Views: 1001

Version 16.16 beta 1

----------------------------------------------------------- Version 16.16 (Apr 5, 2024) ----------------------------------------------------------- Move cursor to next/previous word (Ctrl+left/right) Made some changes to make sure the text cursor stops at the same positions when using the option to ...
by Rickard Johansson
03 Apr 2024 14:30
Forum: Bugs
Topic: FIXED: Clicking on program's close icon closes project, not editor
Replies: 6
Views: 672

Re: Clicking on program's close icon closes project, not editor

It's not impossible...

Does a click on the close button close the program or does it close to the system tray?
by Rickard Johansson
03 Apr 2024 12:24
Forum: Bugs
Topic: FIXED: Clicking on program's close icon closes project, not editor
Replies: 6
Views: 672

Re: Clicking on program's close icon closes project, not editor

I assume something happens when the project is closed that prevents the program to close.

If it happens again - please copy the content in

<AppData>\Roaming\RJ TextEd\Data\DebugOutput.txt

and post it here, or send it by email.
by Rickard Johansson
03 Apr 2024 12:20
Forum: Bugs
Topic: FIXED: [v16.15] - Find bug
Replies: 2
Views: 2776

Re: [v16.15] - Find bug

Fixed in next release. Thanks!
by Rickard Johansson
23 Mar 2024 14:23
Forum: Next release
Topic: Version 16.15
Replies: 1
Views: 3410

Re: Version 16.15

This version has been released and is available for download.
by Rickard Johansson
20 Mar 2024 14:36
Forum: Bugs
Topic: FIXED: SHIFT-Ctrl-Right-Arrow in Quick Macro BUG
Replies: 2
Views: 1745

Re: SHIFT-Ctrl-Right-Arrow in Quick Macro BUG

The macro actions for moving or selecting words are currently ignoring the settings you may have set in options. I've fixed it so, if you set (Shift) Ctrl+Left/Right to always move to the beginning of a word, you should get the behavior you want.

Fixed in v16.15 final.
by Rickard Johansson
18 Mar 2024 19:06
Forum: Bug reports
Topic: [v16.15b1] CTRL-LEFT vs CTRL-RIGHT
Replies: 1
Views: 3023

Re: [v16.15b1] CTRL-LEFT vs CTRL-RIGHT

It's the default behavior and it behaves exactly as in Sublime Text... Ctrl+Right will move to the end of a word and Ctrl+Left to the beginning. So it does kind of make sense... Ctrl+Left/Right are not supposed to stop at the same positions. There are options available if you want a different behavi...