介绍
RJ TextEd – 一个多功能文本编辑器,使用源代码并支持Unicode。 该软件的主要功能包括编辑CSS和HTML,能够预览,拼写检查,处理ASCII和二进制数据,内置FPT客户端上传文件等.RJ TextEd包含语法编辑器,支持大部分 现代编程语言和标记。 该软件具有单词自动完成功能,在编辑源代码的过程中会出现弹出提示。 RJ TextEd允许您远程编辑源代码并在程序窗口中查看浏览器的结果。 由于大量有用的工具和大型功能,RJ TextEd是Web设计人员和程序员的绝佳解决方案。
软件截图
软件特点
自动完成。
代码折叠。
列模式。
多重编辑和多重选择
高级排序。
处理ASCII和二进制文件。
CSS和HTML向导。
可停靠的面板。
FTP和SFTP客户端同步。
文件浏览器,文本剪辑,代码浏览器,项目经理……
在代码页,Unicode格式和文本格式之间进行转换。
Unicode和ANSI代码页检测。
打开/保存没有签名(BOM)的UTF-8编码文件。
Unicode文件路径和文件名。
HTML验证,格式和修复。
可用的工具,如语法编辑器,颜色选择器,charmap。
更新日志
Version 16.35 (Nov 27, 2024)
-----------------------------------------------------------
Terminal panel
Added syntax highlighting to the terminal panel, Ctrl click on paths and new toolbar items.
Terminal01.png
Terminal01.png (10.43 KiB) Viewed 96 times
Terminal02.png
Terminal02.png (18.51 KiB) Viewed 96 times
Explorer dropdown list
Added an explorer dropdown list in the toolbar. Select any folder to navigate to it inside the command window.
Terminal03.png
Terminal03.png (33.47 KiB) Viewed 96 times
Favorites
Added a new toolbar dropdown button to add and handle favorite folders.
This works exactly as Explorer panel favorites.
Auto compilation
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! The TAB key now just insert a tab.
Terminal options
- Set the font and size used.
- Set colors for different syntax elements like numbers. strings...
Open a web address or file
- 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 list
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.
Terminal04.png
Terminal04.png (28.41 KiB) Viewed 96 times
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 <docDir><Enter>".
The list contain several example commands. You are encouraged to edit this file yourself and add commands you actually need.
Fixed
* A few very very small memory leaks.
* Triple mouse click on last line.
* Some Unicode/ANSI issues in the terminal window.