Versie 12.80 van RJ TextEd is uitgebracht. Deze gratis teksteditor van Zweedse makelij heeft diverse mogelijkheden, die vooral voor software- en webontwikkelaars interessant zijn, zoals syntax-highlighting, autocompletion, uitgebreide selectie- en sorteermogelijkheden en een ingebakken (s)ftp-client. Het programma wordt voor Windows ontwikkeld, maar is via Wine ook onder Linux te gebruiken. De changelog van de afgelopen paar versies is hieronder te vinden.
Version 12.80
Updated program filesRe-compiled all files using the latest Delphi version. All files are now Windows XP compatible (again). Which means I don't need to have separate install scripts for Windows XP anymore.
Install scripts (Windows XP)All executable files have been compiled using the latest Delphi version. There is no longer any need to use separate installers for Windows XP.
All install scripts can now be used on Windows XP .. Windows 10.
Reload current documentAdded support for remote files. If the current document has been altered you are presented with a save prompt, before the remote file is downloaded.
(S)FTP Save AsYou can use this feature to save the current document to a remote server. It lets you connect to a remote server, browse the remote folders and save the file.
I made several improvements in this version.
Install scriptMade some changes to the install script to fix issues when using several Windows user accounts.
Document links (URL:s)Links inside a document can no longer be opened with Ctrl+MouseClick. Instead, use the document context menu to open the link.
This was changed to enable multiple selections and multiple editing on web links inside the document.
MiscFixed
- Visual changes in recent file list and fixed a few issues.
- Visual changes in navigation history list.
- Warn if file has been deleted on disk now has "Yes to all", and "No to all" buttons.
- Send bug report issue.
- Navigation history issues.
- Column copy/paste issues.
- Warn if file on drive has been deleted.
- Import diff patch file issue.
- Save diff patch file extension problem.
- A few open/save dialogs in Windows XP.
Version 12.71
Update functionThe update window is now modeless so you can place it in the background, or minimize it, while it's downloading the new version.
The update window will be moved to the front and inform you when the update is ready for installation.
FTP/SFTPChanged the connect timeout values to 15 seconds. If the connection times out a message is displayed.
Save As (Remote)The menu item "File / FTP / Save As (Remote)" will now open a connect window, to allow a remote connection. And a file save dialog window for browsing the remote site and add a file name.
This works with both FTP and SFTP.
Navigation historyNavigation history should handle remote files now. Even if you have closed them.
CSS highlighterMade some minor changes to the CSS syntax file which affect the highlighting.
Fixed
- CSS highlighter issues.
- Exit error when option "Close to hibernate" is used.
- Edit macro issue.
- Folder option menu issue in search-bar.
- Code fold issue inside ini files when wordwrap is on.
Version 12.70
Shell Extension (Explorer context menu)Wrote a new shell extension in Delphi (instead of C++). It's easier to update, builds into a smaller dll file and the menu image looks better.
Portable versionThe portable version is now only available as an install script. The script unpack and copy (or update) the files in the given location.
Settings and used data is not overwritten. And nothing is written to the registry.
The auto update procedure is simpler as well. Just press the "Update" button and the update script is executed after download.
Menu and toolbar image settingsImages used in menus and toolbars are now handled in options (Style and Fonts section).
Any image list you create yourself must end with a size e.g. 16x16.bin. If a size is not found the 16x16 image list is used and images are scaled. E.g. if the program needs the 32x32 images, but are not found.
By default there are now two image lists to choose from.
New menu and toolbar images
- Standard images. These have been in use for some time now.
- Pure flat images. These are new and may look better when using a dark theme.
Added new image lists in the sizes 16x16, 20x20, 24x24, 32x32 and 48x48. The new image list is called "Pure_Flat_Toolbar" and can be set in options (Style and Fonts section).
The new images looks better when using a dark theme. But you may like them even without a theme.
Find/ReplaceUnderscore should be treated as a word character and dash (-) as a word separator when searching for whole words only.
Document context menuIf you right click on a web link in the document, the context menu will contain a menu item to allow you to open the link in your default browser.
MiscFixed
- Improved RegEx search speed (Find Next/Previous).
- Improvements to text diff mode when using multiple tab rows.
- Some visual changes in the search panel.
- Several minor changes throughout the program.
- A few code optimizations to speed functions up.
- FTP download using file commander.
- Minor changes to FTP upload that should make it more reliable.
- Issue with command line option /COMPARE.
- Double click on tool output in message panel.
- Changes to prevent "Cannot access clipboard" errors.
- Search issues in Text clips panel.
- Refresh after replace all.
- Possible abbreviation issues.
- Ctrl+leftmouse URL click issue.
- Modified by external program issue.
- A great number of minor issues.