Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959
RJ TextEd 15.20
October 4, 2021
  • Terminal panel:
  • The terminal panel can now open several tabs. You can split the panel and open tabs both to the left and to the right. You can also open Windows PowerShell tabs.
  • To close a tab type "exit".
  • Improved speed in the command prompt tab for large outputs like from the "dir" command. (Unfortunately, that doesn't work with the PowerShell tab.)
  • Toolbar images:
  • It is now possible to change the toolbar and menu image scaling in options, if you want larger images.
  • The scale factor is given in percent. Available values are 100%, 125%, 150% and 200%.
  • Document tabs drop down list
  • Added an option to sort (or not sort) the drop down list, located in the document tab row.
  • Themes:
  • Added several new themes to the environment menu. The default theme for new installations is now Windows 10 Charcoal.
  • The themes menu is now sorted and so is the themes list in the customize dialog window.
  • Moving between monitors:
  • Fixed a few issues when moving between monitors. Especially if they use different scaling (DPI).
  • Tools (Syntax Editor, Character Viewer...):
  • Recompiled all tools using the newest version of Delphi and fixed a few issues.
  • Toggle comment:
  • Should handle indented comments as well as comments at the start of the line.
  • Changed the toolbar icon.
  • Misc:
  • Document tab context menu item "Reload as binary file" changes to "Reload as text document" after being selected.
  • Fixed:
  • Undo issues.
  • Reload as binary file.
  • Select color issues in CSS/LESS/SCSS files.
  • Text compare issues.
  • Saved document indicator issue.
  • Document tab issues when resizing the window or with minimize/maximize.
  • Fixed several minor issues while testing this new version.


Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959
RJ TextEd 15.21
Changes in RJ TextEd 15.21 (October 19, 2021):
Smart highlighting

HTML tags should be highlighted when selected, and regarded as “whole words”.

External document window (drag tab outside main window)

Added a few new actions and menu items.


  • Format JSON menu.
  • Shift+Alt+Down/Up/Left/Right should work now.
Fixed

  • Text display issues in search window.
  • Delete issue in search window and search bar.
  • Selection fold in plain text document should work now.
  • Issue with blank document at startup.


Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.23

November 8, 2021
  • FTP:
  • The program can sometimes "hang" when e.g. reading a remote directory list. This usually happens when trying to connect to the site. I've added a read timeout of 10 seconds, so if the read fails - you wont have to kill the program.
  • Misc:
  • The application is compiled and built using an updated version of Delphi. I also updated several components.
  • Made several minor changes. Fixed some theme and high DPI issues ...
  • Fixed:
  • Toggle column mode when using an alternative font.
  • Edit language server (LSP) settings.
  • Possible wordwarp issue.
  • Many other minor issues.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.30

Version 15.30​


20 dec, 2021

Run external script​


It is now possible to run an external script from a local script using e.g. NodeJS. It should be possible to run any type of script, including JScript, VBScript, PHP, Python ...

The function "RunScript" has been added to the ScriptUtils object.
RunScript(sCommand, sScript, sInputText: String): String; Example { // Run a JavaScript using NodeJS var s = Document.SelText; var sz = "Node"; var sc = "c:\\Users\\Me\\Documents\\Source\\JavaScript\\numsort.js"; var sr = ScriptUtils.RunScript(sz,sc,s); Document.SelText = sr; }

Visual changes​


Made visual changes to all dialog windows throughout the application. In some dialogs more than others. The goal was to give them a more modern look and feel.

There are some minor changes in other places as well.

Advanced sort​


Made it possible to save the current sort options using a name.

Regular expressions​


Error messages should be displayed with all search operations if an error occur. The "Abort" button in the search progress dialog should work as expected now (only displayed if the search takes some time to complete).

Options​


Made it possible to close or open all panels in options with two buttons located at the search field.

Fixed​


  • Session issue with document views.
  • Open template file.
  • Some issues when creating new document.
  • Rare open file issue.
  • Convert HTML to text.
  • Offline - Beautify HTML (Tidy).
  • Wordwrap issues.
  • List text clip folder using keyboard shortcut.
  • Fixed a few issues in the text clips panel.
  • TclTk Code Explorer issue.
  • Other minor issues found and reported by email.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.31

Changes in RJ TextEd 15.31 (December 29, 2021):


New themes​


Added two new Windows 11 style themes. A light and a dark one with rounded corners.


Visual changes​


Made visual changes to all dialog windows.


Fixed​


  • F3 in dual view when searching all open files.
  • Installer should close the application before proceeding.
  • Hex number search issue.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.40​

Changes in RJ TextEd 15.40 (February 10, 2022):


Highlight braces inside strings​


If you enter a string and the cursor is positioned at a brace character the current and the matching brace inside the string is highlighted.


Highlight braces​


You can now switch highlight type between underlined or squared. Open Environment -> Themes -> Customize to change highlight type.


Toolbar button​


Added a new toolbar button with a “Compare text” dropdown menu.


The same menu is available in the “Tools” main menu and in the document tab context menu.


Go to “Environment – Customize toolbar…” to enable the toolbar button.


Highlighters (syntax files)​


Updated the JavaScript syntax files.


Emmet abbreviations​


Fixed a few issues with empty tags.


Web preview​


Added a button to open Edge (Chromium) developer tools on the browser preview tab.


The WebView2 control open the developer tool window as a stand alone window and it can’t be docked.


Misc​


  • Windows 11 Dark theme is set as standard with new installations.

Fixed​


  • Remote save issue.
  • Search folder drop down menu position.
  • Several Alternative font issues.
  • Syntax highlighting issue when saving file remotely.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.42​

Version 15.42


12 feb, 2022

Selection​


Added several options for selection in "Environment -> Themes -> Customize".

  • Selections can be drawn to the right window edge when spanning multiple lines.
  • Selections can be drawn to the line break when spanning multiple lines.
  • Selections can be transparent and display highlighting.

Tabs and white spaces are always displayed inside selections (when mono-spaced fonts are used). Line breaks are shown inside the selection if the selection extend to the window edge.

Default behavior is transparent selection extending to the window edge.

Fixed​


  • Close to hibernate.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.45

12 mar, 2022

Run multiple instances


You can open another instance of the program if you hold the CTRL key while launching the editor.


If you select several files in explorer and open them in the editor using the context menu while holding the CTRL key - every file will be opened in its own editor window.


Removed the option to allow another instance on a different virtual desktop.


Code Explorer


Added a search box to the method list.


JavaScript


Made changes to improve Code Explorer navigation.


Explorer context menu


Fixed several issues. It should install/uninstall properly now, show an icon and open multiple files properly.


You can also open each selected file in its own instances of the program if you press the CTRL key.


Fixed


  • Path issue when opening a file with no path and app is running.
  • Folder picker issue on Windows XP.
  • Tcl/Tk namespace support.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.47​

What's new in RJ TextEd 15.47

March 14, 2022
  • Fixed:
  • Some Emmet abbreviation issues.


New in RJ TextEd 15.46 (March 14, 2022)


  • Emmet abbreviations:
  • Added support for the standard Emmet lorem abbreviation.
  • Ex1. plorem100
  • Ex2. ullorem10.item*4
  • Ex3. lorem120
  • Fixed:
  • Exception message when changing theme
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.49

  • Updated JavaScript syntax to handle Template Literals (template strings).
  • Updated PHP syntax to handle execution operators.

Search dialog


  • You can now use Ctrl+Tab and Ctrl+Shift+Tab to switch between tabs.

Fixed


  • Calling editor with command line switches when the editor is already open.
  • Alt shortcuts in search dialog.
  • XML fold issue.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.50

Changes in RJ TextEd 15.50 (May 9, 2022):


Word/Selection highlighting​


The highlight color is now different for each word or selected phrase you want to highlight. So if you select e.g. 3 different words – they will be highlighted using different colors.


Brace Highlighting​


You can now highlight matching braces as bold, underlined or framed. With or without a background color. You can also use a background only if you set the type to “None”.


Options can be found in [Environment/Themes/Customize…].


Also fixed a few issues with background color.


Highlight Expressions​


Fixed an issue with regular expressions.


Added a menu item to the editor context menu.
(It was previously only available in the Search->Highlight menu)


Windows XP​


Fixed some issues with open file dialog.


Syntax highlighters​


Updated the bash highlighter to add functions to the code explorer. Changed how folding works and how strings are highlighted.


Misc


  • Chinese language issue in installer.
  • Possible FTP reconnect issue with “Keep alive”.

Fixed


  • Install issue when using standard user accounts.
  • Some minor issues found while coding.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.51

May 17, 2022
  • FTP:
  • Add favorite dialog will ask you for both a name and a path.
  • Text comparison (text diff):
  • Made some visual changes in the row compare panel. Tabs and spaces should now be displayed to help see the difference between the two current rows.
  • Fixed a few issues.
  • Fixed:
  • Close document tab issue when tab is close to the right edge.
  • Maximize issues.
  • Open a session may close the program when certain options are enabled.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.52

Changes in RJ TextEd 15.52 (May 30, 2022):


Fixed


  • Language display issue when opening document tab as an external window.
  • Heredoc highlight issue in bash documents.
  • External compare of remote files.
  • Issue when trying to open remote files several times.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37839
Reakcje/Polubienia
33959

RJ TextEd 15.53

Changes in RJ TextEd 15.53 (June 8, 2022):


Zoom (CTRL+MouseWheel Up/Down)
Added a new menu item in the “View” menu named “Zoom” with sub-menu items to zoom in, zoom out and reset zoom. You can also use the mouse wheel while pressing the CTRL key.
Zoom will affect all open documents, as well as new or opened documents. The zoom value is saved between sessions. Use “Reset zoom” to undo any zooming you have done. Note that zoom will not change the font size you have set in options.


File Commander


Fixed some display issues when connected to a remote site.


FTP Profile manager


Passwords are now shown as a masked string (***).


Misc


  • Made some minor changes to the maximize window code.
  • Made some minor additions to the FTP client code.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry