Version 16.35

Information about the next release of RJ TextEd.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6765
Joined: 19 Jul 2006 14:29

Version 16.35

Post by Rickard Johansson »

-----------------------------------------------------------
Version 16.35 (Nov 27, 2024)
-----------------------------------------------------------

Terminal panel
Added syntax highlighting to the terminal panel, Ctrl click on paths and new toolbar items.

Terminal01.png
Terminal01.png (10.43 KiB) Viewed 514 times
Terminal02.png
Terminal02.png (18.51 KiB) Viewed 514 times

Explorer dropdown list
Added an explorer dropdown list in the toolbar. Select any folder to navigate to it inside the command window.

Terminal03.png
Terminal03.png (33.47 KiB) Viewed 514 times

Favorites
Added a new toolbar dropdown button to add and handle favorite folders.
This works exactly as Explorer panel favorites.

Auto compilation
Press Ctrl+space to open a completion list. Depending on caret position, the list either contain DOS and PS commands or all files and folders in the current directory. Directories are listed first and files listed below.
If you've started to type something - that is used to filter the items in the list.
Note! The TAB key now just insert a tab.

Terminal options
- Set the font and size used.
- Set colors for different syntax elements like numbers. strings...

Open a web address or file
- Hold Ctrl and press left mouse over the link to open a web address.
- Hold Ctrl and press left mouse over the file path to open it in the editor.

This may work with relative paths as well ('../scripts/config.inc.php').
The path is tested as relative to the currently open file, project default path or the current terminal path.

Insert clips or commands from dropdown list
Added a customizable dropdown list (combo box) in the toolbar of the terminal window. The list can have headers and items. Each item can have both a caption and details (the actual expanded command or clip).
Everything is stored in a file and can be opened with the edit button, next to the dropdown list.

Terminal04.png
Terminal04.png (28.41 KiB) Viewed 514 times

The file contain all information needed to add new commands, clips and headers. There are several variables you can use with your commands.
E.g. "Change to document folder=cd <docDir><Enter>".

The list contain several example commands. You are encouraged to edit this file yourself and add commands you actually need.

Fixed
* A few very very small memory leaks.
* Triple mouse click on last line.
* Some Unicode/ANSI issues in the terminal window.


The full v16.35 installers are also available below:
https://www.rj-texted.se/downloads/rj-install_x64.exe
https://www.rj-texted.se/downloads/rj-install_x86.exe
https://www.rj-texted.se/downloads/rj-portable.exe
User avatar
Rickard Johansson
Site Admin
Posts: 6765
Joined: 19 Jul 2006 14:29

Re: Version 16.35

Post by Rickard Johansson »

This version has been released.

Note! There are several changes from the latest beta version - so please update...
Post Reply