- Dołączył
- 26 Maj 2010
- Posty
- 17196
- Reakcje/Polubienia
- 55953
RJ TextEd 16.26
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Pobieramy na stronie:Sep 9, 2024
- CSS (LESS,SCSS) auto completion and hover hints:
- Made several improvements to auto completion when editing CSS files, and inside HTML style tags. Both Ctrl+space and other auto completions should work much better now.
- Changed the icons used in the auto completion window.
- Auto completion items and hints are now collected from a Json file (css.json).
- It's the same file used in VSCode.
- HTML auto completion and hover hints:
- Made several improvements to auto completion. Both Ctrl+space and other auto completions should work much better now.
- Changed the icons used in the auto completion window.
- All auto completion items and hint are collected from a Json file (Html.json).
- It's the same file used in VSCode.
- EditorConfig:
- Added support for EditorConfig files (.editorconfig).
- Whenever the editor opens a file it looks for .editorconfig files in the current and parent folders. The files contain settings that override the editor settings. This is helpful when you share source between different environments (and developers).
- You can turn this off in options, if you encounter some issues...
- For more information about EditorConfig see
Zaloguj lub Zarejestruj się aby zobaczyć!- GML (GameMaker Language):
- Added a new highlighter (syntax file) for GML code.
- Json:
- Fixed some highlighting issues.
- Fixed:
- Text cursor blinking or disappearing issue.
- JavaScript template literal highlighting issue.
- Some minor editor paint issues.
- Select line issue (last line).
Pobieramy na stronie:
- Visual changes:
- Made visual changes to all dialog windows throughout the program. Some minor and some more extensive.
- Major changes have been made in:
- Settings
- Addons
- Project settings
- FTP profiles
- FTP profile edit
- Fixed:
- Tag highlight issue.
- Tag select issue.
- List bookmarks (Shift+F2).
- TAB key expansion in CSS only worked when the TAB key as abbreviation trigger was enabled.
Pobieramy na stronie: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 (10.43 KiB) Viewed 15 times![]()
Terminal02.png (18.51 KiB) Viewed 15 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 (33.47 KiB) Viewed 15 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 (28.41 KiB) Viewed 15 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.
Pobieramy na stronie:Mar 19, 2025
- Several new features and several issues has been fixed
Pobieramy na stronie:Text compare
Added a few new options to handle spaces, tabs and linefeeds when comparing text.
Options
Added a new page for text compare to make it easier to find.
compare.png (24.78 KiB) Viewed 3218 times![]()
Code Explorer panel
Redesigned the code explorer panel to make it easier to use and to fix a few issues.
ce.png (10.29 KiB) Viewed 1860 times![]()
Use the 4 rightmost buttons at the top to select view. The views are:
- Code explorer. Display classes, functions ...
- Favorites. Display added favorite functions, methods, structures ...
- Todo/Note. Display todo list and notes in the code.
- Bookmarks. Display regular and numbered bookmarks in the code.
The bookmark view should work with plain text files as well.
Find/Replace (non-modal window)
Fixed several issues when using the non-modal search window.
- Continue beyond end of file should work now.
- Changing options should work as well now.
Bookmarks panel
Columns are resized properly now.
Misc
* Added a "Toggle bookmark" item to the right click editor menu.
* Added "Find next/previous clipboard-content" to the "Search - more" menu.
Fixed
* Save to a hidden file.
* Replace count in status-bar when replacing inside a selection.
* Compare remote files with external diff tool.
* A few issues found by users.
Pobieramy na stronie:Version 16.42 (July 14, 2025)
-----------------------------------------------------------
Plain text files
Added an option "in the highlighting section" to allow syntax highlighting and code folding in plain text files. A syntax file (PlainText.syx) is used.
Below is a list of features that works with plain text files.
* Highlighting of quotes, symbols, numbers, braces...
* Structural block highlighting (only with fixed width font).
* Indent lines (only with fixed width font).
* Vertical line at cursor position.
* Folding (indent based).
Some features only work with a fixed width font (or alt font "Ctrl+").
You can copy the syntax file to the "User defined" folder and add your own options.
Colors can be set using the customize theme dialog and selecting "PlainText" as the highlighter.
Save (large files)
Save should be much faster now for all files. Especially very large files.
Misc
* Made improvements to FTP upload/download progress dialog.
* F1 can now be used when assigning a keyboard shortcut.
Fixed
* Brace highlight issue in plain text.
* Minor issues in the LSP client.
* Text clips shortcut issues.
* Auto complete issue in HTML when using option to close tags.
* Project panel highlight active file issue.
* Other minor issues reported by users.
Pobieramy na stronie:
- Plain text files:
- Added an option "in the highlighting section" to allow syntax highlighting and code folding in plain text files. A syntax file (PlainText.syx) is used.
- The option is off by default.
- Below is a list of features that works with plain text files:
- Highlighting of quotes, symbols, numbers, braces...
- Structural block highlighting (only with fixed width font).
- Indent lines (only with fixed width font).
- Vertical line at cursor position.
- Folding (indent based).
- Some features only work with a fixed width font (or alt font "Ctrl+").
- You can copy the syntax file to the "User defined" folder and add your own options.
- Colors can be set using the customize theme dialog and selecting "PlainText" as the highlighter.
- Editor:
- Made several code changes in the background thread to prevent visual updates to block the background thread and use much less synchronize calls. Hopefully, redrawing and editing is a little bit smoother now.
- Optimizations in the background thread should speed up:
- Opening and loading new files
- Creation of code fold blocks
- All highlight features, e.g. brace highlight, matching words...
- Save (large files):
- Save should be much faster now for all files. Especially very large files.
- Misc
- Made a small change to the auto parentheses completion function.
- Fixed:
- Toggle alternative font.
- Save to a hidden file.
- Emmet: wrap with abbreviation issue.
- Auto completion hint position issue.
- Brace highlight issue in plain text.
Pobieramy na stronie:Several new features and several issues has been fixed
Pobieramy na stronie:Editor
Made some changes in the background thread that should speed up:
* Opening and loading new files
* Create code fold blocks
* All highlight features, e.g. brace highlight, matching words...
* Code explorer items should load faster (code, tags, bookmarks, todo).
Markdown
Internal links to headers are now supported in the browser preview. Useful if you create a table of contents.
Fixed
* A *serious* save bug in version 16.42 that may have stripped lines 201, 402...
* Minor code issue when saving (probably unnoticed by users).
Pobieramy na stronie:
- Fixed:
- A *serious* save bug in version 1.41 that may have stripped lines 201, 402...