Ru-Board.club
← Вернуться в раздел «Программы»

» RJ TextEd

Автор: fimdiraf
Дата сообщения: 28.07.2011 20:15
RJ TextEd 7.60 Beta 1
[more=Changes:]Word count/frequency
Redesigned the word count window and added a word frequency list.

Rename file... (File - Disk operations menu/Document tab context menu)
Added a new item to just rename the file. The old item has been renamed and still rename and moves the file using a save dialog.

File Commander
The tab key can now be used to switch focus between left and right file list.
Files can now be selected using Ctrl+Space.

Firefox preview
The Firefox embedding libraries are now included with the program. This should solve all problems with preview of pages containing embedded objects like videos or PDF documents. Also, you don't need to have Firefox installed anymore.

Duplicate line
Selected text is now duplicated as well. If no selection is made, only the current line is duplicated.

Mouse scroll option
Added an option to always scroll document text if the mouse cursor is hovering the document. The document doesn't need to have focus.

Play macro N times
Added a new macro menu item to play a macro several times. When executed you are asked to enter how many times the macro should be played.

Replace "Once"
Added a button to the replace dialog to only replace once. This can be useful if you only want to replace one more string and then stop. The replace confirmation dialog is the window you see when starting a normal replace, asking you to replace the text or not.

Symbol words in syntax files
Added a new option to syntax files i.e. "SymbolWordsA ... SymbolWordsC".

You can think of symbol words as arrays with values separated by spaces. Each value has to have the same width. You can use up to 3 symbol word arrays with different value sizes. All symbols used must also exist in the "Symbols=" string. The larger width values should be declared first.

Example
If you add the following in a syntax file:

Symbols={}\*?
SymbolWordsA=\* \? \\
SymbolWordsB=\ { }

"\*", "\?" and "\\" will be highlighted with its own color. "\", "{" and "}" with another color and the rest of the symbols will be colored using the symbol color.

Misc
* New document name is now translated properly.
* Ctrl+Up/Down scrolling will now keep the text cursor visible.
* Fixed smart paste in column mode.
* Find should now work in word wrap mode.
* Fixed several other issues reported in the forum.[/more]
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip
Portable http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip
Автор: AlexLev59
Дата сообщения: 29.07.2011 08:56
Прошу сообщить, как в этом редакторе можно корректно открыть, к примеру, адресную книгу Оперы, в кодировке UTF-8, чтобы русские символы отображались верно.
Автор: wdx
Дата сообщения: 29.07.2011 11:31
AlexLev59
сообщаю
открываете файл
затем в меню: Формат - Кодировка - UTF - 8

если не поможет то в настройках поставить кодировкой по умолчанию UTF - 8 и открыть заново файл
Автор: fimdiraf
Дата сообщения: 29.07.2011 19:10
RJ TextEd 7.60 Beta 2
[more=Changes:]* Fixed a word count/frequency issue.
* Fixed a duplicate line issue with selected text.
* Fixed a code explorer issue.[/more]
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip
Portable http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip
Автор: fimdiraf
Дата сообщения: 06.08.2011 18:48
RJ TextEd 7.60 Beta 3
[more=Changes:]Auto complete
Space will now close the list and insert a space character. To select an item use <enter>.

Macros
Fixed issues in the macro manager.
You can now record a macro over an old one. Select the macro name in the macro window and record.

Word count/frequency
Made it a little bit faster. Also added a column to display the number of finds of each word.

Left margin settings
You can now set individual settings for different file types. E.g. you could create these settings for .hla files

Also fixed some issues.

Chrome preview
Updated the embedding libraries.

Fixed
* Issues with remote file handling.
* Open file issue with large files.
* Some search issues.[/more]
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip
Portable http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip
Автор: fimdiraf
Дата сообщения: 09.08.2011 15:04
RJ TextEd v.7.60
Portable
[more=Changes:]Version 7.60 Aug 9, 2011

Auto complete
Space will now close the list and insert a space character. To select an item use <enter>.

Macros
Fixed issues in the macro manager. You can now record a macro over an old one. Select the macro name in the macro window and record.

Word count/frequency
Redesigned the word count window and added a word frequency list. Also added a column to display the number of finds of each word.

Left margin settings
You can now set individual settings for different file types.

Rename file... (File - Disk operations menu/Document tab context menu)
Added a new item to just rename the file. The old item has been renamed and still rename and moves the file using a save file dialog.

File Commander
The tab key can now be used to switch focus between left and right file list. Files can now be selected using Ctrl+Space.

Firefox preview
The Firefox embedding libraries are now included with the program. This should solve all problems with preview of pages containing embedded objects like videos or PDF documents. Also, you don't need to have Firefox installed anymore.

Chrome preview
Updated the embedding libraries. If Google Chrome is installed - its own flash player is used. This will prevent the program from crashing if you preview flash content in both Firefox and Chrome preview.

Duplicate line
Selected text is now duplicated as well. If no selection is made, only the current line is duplicated.

Mouse scroll option
Added an option to always scroll document text if the mouse cursor is hovering the document. The document doesn't need to have focus.

Play macro N times
Added a new macro menu item to play a macro several times. When executed you are asked to enter how many times the macro should be played.

Replace "Once"
Added a button to the replace dialog to only replace once. This can be useful if you only want to replace one more string and then stop. The replace confirmation dialog is the window you see when starting a normal replace, asking you to replace the text.

Symbol words in syntax files
Added a new option to syntax files i.e. "SymbolWordsA ... SymbolWordsC".

You can think of symbol words as arrays with values separated by spaces. Each value has to have the same width. You can use up to 3 symbol word arrays with different value sizes. All symbols used must also exist in the "Symbols=" string. The larger width values should be declared first.

Example
If you add the following in a syntax file:

Symbols={}\*?
SymbolWordsA=\* \? \\
SymbolWordsB=\ { }

"\*", "\?" and "\\" will be highlighted with its own color. "\", "{" and "}" with another color and the rest of the symbols will be colored using the symbol color.

Misc
* New document name is now translated properly.
* Ctrl+Up/Down scrolling will now keep the text cursor visible.
* Fixed smart paste in column mode.
* Find should now work in word wrap mode.
* Issues with remote file handling.
* Open file issue with large files.
* Some search issues.
* Fixed a word count/frequency issue.
* Fixed a duplicate line issue with selected text.
* Fixed a code explorer issue.
* Fixed several other issues reported in the forum.[/more]
Автор: fimdiraf
Дата сообщения: 15.08.2011 17:41
RJ TextEd 7.61 Beta 1
[more=Changes:]
Word Count/Frequency
The word frequency items can now be copied to the clipboard using Ctrl+C.

Left margin
Fixed several option issues and display issues in the options dialog. The two buttons "Add" and "Delete" were not translated in options.

Printing
Fixed some header and footer issues. Printing the current date or time in a header or footer should work properly now. Some option issues were fixed as well.

Tabs are now printed properly when printing with syntax highlighting turned off.

Auto Complete
Made some changes in code and fixed several issues in both CSS and HTML files.

HTML highlighting
PHP code inside HTML tags should now be highlighted properly. Also fixed some issues with script and style tags and auto complete.

Other issues
Several issues has been fixed and most of them are listed in the forum.[/more]
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip
Portable http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip
Автор: fimdiraf
Дата сообщения: 17.08.2011 22:01
RJ TextEd 7.61 Beta 2
[more=Changes:]Document list in side-bar
Added a document (file) list in the side-bar. For now you can create new documents, close selected documents or move selected documents to the left or right view when "Dual document view" is used.

Show document tabs (option)
Added an option in the view menu to display or hide document tabs.

Fixed several issues reported in the forum[/more]
http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd.zip
Portable http://privat.bahnhof.se/wb588640/downloads/Beta/RJ_TextEd_NoInstall.zip
Автор: fimdiraf
Дата сообщения: 22.08.2011 22:59
RJ TextEd v.7.61
Portable
[more=Changes:]Version 7.61 Aug 22, 2011

Document list in side-bar
Added a document (file) list in the side-bar. For now you can create new documents, close selected documents or move selected documents to the left or right view when "Dual document view" is active.

Show document tabs (option)
Added an option in the view menu to display or hide document tabs.

Updated the SFTP (SSH) components
Updated the components to the newest version. Hopefully this will solve some issues.

Word Count/Frequency
The word frequency items can now be copied to the clipboard using Ctrl+C.

Left margin
Line numbers are now right aligned. I also made the left margin narrower.

Fixed several left margin issues and display issues in the options dialog. The two buttons "Add" and "Delete" were not translated in options.

Printing
Fixed some header and footer issues. Printing the current date or time in a header or footer should work properly now. Some option issues were fixed as well.

Tabs are now printed properly when printing with syntax highlighting turned off.

Auto Complete
Made some changes in code and fixed several issues in both CSS and HTML files.

HTML highlighting
* Tag highlighting is updated better now when editing.
* PHP code inside HTML tags should now be highlighted properly.
* Also fixed some issues with script and style tags and auto complete.

Other issues
Several issues has been fixed and most of them are listed in the forum.[/more]
Автор: CHELDAN
Дата сообщения: 23.08.2011 13:11
RJ TextEd 7.62 Final
http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd.zip
Portable - http://privat.bahnhof.se/wb588640/downloads/RJ_TextEd_NoInstall.zip

Цитата:
Several improvements have been made and several issues fixed.
Автор: WatsonRus
Дата сообщения: 31.10.2011 18:27
Вышел 7.70. ссылки прежние.

All
Что такого можно напихать в редактор, чтобы он стал размером в 40+ Мб? Еще не так давно в р-не 10 Мб был...


Добавлено:
В топку с таким размером... это не офисный пакет.
Автор: newbie2k6
Дата сообщения: 31.10.2011 19:54
Дистрибутив RJ TextEd 7.40 Final весит 18 МБ, если что.
Автор: WatsonRus
Дата сообщения: 31.10.2011 22:11
А портабл 7.70 - 41. Да и дистрибутив 7.40 18 против прежних 9-10.

Добавлено:
В распакованом виде - под 100. Это нормально для текстового редактора?
Автор: ivanch_iv
Дата сообщения: 01.11.2011 02:06
Автор функций в него добавляет в этом конечно молодец. Но ошибок в редакторе просто ппц сколько. Хотелось бы юзать его по умолчанию, но неизвестно когда это наступит с таким подходом автора.
Автор: newbie2k6
Дата сообщения: 01.11.2011 11:23
WatsonRus
В распакованом виде - под 100. Это нормально для текстового редактора?

Лично меня это вполне устраивает: у меня под системный раздел отведено ~100 Гб, так что если одной сотней мегабайт больше — не страшно. У меня под кэш в браузере на порядок больше дискового пространства выделено.

Оказывается, у меня размер папки с установленной (обычной) версией RJ TextEd 7.40 Final — примерно 52 Мб, причем 30 Мб из этого приходится на разные DLL-файлы.
Автор: Farch
Дата сообщения: 22.11.2011 09:33
ivanch_iv
давай конкретные факты ;P
Автор: ivanch_iv
Дата сообщения: 22.11.2011 12:54
Farch
какие факты? ты поюзай программу нормально и все вылезет
Автор: LonerDergunov
Дата сообщения: 10.12.2011 02:46

Цитата:
А портабл 7.70 - 41. Да и дистрибутив 7.40 18 против прежних 9-10.
В распакованом виде - под 100. Это нормально для текстового редактора?

В распакованном виде у меня - 26 Мб, в архиве - 7.6 Мб (это уже со словарями проверки Eng+Rus+Ukr, без них - минус один мегабайт).
Из дистрибутива выкинуты совершенно ненужные движки Мозиллы и Хрома, DirctX (который и так в каждой системе должен стоять), скины.
Хотя и такой размер имхо - чересчур, весь Softmaker Office весит примерно столько же...
Автор: WatsonRus
Дата сообщения: 10.12.2011 15:50
LonerDergunov 04:46 10-12-2011
Цитата:
Хотя и такой размер имхо - чересчур, весь Softmaker Office весит примерно столько же...

... при том что является полноценным офисом, а не только текстовым редактором.

Цитата:
Из дистрибутива выкинуты совершенно ненужные движки Мозиллы и Хрома, DirctX (который и так в каждой системе должен стоять), скины.

На хрена вот вся эта лабудень в текстовом редакторе?
Автор: LonerDergunov
Дата сообщения: 10.12.2011 16:01

Цитата:
На хрена вот вся эта лабудень в текстовом редакторе?

Ориентация - на веб-дизайн.
При редактировании html-файла, можно сразу посмотреть как он отображается в разных браузерах. В идеале примерно такая задумка была у автора, но в нынешнем виде для полноты картины не хватает ещё минимум Оперы, Сафари, предыдущих версий IE...
Автор: borispnz
Дата сообщения: 05.01.2012 10:15
Кстати, кто-нибудь может подсказать, как в TextEd"е включать/выключать перенос строк а-ля Notepad++ ? Там это удобство реализовано одной кнопкой, а здесь так и не разобрался, хотя он у меня и основной редактор
Автор: ivanch_iv
Дата сообщения: 06.01.2012 16:36
borispnz
в последней версии в меню View -> WordWrap

если стоит галочка а оно все равно не работает, надо снять галочку и поставить снова
Автор: borispnz
Дата сообщения: 07.01.2012 07:20

Цитата:
если стоит галочка а оно все равно не работает, надо снять галочку и поставить снова
Спасибо, это знал (теоретически), но почему-то не отрабатывало. Вот и сейчас проверил на последней 7.81 портабл - при нажатии надолго задумывается , а потом ни фига по правой границе не переносит. Нотепад тот же файл по правой границе длинные строки делит мгновенно, за что и держу. Но подстановка тегов у TextEd'а удобнее, почему и хотел бы видеть фичу дробления длинных строк у него
Автор: ivanch_iv
Дата сообщения: 07.01.2012 12:22
borispnz
а у меня работает
я заметил что тут все зависит от того как файл открывается, через какое меню
он иначе себя ведет
Автор: borispnz
Дата сообщения: 07.01.2012 15:23

Цитата:
а у меня работает
я заметил что тут все зависит от того как файл открывается, через какое меню
он иначе себя ведет

Завидую. Но я открываю просто - обычно по F3 FAR'а (он у меня как внешний редактор) или по Ctrl+O самого TextEd. И вот вся проблема, что не переносит он мне длинные строки чужик html/xml, т.к. я привычен к 800*600 (глаза жалко ). Хотелось бы приучить его к такому поведению, как у NPP, да и кнопка на панели не помешала бы% фича вроде полезная. Может, еще с какими настройками связано - никак не пойму?
Автор: ivanch_iv
Дата сообщения: 07.01.2012 16:24
borispnz
хз
у меня ситуация была такая
стояла прошлая версия, на ней перенос не работал на файлах открываемых через сабж, если файл создавался в сабже то все было ок

обновился до последней версии 7.81
сначала тоже не работал перенос
потом пощелкал переключателем Перенос слов, поизменял масштаб, и поуменьшал окошко
и все заработало

работает абсолютно на всех файлах, уже и так и сяк пробовал

сверим настройки:
Настройки - Редактор-Прочее
Перенос строк
отступ перенесенных строк (выключено)
перенос слов для сложных языков (выключено)

перенос слов: включено По границе окна

мне и самому хочется понять, вдруг это случайно у меня как-то получилось что он нормально работает?
Автор: borispnz
Дата сообщения: 07.01.2012 16:55
Выключил сейчас отступ перенесенных строк (каким боком это по задумке влияет на собственно перенос), включил перенос слов по отступу справа и все заработало. Правда, не очень точно (хвосты за правую границу выходят, но это не беда) и так меееедленно . Вот это уже пичаль. Автору сообщить, так я буржуинским на таком уровне не владею. Вернусь, пожалуй, обратно к привычной связке
Автор: ivanch_iv
Дата сообщения: 07.01.2012 17:52
Думаю надо ковырять настройки. У меня очень быстро работает.
Автор: borispnz
Дата сообщения: 08.01.2012 05:35
Надо. Но там и настроек, если подумать, всего 2-3 штуки. А файлы должны быть маленькие, чтобы открывал быстро; на 100-200 чтрок. На монстрах ао определению (типа fb2) виснет, хотя Notepad их жует мгновенно. Что-то в алгоритме не то, менять надо, но как автору это вежливо подсказать?
Автор: ivanch_iv
Дата сообщения: 08.01.2012 14:41
borispnz
Гугло-переводчик в помощь и на форум или на емейл

Автор нормальный человек, я как-то писал ему за одну проблему.

Страницы: 123

Предыдущая тема: DiskInternals NTFS Reader + DiskInternals Reader for TC


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.