Search found 1049 matches

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: 256

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: 256

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: 224

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: 647

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: 196

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: 271

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...
by Rickard Johansson
18 Mar 2024 11:57
Forum: Bug reports
Topic: FIXED: [16.15b1] CTRL-DEL
Replies: 1
Views: 102

Re: [16.15b1] CTRL-DEL

Fixed. Thanks!
by Rickard Johansson
18 Mar 2024 11:45
Forum: Bug reports
Topic: SOLVED? [16.15b1] Cursor keys in Find/Replace not working
Replies: 1
Views: 107

Re: [16.15b1] Cursor keys in Find/Replace not working

I did find an issue when using the up/down keys. If the word under the text cursor (or selection) in the open document is inserted into the find box - it should be added to the dropdown list as well. Otherwise, the word will disappear when you use the up/down keys.

It's been fixed.
by Rickard Johansson
17 Mar 2024 13:10
Forum: Development - Beta Versions
Topic: Version 16.15 beta 1
Replies: 1
Views: 325

Re: Version 16.15 beta 1

I already know there are issues when not using a theme. E.g. find/replace dropdown lists doesn't display any icons... It works fine when you use a theme though (???)
by Rickard Johansson
17 Mar 2024 13:07
Forum: Development - Beta Versions
Topic: Version 16.15 beta 1
Replies: 1
Views: 325

Version 16.15 beta 1

I've added a few new features in this release. Please try out the beta version when released. We need to make sure the new features are working properly. ----------------------------------------------------------- Version 16.15 (Mar 16, 2024) ---------------------------------------------------------...
by Rickard Johansson
16 Mar 2024 13:58
Forum: Bugs
Topic: FIXED: [v16.12] - CTRL-DEL bug (bis)
Replies: 1
Views: 131

Re: [v16.12] - CTRL-DEL bug (bis)

Should work in v16.15. Thanks!
by Rickard Johansson
16 Mar 2024 13:25
Forum: Bugs
Topic: [v16.12] - CTRL-DEL bug
Replies: 2
Views: 192

Re: [v16.12] - CTRL-DEL bug

It seems the default behavior in Sublime and VS Code is: One space between aaa and bbb (or _bbb) and hit Ctrl+Del: aaa| ccc aaa| ccc Two, or more spaces, between aaa and bbb and hit Ctrl+Del: aaa|bbb ccc aaa|_bbb ccc I'm not entirely sure I like it though. Maybe Ctrl+Del should delete one or more sp...
by Rickard Johansson
16 Mar 2024 11:34
Forum: Next release
Topic: Version 16.15
Replies: 1
Views: 647

Version 16.15

I've added a few new features in this release. Please try out the beta version when released. We need to make sure the new features are working properly. ----------------------------------------------------------- Version 16.15 (Mar 16, 2024) ---------------------------------------------------------...
by Rickard Johansson
04 Mar 2024 14:40
Forum: Features
Topic: DONE? "Never Delete" Find AND Replace List Items
Replies: 2
Views: 284

Re: "Never Delete" Find AND Replace List Items

I've added a favorites menu to the search window (and search bar). You can use the menu to save search expressions as favorites.

Done in v16.13.
by Rickard Johansson
29 Feb 2024 13:14
Forum: Features
Topic: DONE? Bookmark a Line with Mouse Click or ?
Replies: 1
Views: 166

Re: Bookmark a Line with Mouse Click or ?

Press ALT+Left click to toggle a bookmark.

I've fixed the right click line select issue in the next release (v16.13). Thanks!