Version 16.40 beta 1

Test beta versions and make bug reports.
I will release major beta builds only. Bugs fixed will be rolled up into the next major beta build or the finished version.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6799
Joined: 19 Jul 2006 14:29

Version 16.40 beta 1

Post by Rickard Johansson »

-----------------------------------------------------------
Version 16.40 (May 27, 2025)
-----------------------------------------------------------

Text compare
Added a few new options to handle spaces, tabs and linefeeds when comparing text.

Options
Added a new page for text compare to make it easier to find.

compare.png
compare.png (24.78 KiB) Viewed 441 times

Code Explorer panel
Redesigned the code explorer panel to make it easier to use and to fix a few issues.

ce.png
ce.png (10.29 KiB) Viewed 441 times

Use the 4 rightmost buttons at the top to select view. The views are:
  • Code explorer. Display classes, functions ...
  • Favorites. Display added favorite functions, methods, structures ...
  • Todo/Note. Display todo list and notes in the code.
  • Bookmarks. Display regular and numbered bookmarks in the code.

The bookmark view should work with plain text files as well.

Find/Replace (non-modal window)
Fixed several issues when using the non-modal search window.

- Continue beyond end of file should work now.
- Changing options should work as well now.

Bookmarks panel
Columns are resized properly now.

Misc
* Added a "Toggle bookmark" item to the right click editor menu.
* Added "Find next/previous clipboard-content" to the "Search - more" menu.

Fixed
* Save to a hidden file.
* Replace count in status-bar when replacing inside a selection.
* Compare remote files with external diff tool.
* A few issues found by users.


Download
https://www.rj-texted.nu/downloads/beta ... ll_x86.exe
https://www.rj-texted.nu/downloads/beta ... ll_x64.exe
https://www.rj-texted.nu/downloads/beta/rj-portable.exe
crtrubshaw
Posts: 353
Joined: 06 Jun 2012 11:08

Re: Version 16.40 beta 1

Post by crtrubshaw »

I only noticed this now, but it seems like all my favourites are gone, if I click on the star icon on the toolbar, there is nothing there :shock:
User avatar
Rickard Johansson
Site Admin
Posts: 6799
Joined: 19 Jul 2006 14:29

Re: Version 16.40 beta 1

Post by Rickard Johansson »

Favorite functions and class members are not saved between sessions. They are only available as long as the file is open.
Post Reply