首页
社区
课程
招聘
[下载]RJ TextEd v4.52.1
2008-7-13 11:49 14296

[下载]RJ TextEd v4.52.1

2008-7-13 11:49
14296
收藏
点赞1
打赏
分享
最新回复 (96)
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-2-6 10:21
26
0
RJ TextEd v6.0 Beta 1
2010-02-05

Changelog

Multi Paste
As with all other multi-edit features you position multiple text cursors or make several selections using Ctrl+LeftMouseButton. Then simply use "Paste" (Ctrl+V) to insert text, from the clipboard, in all instances at once.

This feature works with text clips that contain several lines, but there is one limitation. You can only insert one multiple line clip per line. If you have two selections on the same line, only the first selection is replace when you paste. You can insert as many one line clips as you want though, even on the same line.

Syntax Files
* I've added a JSP syntax file in this version.
* You can now use [] arrays with auto completion, e.g. List[index].<members>

Text Clip Manager
Added buttons to sort or position your clips as you like in the lower list. You can also insert separators by adding an item called "-".

Misc
* Updated the help on syntax files.
* Shift+Ctrl+MouseWheel is now used to change the font size in the docuemnt. (The shortcut was changed from Ctrl+MouseWheel)
* Double click on document tab bar will open a new document.
* Added option to assign files without an extension to a highlighter. (Preferences -> Editor - File).
* Added a button for RegEx help in all search dialogs.
* May have fixed some Unicode path issues.
* Illegal control characters are now removed when you open the file. A message is displayed to inform the user when this happens.

I also fixed a few issues.

Download

Setup:
http://www.mediafire.com/?z23mivtyj2h

Portable:
http://www.mediafire.com/?ddojmeizmtd
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-2-13 00:35
27
0
RJ TextEd v6.00
2010-02-12

Changelog

Multi Paste
As with all other multi-edit features you position multiple text cursors or make several selections using Ctrl+LeftMouseButton. Then simply use "Paste" (Ctrl+V) to insert text, from the clipboard, in all instances at once.

This feature works with text clips that contain several lines, but there is one limitation. You can only insert one multiple line clip per line. If you have two selections on the same line, only the first selection is replace when you paste. You can insert as many one line clips as you want though, even on the same line.

Syntax Files
- I've added a JSP syntax file in this version.
- You can now use [] arrays with auto completion, e.g. List[index].<members>

Text Clip Manager
Added buttons to sort or position your clips as you like in the lower list. You can also insert separators by adding an item called "-".

Misc
- Updated the help on syntax files.
- Double click on document tab bar will open a new document.
- Added option to assign files without an extension to a highlighter. (Preferences -> Editor - File).
- Added a button for RegEx help in all search dialogs.
- May have fixed some Unicode path issues.
- Illegal control characters are now removed when you open the file. A message is displayed to inform the user when this happens.
- Added a silent option to the "Document.ReplaceAll" script function.
- Updated the regex dll to a newer version.

Several issues has been fixed in this version. Most very minor and are reported in the forum.

Download

Setup:
http://www.mediafire.com/?rjzyk2qfhkk
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://www.mediafire.com/?2azeazdwzjd
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-3-6 21:54
28
0
RJ TextEd v6.10 Beta 1
2010-03-06

Changelog

New features in this version:

Alternative Font
An alternative font is a second font you can switch to, e.g. if you want to display the text using a fixed or proportional font.

* Set an alternative font for all file types in options.

* Select an alternative font in the view menu.

* Switch between fonts in view menu (or using keyboard shortcut).

TODO list
Added a TODO list to the code explorer tab. It will find comments like

// TODO
// NOTE

You have to use a line comment, there must be a space after the comment mark and the letters must be capitalized.

Search result context menu
Added a context menu in the search result view. It contains items to:

Load from file... (load a previously saved file)
Save to file... (save the result to an XML file)
Export to text file... (save the results to a plain text file)
Clear (clear the view)

Replace All Undo/Redo
Rewrote the functions to use much less memory. If you use replace all repeatedly, you may end up with a very large undo buffer in previous versions.

The difference with this new code is huge.

Select/Delete functions
Added several new select and delete functions.

Select:
- Sentence
- to begin of sentence
- to end of sentence

Delete:
- Sentence
- to begin of sentence
- to end of sentence

Also fixed select/delete to begin/end of line when using word wrap.

Nested comments
Fixed some issues with nested comments and made sure you can use comment identifiers that contain a line comment identifier.

E.g.

LineComment = '
CommentStart = '*
CommentEnd = *'

Auto Complete and Tag Complete Variables
You can now define variables when creating completion items in a syntax file.

E.g.
In the syntax editor we can add the following items to the auto complete section:

@myVar1
- Item 1
- Item 2
- Item 3

@myVar2
- Item 1
- Item 2

MyClass1.
- @myVar1
- @myVar2
- Item 6
- Item 7

Spell check dialog
Tags are now ignored when using the spell check dialog. attributes in XML tags are still checked.

New script object (WStrings)
This object can be used to store WideStrings (Unicode). It's basically a normal string list but uses WideStrings instead of ANSI strings.

Download

Setup:
http://www.mediafire.com/?m3ktyyny21y

Portable:
http://www.mediafire.com/?dzl2zldexjm
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-4-3 14:08
29
0
RJ TextEd v6.20 Beta 1
2010-04-02

Changelog

http://www.rjsoftware.se/Forum/viewtopic.php?t=1244

Download

Setup:
http://www.mediafire.com/?zgzzxlyyw2j

Portable:
http://www.mediafire.com/?jadmmdojzm4
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-4-7 01:15
30
0
RJ TextEd v6.20 Beta 2
2010-04-04

Changelog

* An error could occur when closing all files one by one.
* An error could occur when closing all files and then opening a new one.
* Program could sometimes freeze when behind other windows.
* Program could sometimes freeze when opening a file and using dual document view.
* Increased close file speed.
* Fixed a menu language problem.
* Fixed a small issue with parameter hints

Download

Setup:
http://www.mediafire.com/?ogjmdjtmotg

Portable:
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-4-10 19:05
31
0
RJ TextEd v6.20
2010-04-09

Changelog

Project Class View
The project class view can list all classes, class members and functions in your project. It also includes a project wide TODO list. NOTE's and TODO's are listed per file and can have one of three priorities. 1, 2 or 3. Each item in the list has an icon to indicated the priority.

To add a priority in your code you should enter something like below:
// TODO,2 This todo has the priority 2

// TODO This todo has the priority 1
.
Code Explorer (TODO list)
Made some changes to the TODO list. NOTE's and TODO's can have 3 priorities, indicated by 3 different icons. To add a priority in your code you should enter something like below:
// TODO,3 This todo has the priority 3

// TODO,1 This todo has the priority 1.

Select to begin/end of screen line
Added menu items to select to begin or end of row. In word wrap mode this function only select on the visible line (row). When word wrap is turned off this function work exactly the same as "Select to begin/end of line".

Delete to begin/end of screen line
Added menu items to delete to begin or end of row. In word wrap mode this function only delete on the visible line. When word wrap is turned off this function work exactly the same as "Delete to begin/end of line".

Selection
Changed selection to include linefeed/carriage returns. When more than one line is selected you can see an extra invisible character selected with each line. This includes blank lines as well, making the selection easier to see.

ASP/PHP tag color
It is possible to set the font style and color for ASP and PHP tags in options (highlighter section).

Word Count
Added a word count function. Listed items in the result window are:

Words:
Characters:
Spaces:
Tabs:
Lines:
Blank lines:
Largest line:

The result is displayed in 2 columns.

"Total" for the entire document and
"Selection" for inside the selected text.

Delimiter Option with double click selection
Added an option to change the characters limiting the selection made with a double mouse click.

I've also added an option for Alt+Double click.

Space and tab characters are always added automatically to the delimiter string.

Alt+Double click
You can now use Alt+Double mouse click to select text. You can set which symbols to limit the selection in options.

Optimized window painting and code
Made some changes to speed up painting of the main window. Also made several optimizations in code to speed up text drawing, scrolling, open/close of files and start/close of program.

Also fixed some issues like:
- Undo/Redo in word wrap.
- Random exception errors at close down.
- Closing files was sometimes slow.
- Closing program was sometimes slow.
- An error could occur when closing all files one by one.
- An error could occur when closing all files and then opening a new one.
- Program could sometimes freeze when behind other windows.
- Program could sometimes freeze when opening a file and using dual document view.
- Fixed a small issue with parameter hints.
- Html highlighting issue with line comments in text.

Plus a few issues reported in the forum.

Download

Setup:
http://www.mediafire.com/?ymjtijyzwzj
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://www.mediafire.com/?lzd23ygmwzm
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-5-2 09:43
32
0
RJ TextEd v6.30 Beta 1
2010-04-30

Changelog

In this version I've added:

Tools (in menus)
All tools will be displayed with icons, if selected in options.

Tools (in toolbars)
* Tools can now be added to all "Quickbar" toolbars and the editor toolbar.
* Sub menus can be added to toolbars. The tool button will have an drop down arrow and when clicked, will display the sub menu.
* Made some changes in options to enable sub menus in toolbars.

Bookmarks
Bookmarks are no longer displayed using small icons in the left margin. Instead a filled rectangle is used around the line number with its own background color. The upper right corner is used to indicate a normal bookmark, * is used, and a numbered bookmark, 0-9 is used.

The bookmark menu now looks like below:

Toggle Bookmark (Ctrl+F2)
Previous Bookmark (Alt+F2)
Next Bookmark (F2)
Clear all Bookmarks
Delete bookmarked lines
-
Numbered Bookmarks >
-- Set Bookmark
-- Goto Bookmark

You can use Alt+LeftMouseButton to toggle bookmarks. Just click in the left margin to toggle them on or off.

The bookmark color can be changed in options (Preferences->Left Margin).

Goto line #
You can now go to a column using this function.

Ex. 123:14 will take you to line 123 and column 14.

Ex. :23 will take you to column 23 on the current line.

Ex. 123 will take you to line 123.

I still have to update the help file and some language files are not updated yet.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_Beta.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall_Beta.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-6-19 17:23
33
0
RJ TextEd v6.50
2010-06-19

Changelog

Microsoft Input Method Editor (IME)
Better Microsoft IME support. The editing will take place in the text and not in an external window.

Synchronized scroll in dual document view
Added synchronized scrolling of the two active documents in dual document view. The feature is available in the "Windows" menu or by using a toolbar button. The current scroll position in the two views are not changed when activating this feature.

Project Manager
Several changes have been made to the project manager in this version.
- You can now create new virtual folders in the project tree.
- Rename folders by a (slow) double click on the folder name.
- Enabled drag n drop of files and folders. Files and folders can now be moved in the project tree.
- You can now add remote files (FTP/SFTP) to the project.
- Double click on a remote project file will download it in the background.
- Upload and download of remote files are independent of the built in (S)FTP client. You don't have to be connected to open/save a remote file.
- Fixed many issues when using projects.
- Fixed many issues when saving remote files.
- Option to set the default project file folder. This is the location used with the "Save As..." dialog.
- Option to add new (created) document to the project automatically.

Added an "Add to project options" menu item in the project menu with 2 options:
- Add to selected tree branch
- Add using a relative file path

Fixed several issues
- Create new project issues
- Add folder and duplicate files issues
- Delete issues
- Sort issues

Highlight colors
You can now set the highlight colors used with the search "highlight" feature.

Improved color dialog
Added a color wheel and made several improvements to the color dialog.

(S)FTP favorites
You can now add remote directories as favorites. The stored favorites are unique for each connected server.

Macros
You can now set any available shortcut to your macro.

Goto next/previous or numbered bookmark should now work in a macro.

Misc
- Find results can now be exported to the clipboard.
- Program should now handle large DPI system settings.
- Added extended search option to follow active document folder.
- Fixed a syntax highlight issue with blocks.
- Fixed some reported issues in the forum.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-7-5 11:08
34
0
RJ TextEd v6.51
2010-07-04
Changelog

Status bar option:
Added an option to enable/disable the display of text selection length in the status bar. Displaying the selection length in the status bar can sometimes slow down editing in very large files.
Open files:
Files are opened a bit faster
Also fixed an issue with multiple document rows.
Word wrap:
Fixed some issues in word wrap mode with delete and undo/redo.
Column mode:
Fixed issues with tab characters and undo/redo.
Reload current document:
Added as a new menu item in the "File" menu. You can also set a keyboard shortcut for this action.
Project Manager:
Made some minor changes that may fix issues some people have with the project manager.

Download

Setup: http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip
Portable: http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-7-5 23:16
35
0
RJ TextEd  6.5.1 多国语言

软件汉化: 官方中文

http://www.hanzify.org/software/12866.html
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-7-13 18:21
36
0
RJ TextEd v6.52
2010-07-12

Changelog

Project Manager
Fixed several issues in the project manager.
- Missing files when reopen the project.
- Add/Delete (and possibly move) issues.
- Sorting issues.

Macro recording
"Select All" and "Goto Line #" are now recorded properly.

Column mode
Fixed several undo/redo issues. Also fixed flickering with undo/redo.

Vertical/Horizontal Split
Fixed a cut/copy/paste/delete issue with operations in the split view. Also fixed undo/redo issues.

Selection length in status bar
The selection length should now be correct for Unix/Mac files as well.

Add-ons download dialog
Fixed a sorting issue in the list view.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-7-14 09:33
37
0
RJ TextEd v6.53
2010-07-13

Changelog

Project
You are now only prompted to save modified project files when a project is closed. All other files are ignored.

Open File at Cursor
If a project is open, all project file paths are searched to find the file under the text cursor.

Reopen last opened files
Stopped working in v6.52. It's been fixed.

RegEx help issues in search dialog
The regex help menu inserted some wrong values. It's been fixed

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-8-2 13:12
38
0
RJ TextEd v6.54
2010-07-22

Changelog

Cut/Copy with no selection
Cut/Copy will now copy the current line + linefeed to the clipboard, if no selection is made. Cut will also delete the current line.

Paste will insert the line above the current line. This can be used to duplicate lines and is a feature found in Visual Studio.

Clipboard functions (Cut/Copy/Paste)
Made some internal changes in the clipboard functions. This should make them more reliable and maybe fix some issues.

Cut/Delete with multiple selections
Fixed an issue when having multiple selections and multiple text cursors and using cut or delete. Only the selections should be deleted.

Ctrl + LeftMouseClick to follow a link
This should work properly again.

Print selection
Should now work properly no matter in which direction the selection was made.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-8-2 13:13
39
0
RJ TextEd v6.60 Beta 1
2010-08-01

Changelog

Project Manager
I've added several new features, two new settings and fixed some minor issues.

* Files are opened faster.

* Cursor positions are now remembered properly when the file is reopened.

* <Enter> can now be used to open the focused file in the project list.

* <Enter> and DoubleMouseClick will open all selected files.

* Alt+Up/Down/Right can be used to activate the focused document in the project list.

* The last active tab is saved and will be activated when you reopen the project.

* OPTION: Add opened documents to project.

* OPTION: Ask to remove document from project when closed.

Document tab list
Added a shortcut to open the document tab list. The default shortcut is F4.

Last opened files

* Fixed several issues.

* Improved speed. Files are opened faster.

* You can store status data (e.g. cursor positions...) for up to 10000 files. It's not limited to 99 anymore.

Natural sorting
Natural sorting have been added to the project view and the FTP views.

Word Wrap

* Horizontal scroll bar is now hidden when using word wrap at window edge.

* Fixed issues with wrap using non-fixed font.

If .. End If statements in VB, ASP
Made some changes in the syntax files and in the editor to solve fold issues when using If statements.

Misc
Fixed some issues mentioned in the forum.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_Beta.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall_Beta.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-8-6 02:06
40
0
RJ TextEd v6.60 Beta 2
2010-08-05

Changelog

* Made some changes on how blank documents at startup is handled.
* Fixed an issue with recent projects.
* Fixed several code fold issues in VB, VBScript, ASP, Pascal, C++, C#, PHP...
* Fixed some project manager issues.
* A few other issues were found and fixed during the work on this version. Some very minor, others may have resulted in an error message being displayed.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_Beta.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall_Beta.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-8-13 08:10
41
0
RJ TextEd v6.60
2010-08-11

Changelog

Project Manager
- I've added several new features, two new settings and fixed some minor issues.
- You can drag a document tab to the project list to add the file to the project.
- You can use drag n drop to add files to the project from e.g. Windows Explorer.
- Files are opened faster.
- Cursor positions are now remembered properly when the file is reopened.
- <Enter> can now be used to open the focused file in the project list.
- <Enter> or DoubleMouseClick will open all selected files.
- Alt+Up/Down/Right can be used to activate the focused document in the project list.
- The last active tab is saved and will be activated when you reopen the project.
- OPTION: Add opened documents to project.
- OPTION: Ask to remove document from project when closed.

Document tab list
- Added a shortcut to open the document tab list. The default shortcut is F4.

Last opened files
- Fixed several issues.
- Improved speed. Files are opened faster.
- You can store status data (e.g. cursor positions...) for up to 10000 files. It's not limited to 99 anymore.

Natural sorting
- Natural sorting have been added to the project view and the FTP views.

Word Wrap
- Horizontal scroll bar is now hidden when using word wrap at window edge.
- Fixed issues with wrap using non-fixed font.

Code Folding
- Made some changes in the syntax files and in the editor to solve fold issues. Several improvements were made and many issues were fixed.

Misc
- Made some changes on how blank documents at startup is handled.
- Fixed an issue with recent projects.
- Fixed some project manager issues.
- Also fixed some issues mentioned in the forum.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-8-26 08:28
42
0
RJ TextEd v6.70 Beta 1
2010-08-25

Changelog

Project Manager
* Added a new option "Default project tree path". This path is used to create a relative path. When you add files to the project, this relative path is used to create folders in the project tree (when using the option to use a relative path).

* Drag n drop inside the project tree should work properly now.

* Files and folders can now be dragged from e.g. Windows Explorer to the project tree.

Search -> Highlight
Added a new option in the menu to allow highlighting of words during normal selection.

Allow text cursor beyond end of line
Made some changes in behaviour and added a new option.

* Trailing blanks are removed from modified lines only. To keep the trailing blanks save the file or use the new option to "Keep trailing blanks".

* Added a new option to "Keep trailing blanks".

* Fixed some issues with undo/redo.

Remote Files (FTP/SFTP)
Made several improvements.

* Document status (cursor pos, fold state...) are now saved for remote files.

* Remote files are added to the "Recent files" list and are opened the same way normal files are.

* Save options can now be remembered (local/remote or both) between sessions.

* Added a menu item to save all files to the connected site.

Syntax Options
Added and changed some options.

* OnlyLineCommentIfFirstChar has been changed and are now connected to LineCommentA or LineCommentB. The two new options are:

OnlyLineCommentIfFirstCharA
OnlyLineCommentIfFirstCharB

* A new block option was added:

OnlyAfter=<string>

Use this to enable block highlighting only after certain characters entered in the new option.

This is used in the JavaScript syntax with RegEx patterns.

Misc

* Tab after keyword could sometimes disable folding.

* Fixed some issues reported in the forum.

I still have to add some Html 5 tags and attributes to the syntax file.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_Beta.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall_Beta.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-9-3 07:13
43
0
RJ TextEd v6.70
2010-09-02

Changelog

Html 5
The editor now support Html 5. The syntax file has been rewritten. Tag and attribute icons are color coded which enables the user to see which tags and attributes can be used in Html 4, Html 5 or both.

Tags: Green = Html 5, Yellow = Html 4/5, Red = Html 4 only.

Attributes: Blue/Blue = Html 5, Red/Blue = Html 4/5, Red/Red = Html 4 only.

Events: Green = Html 5, Yellow = Html 4/5.

Project Manager
- Added a new option "Default project tree path". This path is used to create a relative path. When you add files to the project, this relative path is used to create folders in the project tree (when using the option to use a relative path).
- Drag n drop inside the project tree should work properly now.
- Files and folders can now be dragged from e.g. Windows Explorer to the project tree.

Search -> Highlight
Added a new option in the menu to allow highlighting of words during normal selection.

Allow text cursor beyond end of line
Made some changes in behavior and added a new option.
- Trailing blanks are removed from modified lines only. To keep the trailing blanks save the file or use the new option to "Keep trailing blanks".
- Added a new option to "Keep trailing blanks".
- Fixed some issues with undo/redo.

Remote Files (FTP/SFTP)
Made several improvements.
- Document status (cursor pos, fold state...) are now saved for remote files.
- Remote files are added to the "Recent files" list and are opened the same way normal files are.
- Save options can now be remembered (local/remote or both) between sessions.
- Added a menu item to save all files to the connected site.

Syntax Editor
Fixed some minor issues and made several improvements.

Syntax Options
Added and changed some options.

OnlyLineCommentIfFirstChar has been changed and are now connected to LineCommentA or LineCommentB. The two new options are:

OnlyLineCommentIfFirstCharA
OnlyLineCommentIfFirstCharB

A new block option was added:

OnlyAfter=<string>

Use this to enable block highlighting only after certain characters entered in the new option.

This is used in the JavaScript syntax with RegEx patterns.

Misc
- Tab after keyword could sometimes disable folding.
- Fixed some issues reported in the forum.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-9-27 12:17
44
0
RJ TextEd v6.80 Beta 1
2010-09-26

Changelog

XML and Html Code Explorer Tree
I've added a new tab on the code explorer page with a tree view for XML and Html tags.

* The tree have the same functionality as the class method lists. Tags are updated as you type, the current tag is selected in the tree and you can click on an item to navigate to that tag.

* The correct tab should be opened automatically, in most cases. Tree view for XML and Html files + script files containing Html tags (PHP,ASP...). Otherwise the class/method/function view is opened.

* The current tab view is remembered for each document throughout a session.

* Added some options for the tree view behavior.

CSS and the Code Explorer
CSS properties are now displayed properly in the code explorer.

Project Manager
Replaced the tree view with a faster one. Projects are opened about 20 times faster.

Search result view
Replaced the search result tree for a faster one. Adding search results to the new tree is about 20 times faster than before.

Text sorting
Made a small change to the sorting function to use natural sorting order.

View/Hide Main Toolbar
Added a menu item to view or hide the main toolbar.

Also fixed several issues.


Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_Beta.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall_Beta.zip


Программное обеспечение выпуска и Windows Crack Обучение
Нам-Dabei Guanyin Бодхисаттва Нам без митабха
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-10-5 07:53
45
0
RJ TextEd v6.80 Beta 2
2010-10-03

Changelog

Quickbar trees
Updated the HTML tree in the quickbar to include HTML 5 tags. All tree data are now loaded from XML files in the "<AppData>\Data" folder.

Misc
* Fixed flickering with auto close braces/blocks.
* Made some minor changes to the clipboard functions that may solve some issues.
* Fixed several code explorer issues with HTML, ASP and PHP files.
* fixed several issues reported in the forum.

I'll release the final version in a few days, but I would appreciate it if you could test this version before the final release.


Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip


Программное обеспечение выпуска и Windows Crack Обучение
Нам-Dabei Guanyin Бодхисаттва Нам без митабха
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-10-6 12:43
46
0
RJ TextEd v6.80
2010-10-05

Changelog

XML and HTML Code Explorer Tree
I've added a new tab on the code explorer page with a tree view for XML and HTML tags.

- The tree have the same functionality as the class method lists. Tags are updated as you type, the current tag is selected in the tree and you can click on an item to navigate to that tag.
- The correct tab should be opened automatically, in most cases. Tree view for XML and HTML files + script files containing HTML tags (PHP,ASP...). Otherwise the class/method/function view is opened.
- The current tab view is remembered for each document throughout a session.
- Added some options for the tree view behavior.

CSS and the Code Explorer
CSS properties are now displayed properly in the code explorer.

Project Manager
Replaced the tree view with a faster one. Projects are opened about 20 times faster. Also fixed some issues.

Search result view
Replaced the search result tree for a faster one. Adding search results to the new tree is about 20 times faster than before.

Text sorting
Made a small change to the sorting function to use natural sorting order.

View/Hide Main Toolbar
Added a menu item to view or hide the main toolbar.

Quickbar trees
Updated the HTML tree in the quickbar to include HTML 5 tags. All tree data are now loaded from XML files in the "<AppData>\Data" folder.

Misc
- Fixed flickering with auto close braces/blocks.
- Made some minor changes to the clipboard functions that may solve some issues.
- Fixed several code explorer issues with HTML, ASP and PHP files.
- Fixed some issues in the class view.
- Added a standard scrollbar context menu.
- fixed several issues reported in the forum.


Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip


Программное обеспечение выпуска и Windows Crack Обучение
Нам-Dabei Guanyin Бодхисаттва Нам без митабха
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-10-13 09:41
47
0
RJ TextEd v6.81
2010-10-12

Changelog

Project Class View
- # TODO items are now detected properly in PHP files.
- Fixed a navigation issue when selecting a class method.
- Project files can now be scanned using a *.* mask and should now work for all supported source languages.
- The background scanner should now detect UTF-8 project files without a BOM properly.

Syntax Highlighters
- Fixed some highlighter issues in ASP and PHP when using line comments before an end tag.
- Syntax highlighter names are now displayed properly in "New" lists and in the tool bar. Added a "Name" property in the _list.ini found in the syntax files folder.

Header column state in File Commander
The header column state is now remembered, even between sessions. The stored state include selected column and column widths.

Translation issues
Several items were not translated properly. It's been fixed in this version.

Misc
Fixed some other issues reported in the forum and maybe others that are difficult to verify (or duplicate).
Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip

Программное обеспечение выпуска и Windows Crack Обучение
Нам-Dabei Guanyin Бодхисаттва Нам без митабха
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-10-14 02:01
48
0
RJ TextEd v6.82
2010-10-13

Changelog

Fixed in this version
- "Open file at cursor" could create a file with an invalid file name.
- Brace match issue with strings.
- Focus error when opening, an already open file, from the recent files list.
- HTML tree errors in Quick bar.
- Swapped color of TODO icons. Now TODO,1 = Red and TODO,3 = Yellow.
- TODO issue with project files that may list an item several times.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip

Программное обеспечение выпуска и Windows Crack Обучение
Нам-Dabei Guanyin Бодхисаттва Нам без митабха
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-11-1 14:02
49
0
RJ TextEd v6.90 Beta 1
2010-10-31

Changelog

HTML auto completion
Added an auto completion list for tag attribute values. Some items in the list will open a dialog (color, font, file or URL).

E.g. <a href="| <-- this will open a completion list with items e.g. to open an URL dialog or a file dialog.

Only attribute values valid in HTML5 has been added.

The user menu (ctrl+Space) also contain items to open dialogs.

CSS auto completion
Added items to open dialogs to the completion list. Also removed some items and some minor changes.

The user menu (ctrl+Space) also contain items to open dialogs.

Color dialog
Added a user palette. Colors added to the palette are remembered. You can also import or export the colors from/to a file.

Added fields for RGB (decimal) and HSV values.

Left margin options
Options are now set individually for text, ASCII and source files. You can choose to disable the entire left margin for e.g. text and ASCII files or hide word wrap markers.

The width of the left margin is also narrower than before when not using line numbers.

Project settings
Rearranged some settings to make it easier to find.

Browsers (external)
You can now add any number of external browsers to the program. It is also possible to assign shortcuts. I also added a menu item for all browsers in the "HTML" menu.

Code folding
"Close nested nodes" should now work better in ASP and PHP files. Also fixed some issues with ASP files.

Spell check
Added a spell check item in the "Edit" menu. It will always open a spell check dialog, even if spell check is done automatically by underlining misspelled words.

TODO list (Class view)

* Replaced the list with a tree. It makes it much easier to navigate.

* Changed NOTE icon colors.

* Added a context menu with some functions and several options (listed below).

Context menu:

Open all nodes
Close all nodes
-
[ ] View/Hide file path
[ ] View/Hide TODO and NOTE words
[ ] View/Hide TODO items
[ ] View/Hide NOTE items

Preview Mappings
Added a menu item in the HTML menu for added preview mappings. And added a new page in options to add your mappings.
You can now map any web address to a local directory, not just localhost.

New files options
Added an option to set the default "File Type" (Windows CR/LF, Unix LF and Mac CR) for new documents.

Options dialog
Redesigned several pages to make more room and make options easier to find.

Language issues
Some program items were not translated properly. It's been fixed.

I also found and fixed some issues.

NOTE! The language files have not been updated, so only use English as your program language.

Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

Программное обеспечение выпуска и Windows Crack Обучение
Нам-Dabei Guanyin Бодхисаттва Нам без митабха
雪    币: 83418
活跃值: (198480)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2010-11-3 11:03
50
0
RJ TextEd v6.90 Beta 2
2010-11-02

Changelog

I've fixed a few reported issues and updated the beta release to v6.90 beta 2:
* Click on TODO item (ClassView tab) didn't always work.
* Preview mappings with external browsers.
* Some translation issues in pop-up menus.

I've updated the beta version to v6.90 beta 2 (some features still need to be tested, like the TODO list and mappings).
Download

Setup:
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip

Portable:
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip

Программное обеспечение выпуска и Windows Crack Обучение
Нам-Dabei Guanyin Бодхисаттва Нам без митабха
游客
登录 | 注册 方可回帖
返回