RJ TextEd 15.83 - Texteditor
Moderatoren: Jean, |Gordon|, Moderatoren
Re: RJ TextEd 8.63 - Texteditor
v. 8.64 hat weniger Fehler und
Quick block select (Shift+Alt+Selection) will allow simple editing after selection, but quit column mode when pressing any of the arrow keys.
Auto completion is not triggered if a text is selected when you hit e.g. (.)-dot.
Auto brace and bracket completion is not triggered if a text is selected.
Quick block select (Shift+Alt+Selection) will allow simple editing after selection, but quit column mode when pressing any of the arrow keys.
Auto completion is not triggered if a text is selected when you hit e.g. (.)-dot.
Auto brace and bracket completion is not triggered if a text is selected.
Re: RJ TextEd 8.64 - Texteditor
aktuell ist v. 8.65, Verbesserungen bei
Matching bracket
Updated the help topics on scripts
Auto completion
Syntax Editor
Matching bracket
Updated the help topics on scripts
Auto completion
Syntax Editor
Re: RJ TextEd 8.65 - Texteditor
neu ist v. 8.70
Extensions - You can now create and add extensions to the program.
Scripts and extensions - You can now access the main menu, tab controls in sidebar, bottombar and the quickbar, inside scripts.
Auto completion
Extensions - You can now create and add extensions to the program.
Scripts and extensions - You can now access the main menu, tab controls in sidebar, bottombar and the quickbar, inside scripts.
Auto completion
Re: RJ TextEd 8.70 - Texteditor
ist bei v. 8.80, auch in Deutsch, und die Extensions werden mächtiger
http://www.rj-texted.se/download.html
http://www.rj-texted.se/download.html
Re: RJ TextEd 8.80 - Texteditor
v. 8.90
- Replaced the regular expression engine. The new one use UTF16 buffers and strings. The new implementation is also newer and support new PERL expressions.
- The regular expression creator can be used to create and test new regular expressions.
- Saved regular expressions (save in the regular expression creator) show up in the regular help menu.
- Markdown preview
- Added a "Repeat" menu item in the "Edit" menu. "Repeat" will re-run the last executed menu command.
...
- Replaced the regular expression engine. The new one use UTF16 buffers and strings. The new implementation is also newer and support new PERL expressions.
- The regular expression creator can be used to create and test new regular expressions.
- Saved regular expressions (save in the regular expression creator) show up in the regular help menu.
- Markdown preview
- Added a "Repeat" menu item in the "Edit" menu. "Repeat" will re-run the last executed menu command.
...
Re: RJ TextEd 8.90 - Texteditor
und bei v. 8.91, u.a.
Rewrote the entire script engine to use wide strings (UTF16) instead of ANSI/UTF8 strings
Rewrote the entire script engine to use wide strings (UTF16) instead of ANSI/UTF8 strings
Re: RJ TextEd 8.91 - Texteditor
v. 8.95 verbessert die Code-Verschönerung via Tidy
Datei-Baum und Öffnen-Dialoge geändert und schneller
Datei-Baum und Öffnen-Dialoge geändert und schneller
Re: RJ TextEd 8.95 - Texteditor
erreicht v.9.0
Added navigation history buttons in the main toolbar
Added an "Apply" button in the options dialog window.
Delete duplicate lines
Search box in text clip tab
Added a tree view button to the explorer tab toolbar
Added navigation history buttons in the main toolbar
Added an "Apply" button in the options dialog window.
Delete duplicate lines
Search box in text clip tab
Added a tree view button to the explorer tab toolbar
Re: RJ TextEd 9.0 - Texteditor
und gleich die v. 9.1 - Several improvements have been made and several issues fixed.
Backup files - It's now possible to backup up to 100 copies of the document.
Undo/Redo - Macros are now undone or redone in one single step.
Application recovery and restart
Backup files - It's now possible to backup up to 100 copies of the document.
Undo/Redo - Macros are now undone or redone in one single step.
Application recovery and restart
Re: RJ TextEd 9.1 - Texteditor
v. 9.20, kann besser Sortieren, geänderte Preview und Support für 7zip ...
Re: RJ TextEd 9.20 - Texteditor
v. 10.0(1)
The main program and all included tools are available in 32 and 64 bit versions.
The sidebars and bottom-bar has been removed and replaced by dock able panels.
Everything that changes the appearance are now handled as themes.
The entire design is a bit flatter and some dialogs and icons have beenchanged.
The programming languages and components is now fully support Unicode.
The Firefox and Chrome previews have been removed from the program. They are both outdated and incredibly buggy.
The IE preview is still available and I have no intension to remove it. It's always up to date and is very stable.
...
The main program and all included tools are available in 32 and 64 bit versions.
The sidebars and bottom-bar has been removed and replaced by dock able panels.
Everything that changes the appearance are now handled as themes.
The entire design is a bit flatter and some dialogs and icons have beenchanged.
The programming languages and components is now fully support Unicode.
The Firefox and Chrome previews have been removed from the program. They are both outdated and incredibly buggy.
The IE preview is still available and I have no intension to remove it. It's always up to date and is very stable.
...
Re: RJ TextEd 10.0 - Texteditor
v. 10.10 - weniger Fehler und
Commandline option - Use a default save folder /DIR
Commandline option - Use a default save folder /DIR
Re: RJ TextEd 10.10 - Texteditor
v. 10.11 - noch weniger Fehler und
Search field in project panel
Some minor visual changes.
Holding the keyboard shortcut to close the current document, will close all documents first after 3 documents have been closed.
Search field in project panel
Some minor visual changes.
Holding the keyboard shortcut to close the current document, will close all documents first after 3 documents have been closed.
Re: RJ TextEd 10.11 - Texteditor
v. 10.20
Open a document in a new window
Indent lines - Indent lines are drawn differently to make code elements and folds easier to see.
Explorer tab dropdown list (combo) - Added a toolbar button on the explorer tab to show/hide the dropdown list.
Replaced several toolbar icons that should look better on dark themes.
Added a new command line option to open the editor silently. This means no splash screen, no reopening of last opened documents
...
Open a document in a new window
Indent lines - Indent lines are drawn differently to make code elements and folds easier to see.
Explorer tab dropdown list (combo) - Added a toolbar button on the explorer tab to show/hide the dropdown list.
Replaced several toolbar icons that should look better on dark themes.
Added a new command line option to open the editor silently. This means no splash screen, no reopening of last opened documents
...
Re: RJ TextEd 10.20 - Texteditor
v. 10.21
Vertical scrolling - Made several code changes to make scrolling faster when using up and down arrow keys
Several code changes were made to improve speed with a visible ruler.
Made "Word completion" is a bit faster and it should use less memory.
The default file extensions for all script languages have been changed. The new extensions are:
BasicScript (.vbfs), JScript (.jsfs), C++Script (.cppfs) and PacalScript (.pasfs).
Made drawing faster when the ruler is visible.
...
Vertical scrolling - Made several code changes to make scrolling faster when using up and down arrow keys
Several code changes were made to improve speed with a visible ruler.
Made "Word completion" is a bit faster and it should use less memory.
The default file extensions for all script languages have been changed. The new extensions are:
BasicScript (.vbfs), JScript (.jsfs), C++Script (.cppfs) and PacalScript (.pasfs).
Made drawing faster when the ruler is visible.
...
Re: RJ TextEd 10.21 - Texteditor
v. 10.22
Mixed line breaks
The FTP client and FTP panel now include a log window displaying sent and received commands
Added an action to display the word completion list
Editor settings - A backup is now created and restored if the main settings file is (for some reason) lost
Added search fields for recently opened files and recently opened projects.
Option to check HTML/XML tags for file encoding
Block selection
...
Mixed line breaks
The FTP client and FTP panel now include a log window displaying sent and received commands
Added an action to display the word completion list
Editor settings - A backup is now created and restored if the main settings file is (for some reason) lost
Added search fields for recently opened files and recently opened projects.
Option to check HTML/XML tags for file encoding
Block selection
...
Re: RJ TextEd 10.22 - Texteditor
v. 10.24 - weniger Fehler und u.a.
Made several changes to the document tabs and moved most tab display options to the theme manager.
Redesigned the tab close button. Should look better with most themes.
Made code changes to the color picker buttons (options, theme manager...) to handle themes better.
PHP and ASP tags are now highlighted just like HTML/XML tags.
Incremental Find (Ctrl+E) - When the edit field has focus you can move up and down the found items by pressing the UP/DOWN arrows.
Made several changes to the document tabs and moved most tab display options to the theme manager.
Redesigned the tab close button. Should look better with most themes.
Made code changes to the color picker buttons (options, theme manager...) to handle themes better.
PHP and ASP tags are now highlighted just like HTML/XML tags.
Incremental Find (Ctrl+E) - When the edit field has focus you can move up and down the found items by pressing the UP/DOWN arrows.
Re: RJ TextEd 10.24 - Texteditor
v. 10.25 - weniger Fehler
This version fix an install issue when using multiple Windows accounts and a regular search issue.
This version fix an install issue when using multiple Windows accounts and a regular search issue.
Re: RJ TextEd 10.25 - Texteditor
v. 10.30, u.a.
Clone document window
Wordwrap with hard return
UnWrap lines by removing line breaks
Join lines (in edit menu and as script function)
Reopen as binary file
Save Copy As...
...
Clone document window
Wordwrap with hard return
UnWrap lines by removing line breaks
Join lines (in edit menu and as script function)
Reopen as binary file
Save Copy As...
...
Re: RJ TextEd 10.30 - Texteditor
v. 10.40, u.a.
Document map - Added a document map view to the right inside the editor window. The view option is available in the "View" menu.
Navigate by mouse click - You can navigate by a mouse click in the document map.
Search progress - I've made the search progress window wider and added a progress bar.
...
Document map - Added a document map view to the right inside the editor window. The view option is available in the "View" menu.
Navigate by mouse click - You can navigate by a mouse click in the document map.
Search progress - I've made the search progress window wider and added a progress bar.
...