| View previous topic :: View next topic |
| Author |
Message |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4640
|
Posted: Thu Oct 18, 2012 2:09 pm Post subject: |
|
|
Infocatcher
У меня ищет. Выбирается "Направление->Все файлы"? |
|
| Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1431
|
Posted: Thu Oct 18, 2012 2:37 pm Post subject: |
|
|
Instructor
А у меня – ни в какую.
Беру вот такой AkelPad.ini:
| Code: | [Options]
SaveSettings=2
MDI=1 |
Запускаю SearchReplace.js (md5: c6dda3254bb829386bc0080730a61ab4).
Создаю три вкладки.
В каждой вкладке набираю «1».
И ищу тоже «1».
В активной вкладке находит, а потом переключает все вкладки, возвращается на исходную и выдает, что «Search finished».
Scripts.dll v.11.9, md5: 073a03fd6c8449f459ba63a9efa0f99c
AkelPad'ы разные: и релизный 4.7.9, и какая-то из недавних тестовых сборок. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4640
|
Posted: Thu Oct 18, 2012 3:08 pm Post subject: |
|
|
Infocatcher
Думал проблема в "Найти все". Исправлено - будет доступно после релиза 4.8.0. Если самому менять то все: меняем на | Code: | nDirection&=~DN_DOWN;
//Next MDI frame |
|
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
|
| Back to top |
|
 |
VladSh
Joined: 29 Nov 2006 Posts: 2509 Location: Киев, Русь
|
Posted: Thu Oct 25, 2012 8:31 am Post subject: |
|
|
Тихонько, без лишнего шума , обновилась пара скриптов:
• XMLValidator.js - большая настраиваемость;
• AutoTag.js - теперь корректно работает для всех возможных вариантов:
| Code: | <Tag|
<Tag>|
<Tag attr="value"|
<Tag attr="value">| | что особенно приятно) |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Thu Oct 25, 2012 4:02 pm Post subject: |
|
|
Something stopped working.
I can't load the file KDJ.zip on the site: http://akelpad.sourceforge.net/files/plugs/Scripts/
It shows the following message: "There was an error uploading the file, please try again!". |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4640
|
Posted: Thu Oct 25, 2012 4:24 pm Post subject: |
|
|
KDJ
SF changed path to AkelPad project. Now should work. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Thu Oct 25, 2012 5:09 pm Post subject: |
|
|
Thanks, Instructor. Now working.
BrowseForFolder_function.js
Changed: initially set focus to folders tree. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4640
|
Posted: Sun Oct 28, 2012 12:11 pm Post subject: |
|
|
KDJ
FindFiles.js not in KDJ.zip
Good script. Some wishes:
1. Option to do not search in binary files.
2. Double click on listbox - open file on edit. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Sun Oct 28, 2012 8:43 pm Post subject: |
|
|
FindFiles.js
Added:
- ability to skip binary files, during search the contents,
- double click on file - edit it,
- Ctrl+A - select all files,
- settings,
- possibility to translate the interface. |
|
| Back to top |
|
 |
VladSh
Joined: 29 Nov 2006 Posts: 2509 Location: Киев, Русь
|
Posted: Mon Oct 29, 2012 9:48 am Post subject: |
|
|
KDJ
Yes, a good script.
What else would like to:
1. On doubleclick close the opened file (possibly optional).
2. Uncomfortable that the fields "Name of file" and "Text in file" are different ways of filling: first - with *, second - without.
3. These fields appear as disabled (WinXP). |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Mon Oct 29, 2012 8:04 pm Post subject: |
|
|
VladSh
1. Double click opens file to editing. To close the file, you should double click on tab in edit window.
2. Wildcard characters (*?) apply only to the file names. To search for any string of characters in the file content, you must use a regular expression.
3. I don't understand this. Can you show the screenshot? |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Mon Oct 29, 2012 8:36 pm Post subject: |
|
|
FindFiles.js
Added: Chinese translation by cnnnc.
Fixed: Ctrl+A shortcut. |
|
| Back to top |
|
 |
VladSh
Joined: 29 Nov 2006 Posts: 2509 Location: Киев, Русь
|
Posted: Tue Oct 30, 2012 11:17 am Post subject: |
|
|
KDJ
1. Quickly open the file and see that it's not that, and without moving the mouse on a tab to close it, it is convenient.
2. Different rules for filling - for the average user uncomfortable. May be necessary to look for the files using regular expressions?
3. Screenshot
Directory displayed as editable, other fields - as disabled. . |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Tue Oct 30, 2012 8:10 pm Post subject: |
|
|
VladSh
#1
What to do if the file has been previously opened. Also close it?
Probably better to select all the files and open them (Ctrl+A and Enter or click "Edit" button ), then close in AkelPad those unnecessary.
#2
If you need to find VBS scripts, you can do it without regular expressions: "*.vbs".
If you need to find VBS and JS scripts, you have to use regular expression eg.: "(\.vbs|\.js)$".
#3
FindFiles.js
Fixed: bad color of ComboBoxes "Name of file" and "Text in file" in Windows classic style. |
|
| Back to top |
|
 |
|