Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.50
Version 14.50
09 maj, 2020
Chrome Preview
Updated component and libraries to version 81.0.4044.
Code hints
Added code hints. Hover the mouse over a tag, CSS property, method or function name to display information about it. In HTML hints are displayed for both tags and attributes. The hint may contain a description, return value, parameters and example code.

A code hint is also displayed when an item is selected in auto completion list box.

For this to work the [Hints] section in the syntax file must contain the function i question.

Updated syntax files are: Cpp, python, css, less, sass, HTML, JavaScript, PHP.
Image hints
Image hints are displayed when you hover the mouse over an image link. The hint will display a miniature of the image.

You can turn this off this hint in options.
Hints and options
The editor is now able to show the following hint types:
Code hints
Hover the mouse over a function to display information like parameters and description.
Parameter hints
Press Ctrl+Shift+H or type "(" to display a hint with all parameters.
Color hints
Hover the mouse over a color value to display the color in different formats. Click on a format to convert the value or on the color box to open the color dialog window.
Image hints
Hover the mouse over an image link to display a thumbnail.

You can set which hints should be enabled in options and also decide whether the code or parameter hint should be displayed above or below the code.
Auto completion
Auto completion can now include Emmet abbreviations. The hint will display the expanded code.

In HTML you can now type a letter and press CTRL+Space to get a list of tags and Emmet abbreviations beginning with that letter.

This is turned on by default but you can change that in options.
Auto completion speed
Optimized a few functions and the auto completion should be way faster than before.
Text compare
Added a new toolbar placed between the two documents being compared. The toolbar contain most functions available in compare mode like copy difference left or right, move to the next or previous difference, save diff file...
Syntax Editor
Made several changes to the syntax editor to handle the changes made to the syntax files. The hints page has been redesigned and some changes were made when adding items to the class completion and user menu sections.
Save As ... (Remote)
Added two new toolbar buttons to the save remote dialog box. "New folder" and "goto parent folder".
Fixed
  • Open file issue after closing document views.
  • Theme manager high DPI issues.
  • A few Emmet expand abbreviation issues.
  • RegEx search issue.
  • Problems with sessions.
  • Create new file panel issues.
  • Many reported issues from users sent by email.


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

Mohammad.Poorya

Bardzo aktywny
Ekspert
Dołączył
19 Wrzesień 2018
Posty
3307
Reakcje/Polubienia
13406
Miasto
On a Bike!
Ostatnia edycja:

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.62

What's new in RJ TextEd 14.62

August 8, 2020
  • File Explorer Panels:
  • Updated the controls and fixed a few DPI issues when moving the program between monitors.
  • File Commander:
  • Updated the controls and fixed a view issue.
  • File modified by external program:
  • A warning is displayed if the file on disk has been modified by another program. You are now given the option to "Always" reload the file, if it has been modified.
  • NOTE! If you reload the file you will loose all additions you've made since the last time you saved the document.


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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.64
What's new in RJ TextEd 14.64
August 23, 2020
  • Indent lines:
  • Indent lines are now always drawn at a tab position, regardless of how your code is indented. This makes it easier to properly align your code.
  • Highlighting matching braces:
  • Matching braces are now underscored using the brace highlighting foreground color, set in theme manager. And the brace background is set to the brace highlighting background color.
  • Compare files using external compare tool:
  • The document is saved if modified and the files on disk are used for comparison if possible. The editor should allow you to reload the document if it was changed by the external tool.
  • Fixed a few issues.
  • Color dialog window:
  • Adding or pasting a color value to the edit box should work now as expected.
  • Fixed a few issues.
  • Fixed:
  • File Explorer panel refresh issue.
  • File Commander refresh issue.
  • PHP tag highlighting.


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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.70
What's new in RJ TextEd 14.70
November 3, 2020
  • Chrome Preview:
  • Updated component and libraries to version 86.0.4240.
  • Open in new window (drag tab outside the main window)
  • Added menus and most menu items found in the main window. Actions and keyboard shortcuts are added as well.
  • Added a statusbar similar to the one in the main window.
  • Goto (Ctrl+G)
  • Bookmarks are now listed in a list box for easier access.
  • Menu search box:
  • Added an option to auto hide the menu search box. It's opened and displayed by pressing CTRL+H.
  • Toolbar dropdown menus:
  • Made some minor changes to make it easier to handle highlighter and dictionaries.
  • Color background:
  • Background colors containing alpha values in CSS and HTML documents are now displayed with the base color as a frame around the colored background rectangle.
  • Fixed some color inconsistencies in documents and the color select window.
  • Script:
  • Document.Reload(true) will invoke a prompt to save changes before reloading the document. Also fixed the warning message saying the document has been altered by an external program.
  • Misc:
  • Replaced and updated several components.
  • Delete in sites panel should now move deleted items to the recycle bin.
  • Misc improvements on 4K monitors.
  • Fixed:
  • Statusbar draw issues on 4k monitor.
  • Color hint and color dialog window issue.
  • A few code fold issues.
  • Ignore folds spanning less than x lines.
  • File explorer scrollbar issue.
  • Project manager search issue.
  • Sites panel issues.
  • Print preview issues.
  • Reopen documents at startup when search panel is visible.
  • A few close document issues.
  • Fixed misc reported issues.


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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.72 Update
Version 14.72
17 Feb, 2021
Misc
  • Arabic was added to the list of available languages.
  • Cpp syntax file was updated.
Fixed
  • SFTP issues when changing remote directory.
  • Lorem Ipsum in HTML menu could not be translated.
  • Exit compare mode error.
  • Change case functions in multi selection mode.
  • A startup issue where some file may not be accessible.
  • Minor issues in the Regular expression Creator.
  • Dual view action issue.
  • Error in customize keyboard shortcut window.
  • Redraw issue when a panel is hidden to a side.
  • Current file path in explorer panel toolbar should work now.
  • Delete issue when external document is visible (tab dragged outside the document area).
  • Save All enable issue when using multiple document views.
  • Close bracket issue in style section.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.73 Update
March 2, 2021
  • Script functions:
  • Added a few new functions to "Document" and "MainApp".
  • Document.Capitalize()
  • Capitalize selection. Should work the same way as the menu item.
  • MainApp.OutputDebugString(strText, value)
  • Output a string and value to the message panel. "value" is a Variant and can be an integer, float, date, boolean or string.
  • MainApp.OutputDebugObjectString(strText, obj)
  • Output a string and values from public properties found in the object. "obj" can be any object, TStringlist, TElMenuItem...
  • (Inherited fields and properties are not included in the output.)
  • Misc:
  • PHP syntax file use regular expressions for class and functions.
  • Added script function "Document.Capitalize()".
  • Made a small change in how items are listed in project panel search.
  • Fixed:
  • Window startup position on multi monitor setup.
  • Current folder toolbar icon not working properly in explorer panel.
  • Color dialog window background with some themes.
  • A startup issue.
  • Fixed several potential issues in the project panel.
  • Fixed many potential issues (compiler warning) in the code.


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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.80
Changes in RJ TextEd 14.80 (May 12, 2021):
Misc
  • Made some changes to the JScript (JavaScript/Typescript) syntax file.
  • Made some minor changes in the C++ syntax file.
  • Added some hover hints for script elements.
Fixed
  • Navigation in explorer panel.
  • Favorites click in explorer panel.
  • Quick find icons.
  • C++ fold issue.
  • Several fold issues.
  • Duplicate line undo issue.
  • Find/Replace issue with line-feeds.
  • Find issue in hex mode.
  • Scrollbar issue when opening file in hex mode.
  • Fixed several reported issues.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.81.1
May 24, 2021
  • CSS/LESS/SCSS:
  • Made some changes to auto completion when selecting property.
  • Project todo panel:
  • Added a todo panel that list all project wide todos and notes found in your project files.
  • The listview display todo/note string, filename, path and the line number.
  • UI RTL support:
  • Made some changes to better support Arabic and Urdu languages in menus and toolbar dropdown menus.
  • Fixed:
  • Some reported bugs.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 14.90.4
Version 14.90
13 jun, 2021
Find References (View-Panels-LSP Client)
This is a language server feature that will list all references to the item under the text cursor. It can be a variable, function, object ...

Menu item is found in the right click context menu (Find - Find References).

The references tree lists file and references found in that file. Double click on an item to select it in the document.
Document Symbols (View-Panels-LSP Client)
This is a language server feature. You can use the panel to display a hierarchical tree view of all classes, methods, properties etc. in a file or open document.
Symbol Search
Another language server feature.

The search box is located in the document symbols panel. The search is project wide and will list items found in both your project files and in library files.

Some useful keys:
  • DOWN Move down to the tree view below.
  • ESC Clear search and change focus to the editor.
  • SPACE Select focused item in the tree view, but keep focus on the tree view.
  • ENTER Select focused item in the tree view and change focus to the editor.
Diagnostics (View-Panels-LSP Client)
Another language server feature.
The tree view will display diagnostic errors, warnings, hint and information found in any of the open documents.
Diagnostics are also displayed in the code explorer, but only for the currently active document. The diagnostics panel display information from all open documents.
Rename symbol
This is another language server feature.

The menu item can be found in the right click context menu. Use it to rename a class, object, method, field variable or any other symbol under the cursor. The renaming is project wide, so all instances of the symbol will be renamed (even if the file isn't open).
Format document
Another language server feature to format a selection, or the whole current document. The menu item is available in the right click context menu. A prompt asking for options is displayed when selecting the menu item.
Preview Commands
Available in the HTML menu. Allows you to assign a file extension to a command used when previewing a file. The command can e.g. convert the current document to a HTML file and allow you to preview the converted file.
Ex. Command: showdown Argument: makehtml -i "%s" -o "%d" "%s" = current document "%d" = converted HTML file used for preview
This is used in all previews, e.g. live preview, internal browsers, browser tabs...
Fixed
  • Open local help file.
  • Temp files should be deleted and not moved to the recycle bin.
  • A few reported issues.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 15.00
Version 15.0
16 July, 2021
HTML Preview
I've removed the previous chromium component/libraries and added support for Microsoft WebView2 (Microsoft Edge component) instead.

WebView2 is already installed on most Windows 10 systems and is built into Windows 11. The installer will check and ask the user to install WebView2 if needed (e.g. on Windows 7).

This means I don't have to distribute large libraries in the installations anymore. The WebView2 component is also much easier to use. The old one had some strange behaviors (you can actually see the difference in the task manager).

Chrome and Microsoft Edge use the same code base, so there is no difference in the displayed content.

The Edge preview tab has a new button for "IE Mode". You can use it to display the content in a Internet Explorer view.

The Internet Explorer tab has been removed. You can use the Edge preview tab and press the toolbar button "IE Mode".
Code completion
Made some changes to the code completion. It should work better now and behave more as in other code editors.
Hover hint (LSP Client)
Created a new hover hint when using a language server. The hint can now display:

  • Code information presented by the server
  • Diagnostic errors, warnings, information or hints
  • Links. These can be code actions, goto definition, show references, rename identifier...
Highlight References (LSP Client)
Highlight all references in the current document for the item found under the mouse cursor. This is similar to the find references feature, but the referenced identifier is highlighted and not added to a list.

Highlight references can be found in the hover hint and right click context menu.

In the context menu two items have been added:

  • Highlight references
  • Clear highlights
Code Actions (LSP Client)
Code actions can be found in the hover hint and right click context menu.

Code actions in the context menu include all available code actions presented by the language server.

Code actions in the hover hint only include quick fixes.
Check for update
Minor updates and beta version are downloaded and installed as before. But for major version the only option is to open the download site in your browser and download it manually. This was done to make the XP/Vista version consistent with the Windows 10/11 version and it also fix a few problems.

It also allows the user to download and install the new version when they are ready...
Misc
  • Shift-DblClick can be used instead of Alt-DblClick if you have trouble with column mode is being activated.
Fixed
  • LSP functions didn't work properly in word wrap mode.
  • Change case in column mode.
  • Font size issue in search result panel.
  • Fixed a few reported issues.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41456
Reakcje/Polubienia
35191
RJ TextEd 15.10
Version 15.10
28 aug, 2021
Terminal panel
Added a new panel which works as a terminal window. It uses Cmd.exe in the background and should have most of the functions a real command prompt window has, and more.

The panel toolbar allows you to:
  • Enter a path manually in the combo box and move to it.
  • Select a favorite folder in drop down list and move to it.
  • Save current terminal directory as favorite.
  • Change terminal directory to the current document folder.
  • Open a folder selection window and change directory to it.
  • Change font (and background color if you're not using a theme).
  • Restart the terminal (restart cmd.exe).
  • Keyboard action to start an external terminal window. Set shortcut in customize keyboard.
  • Keyboard action to open/hide or show/close terminal panel. If the panel is auto hidden (minimized) the action will open/hide the panel. Otherwise it's closed or shown.
Note!
The panel use a standard windows edit control and only communicate with an open (hidden) command prompt window using standard input/output. There may be commands that doesn't work properly, like "more" (it displays all of the text at once, but you don't have the space bar control to switch page). Some special keys may work differently (since it's an edit control).

Some features I had to add to the panel myself:
  • Command history (up/down arrow). It should work the same as in a real command prompt window. The command history is saved between sessions.
  • Auto completion (tab). Should work the same as in a real command prompt window.
  • Ctrl+C. Should work the same as in a real command prompt. If it doesn't work use the restart terminal button instead.
Terminal - PHP interactive shell (php -a)
This should work fairly well, but it will never work perfectly over standard input/output.
Up/Down arrows can be used for history and use "exit", or hit Ctrl+Z to exit the php interactive shell.
Terminal - Python interpreter mode (python or python -i)
This should work fairly well, but it will never work perfectly over standard input/output.
Up/Down arrows can be used for history and use "exit()", or hit Ctrl+Z to exit the python interactive mode. The help utility is supported as well and should work normally.
Language server templates
Templates make adding language servers much easier. Once you've added a language server as a template you never have to add the server settings again.

Several server templates have been added already for you to use. And you can easily change or add one yourself.

Open LSP templates located in the environment menu to modify or add templates.

You can add a language server as a template from project/sites settings if you've already added a server.

Some environment variables can be used in paths:
%appdata% = \AppData\Roaming %localappdata% = \AppData\Local %programfiles% = c:\Program files %homepath% = c:\Users\ Text clips panel
Changed the Keyboard action to open/hide or show/close terminal panel. If the panel is auto hidden (minimized) the action will open/hide the panel. Otherwise it's closed or shown.
  • Return key should now insert selected item and close/expand folders.
  • Select color issue fixed with themes.
Misc
  • Added a new command-line switch /NOREOPEN. It allows you to open the editor without reopen the last open files. The next time you open the editor without this option - the old last open files are reopened.
  • A few issues on high dpi monitors.
Fixed
  • A few reported issues from users.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry