Урсу:
Installer:
32-bit and 64-bit:
Размер: 88,1 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
32-bit:
Размер: 47,2 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
64-bit:
Размер: 54,2 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
Portable:
32-bit and 64-bit:
Размер: 88,5 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
32-bit:
Размер: 46,8 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
64-bit:
Размер: 54,6 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
RJ TextEd 11.0
» History: «
Version 11.0
Application search
Added a search field inside the menu bar to the right. The search results are display in a grouped list. The search is context sensitive so all groups may not always be displayed in the same order or displayed at all. Each group is also collapsible.
The displayed groups are:
• Recent
• Menu items
• Recent files
• Recent projects
• Recent sessions
• File commander
• Addons
• Theme manager
• Options
• Help
• Online resources
Use the context menu to change which items should be displayed in the list. E.g. if you feel that the options list takes to long to complete, uncheck "Options".
Menu items are always displayed in the list. Some menu items have a radio or check button to the right. This indicates a setting. You can select it as usual with [Enter] or the item can be toggled, without closing the result list, with [Shift][Enter].
• Use [Up] and [Down] arrows to navigate the list. You can also use the mouse.
• Select an item with [Enter], or a mouse click.
• You can toggle a menu item setting, displayed as a radio or check button, by using [Shift][Enter].
• Use [Esc] to exit the search.
Statusbar hint
Added a hint to the stausbar when the mouse hover over the line, col and character panel. The hint display the current line, text cursor column, selection information, and character information (including the Unicode character name).
Code Explorer
Made extensive code changes and several changes in the code explorer panel.
Name spaces and classes should display properly now in the upper display. Nested items are displayed in a tree structure.
Structures are displayed in the lower display including structure methods, if available. I may change this in a later version.
Methods and sub-methods should be sorted properly now.
Auto complete
The height is adjusted automatically when only a few items are displayed.
Auto update
If you update from the previous release - only the changed files are downloaded and installed. This reduce the download size and makes the update process faster.
If you update from an older version - the entire installation is downloaded.
Change document encoding
Fixed several issues when changing encoding. Both when converting between ANSI encodings and ANSI to UTF8.
Misc
• (Un)Indent lines now preserve selection better.
• Floating panels now have a shadowed border.
• Arrays should be foldable now if they span several lines.
• Only the active document tab has the active tab color when in dual document view.
• If you disable all output options with replace all, a quick replace information string is displayed in the status bar. It goes away after 5 seconds.
• A split window now open at the same location as the original view.
Fixed
• Text clips should preserve indention.
• Emmet issue with ^
• Emmet XSL (XSLT) issues.
• Column mode issues.
• Search result toolbar button issue.
• Wrong column value in status bar.
• Wrong selected lines value in status bar when selecting upwards.
• Toggle browser view issue.
• Annotation bar should always use the document background color.
• Annotation bar selection issues and slow drawing.
Version 10.91
Printing
Added an option to set the font used for printing. Like the text font, you can set individual fonts for different file types.
To use a print font you have to enable it in options (font and tabs options). If not enabled, the current code or text font is used. Just as before.
Fixed
• Emmet encoding issue.
• Emmet extract abbreviation issue.
• Tool UTF-8 output issue.
• Execute text clip from a keyboard shortcut.
• A comment issue with the CSS/LESS highlighter.
• Copy, paste and refresh issues in word wrap mode.
• Edit issues in word wrap mode when syntax highlighter use regex.
• A click on the annotation bar should give focus to the editor window.
• Open file issue in the Syntax Editor.
• A tab issue with printing.
Version 10.90
Emmet
Included latest Emmet JS code and added several "HTML->Emmet" menu items.
Expand abbreviation at cursor (Shift+Enter)
Type an abbreviation e.g. "ul>li*5" and select menu item or hit Shift+Enter to expand the abbreviation under the cursor.
Expand abbreviation (Ctrl+,)
Opens a small edit box. Type the abbreviation and hit enter to insert the expanded code.
Wrap with abbreviation (Shift+Ctrl+,)
Select some code and select menu item. Type the abbreviation in the opened edit box and hit enter to insert the expanded code.
Next edit point
Find next edit point, e.g. between tags.
Previous edit point
Find previous edit point.
Added 3 common entities as snippets.
Код:
nb ->
lt -> <
gt -> >
Emmet is not available on Windows XP or below.
Annotation Bar
Display a narrow annotation bar beside the vertical scrollbar.
A left mouse click on the annotation bar will move the text cursor that place in the document.
The annotation bar display:
• The current line
• Selection (including multiple selection)
• Changed lines
• Bookmarks
• Matching HTML,XML tags
• Matching fold items
• Matching braces
• Find All matches
Chrome preview
Updated the 64-bit version to a newer version (v45).
Text clips
All input macros can now have names.
Код:
%var% = @i[John Doe] Full Name
or
%cl% = @c My Color
These names are displayed in the variable input window. If only one variable needs input, the name may not be shown. E.g. if you have a single input request for a color, the color dialog is shown and the name is ignored. But for a prompt input (@i) the name is still shown in the prompt window.
All macro names are optional so
Код:
%cl% = @c
is perfectly fine.
Quickbar
Redesigned the dropdown buttons to switch toolbar and changed icons.
Panels
Hidden panels open and close faster in this version. Except the search result and message panels. They open as fast but close after a small delay.
You can assign a keyboard shortcut to view/hide any panel in "Customize keyboard...".
Open as binary files
Added an option to edit file extensions used to identify binary files.
Misc
• "Paste from clipboard" is now much faster in large files.
• Made some visual changes in the toolbar. Syntax and spell buttons are resized if necessary.
• Save prompt is not displayed anymore for cloned documents.
• Document.BeginUpdate should work better in scripts.
• Project "Rescan all files" will remove non-existing files from the project.
Fixed
• FTP/SFTP upload issues.
• Variable input issues with text clips.
• Sort undo issues.
• Text compare issue.
• Issue where editor toolbar buttons could disappear.
• Toolbar display issues.
• Regex issue with Unix or Mac line breaks and find all.
• External change warning when deleting file in "Save As..." window.
• Hex view scroll issues.
• Hex view edit and copy issues.
• Hex view undo issues.
• Hex view memory corruption issue.
• Several find/replace issues.
Application search
Added a search field inside the menu bar to the right. The search results are display in a grouped list. The search is context sensitive so all groups may not always be displayed in the same order or displayed at all. Each group is also collapsible.
The displayed groups are:
• Recent
• Menu items
• Recent files
• Recent projects
• Recent sessions
• File commander
• Addons
• Theme manager
• Options
• Help
• Online resources
Use the context menu to change which items should be displayed in the list. E.g. if you feel that the options list takes to long to complete, uncheck "Options".
Menu items are always displayed in the list. Some menu items have a radio or check button to the right. This indicates a setting. You can select it as usual with [Enter] or the item can be toggled, without closing the result list, with [Shift][Enter].
• Use [Up] and [Down] arrows to navigate the list. You can also use the mouse.
• Select an item with [Enter], or a mouse click.
• You can toggle a menu item setting, displayed as a radio or check button, by using [Shift][Enter].
• Use [Esc] to exit the search.
Statusbar hint
Added a hint to the stausbar when the mouse hover over the line, col and character panel. The hint display the current line, text cursor column, selection information, and character information (including the Unicode character name).
Code Explorer
Made extensive code changes and several changes in the code explorer panel.
Name spaces and classes should display properly now in the upper display. Nested items are displayed in a tree structure.
Structures are displayed in the lower display including structure methods, if available. I may change this in a later version.
Methods and sub-methods should be sorted properly now.
Auto complete
The height is adjusted automatically when only a few items are displayed.
Auto update
If you update from the previous release - only the changed files are downloaded and installed. This reduce the download size and makes the update process faster.
If you update from an older version - the entire installation is downloaded.
Change document encoding
Fixed several issues when changing encoding. Both when converting between ANSI encodings and ANSI to UTF8.
Misc
• (Un)Indent lines now preserve selection better.
• Floating panels now have a shadowed border.
• Arrays should be foldable now if they span several lines.
• Only the active document tab has the active tab color when in dual document view.
• If you disable all output options with replace all, a quick replace information string is displayed in the status bar. It goes away after 5 seconds.
• A split window now open at the same location as the original view.
Fixed
• Text clips should preserve indention.
• Emmet issue with ^
• Emmet XSL (XSLT) issues.
• Column mode issues.
• Search result toolbar button issue.
• Wrong column value in status bar.
• Wrong selected lines value in status bar when selecting upwards.
• Toggle browser view issue.
• Annotation bar should always use the document background color.
• Annotation bar selection issues and slow drawing.
Version 10.91
Printing
Added an option to set the font used for printing. Like the text font, you can set individual fonts for different file types.
To use a print font you have to enable it in options (font and tabs options). If not enabled, the current code or text font is used. Just as before.
Fixed
• Emmet encoding issue.
• Emmet extract abbreviation issue.
• Tool UTF-8 output issue.
• Execute text clip from a keyboard shortcut.
• A comment issue with the CSS/LESS highlighter.
• Copy, paste and refresh issues in word wrap mode.
• Edit issues in word wrap mode when syntax highlighter use regex.
• A click on the annotation bar should give focus to the editor window.
• Open file issue in the Syntax Editor.
• A tab issue with printing.
Version 10.90
Emmet
Included latest Emmet JS code and added several "HTML->Emmet" menu items.
Expand abbreviation at cursor (Shift+Enter)
Type an abbreviation e.g. "ul>li*5" and select menu item or hit Shift+Enter to expand the abbreviation under the cursor.
Expand abbreviation (Ctrl+,)
Opens a small edit box. Type the abbreviation and hit enter to insert the expanded code.
Wrap with abbreviation (Shift+Ctrl+,)
Select some code and select menu item. Type the abbreviation in the opened edit box and hit enter to insert the expanded code.
Next edit point
Find next edit point, e.g. between tags.
Previous edit point
Find previous edit point.
Added 3 common entities as snippets.
Код:
nb ->
lt -> <
gt -> >
Emmet is not available on Windows XP or below.
Annotation Bar
Display a narrow annotation bar beside the vertical scrollbar.
A left mouse click on the annotation bar will move the text cursor that place in the document.
The annotation bar display:
• The current line
• Selection (including multiple selection)
• Changed lines
• Bookmarks
• Matching HTML,XML tags
• Matching fold items
• Matching braces
• Find All matches
Chrome preview
Updated the 64-bit version to a newer version (v45).
Text clips
All input macros can now have names.
Код:
%var% = @i[John Doe] Full Name
or
%cl% = @c My Color
These names are displayed in the variable input window. If only one variable needs input, the name may not be shown. E.g. if you have a single input request for a color, the color dialog is shown and the name is ignored. But for a prompt input (@i) the name is still shown in the prompt window.
All macro names are optional so
Код:
%cl% = @c
is perfectly fine.
Quickbar
Redesigned the dropdown buttons to switch toolbar and changed icons.
Panels
Hidden panels open and close faster in this version. Except the search result and message panels. They open as fast but close after a small delay.
You can assign a keyboard shortcut to view/hide any panel in "Customize keyboard...".
Open as binary files
Added an option to edit file extensions used to identify binary files.
Misc
• "Paste from clipboard" is now much faster in large files.
• Made some visual changes in the toolbar. Syntax and spell buttons are resized if necessary.
• Save prompt is not displayed anymore for cloned documents.
• Document.BeginUpdate should work better in scripts.
• Project "Rescan all files" will remove non-existing files from the project.
Fixed
• FTP/SFTP upload issues.
• Variable input issues with text clips.
• Sort undo issues.
• Text compare issue.
• Issue where editor toolbar buttons could disappear.
• Toolbar display issues.
• Regex issue with Unix or Mac line breaks and find all.
• External change warning when deleting file in "Save As..." window.
• Hex view scroll issues.
• Hex view edit and copy issues.
• Hex view undo issues.
• Hex view memory corruption issue.
• Several find/replace issues.
»» Нажмите, для закрытия спойлера | Press to close the spoiler ««
Installer:
32-bit and 64-bit:
Размер: 88,1 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
32-bit:
Размер: 47,2 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
64-bit:
Размер: 54,2 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
Portable:
32-bit and 64-bit:
Размер: 88,5 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
32-bit:
Размер: 46,8 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
64-bit:
Размер: 54,6 МБ.
Скачать:
Скрытый текст!
Подробности на форуме...
RJ TextEd 11.0
источник: www.softoroom.net
источник: www.softoroom.net