Versie 16.40 van RJ TextEd is uitgebracht. Deze gratis teksteditor heeft diverse mogelijkheden, die vooral voor software- en webontwikkelaars interessant zijn, zoals syntaxhighlighting, autocompletion, uitgebreide selectie- en sorteermogelijkheden en een ingebakken SFTP-client. Het programma wordt voor Windows ontwikkeld en is via Wine ook prima onder Linux te gebruiken. Sinds versie 16.31 zijn de volgende veranderingen en verbeteringen aangebracht:
Version 16.40
Text compareOptions
- Added a few new options to handle spaces, tabs and linefeeds when comparing text.
Code Explorer panel
- Added a new page for text compare to make it easier to find.
Find/Replace (non-modal window)
- Redesigned the code explorer panel to make it easier to use and to fix a few issues.
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.
Bookmarks panel
- 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.
Misc
- Columns are resized properly now.
Fixed
- Added a "Toggle bookmark" item to the right click editor menu.
- Added "Find next/previous clipboard-content" to the "Search - more" menu.
- 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.
Version 16.38
Sort lines (unique)Trim trailing spaces
- Added new menu items to sort selected lines and remove duplicates (unique).
- The sort commands are also available as macro commands and in script MainApp object.
Fixed
- Added as macro command and in the script MainApp object.
- Toolbar button hints should display properly now in all toolbars.
Version 16.37
PHPKeyboard actions
- Regions should work properly now.
Fixed
- Added two new actions.
- NextChangedLineAltAction : Find the next (unsaved) changed line.
- PreviousChangedLineAltAction : Find the previous (unsaved) changed line.
- UI strings should default to English if no translation is found.
- Edit font size values in options.
- List font size values in options.
- Send mail after an exception message.
- Some issues in the code folding routines.
Version 16.36
Fixed
- Issue where you sometimes have to click the close button twice to close the program.
- File Explorer scale issue on high DPI monitors.
Version 16.35
Terminal panelExplorer dropdown list
- Added syntax highlighting to the terminal panel,
Ctrl
click on paths and new toolbar items.Favorites
- Added an explorer dropdown list in the toolbar. Select any folder to navigate to it inside the command window.
Auto compilation
- Added a new toolbar dropdown button to add and handle favorite folders. This works exactly as Explorer panel favorites.
Terminal options
- 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! TheTab
key now just inserts a tab.Open a web address or file
- Set the font and size used.
- Set colors for different syntax elements like numbers. strings...
- 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 listFixed
- 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.
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 ".
The list contain several example commands. You are encouraged to edit this file yourself and add commands you actually need.
- A few very very small memory leaks.
- Triple mouse click on last line.
- Some Unicode/ANSI issues in the terminal window.
Version 16.34
MarkdownNumbered bookmarks
- Markdown preview should display HTML code (tables, forms...) properly now.
Fixed
- Now, when you create a numbered bookmark - the top line offset is remembered.
If you create a bookmark [2] on line 100 and it's positioned 5 lines from the top, the position is remembered. HittingCtrl
+2
will take you to the bookmark and make sure it's positioned 5 lines from the top.
Note that this only works with numbered bookmarks.
- Customize user toolbar issue.
Version 16.33
Fixed
- Some issues with auto completion in CSS/SASS/LESS.
Version 16.32
Fixed
- Export program data when a file is missing.
- Minor visual issues.
- Mardown syntax highlight issue.
- C++ syntax fold and code explorer issue.