Page 18 of 99
Posted: Wed Sep 10, 2014 5:58 pm
by KDJ
FindReplaceEx.js
TextMarker.js
Updated regular expressions help for AkelPad 4.9.0.
Posted: Thu Sep 18, 2014 8:19 pm
by KDJ
AkelPadDocsView.js
Changed: "Find in *.txt documents" dialog.
Posted: Fri Sep 19, 2014 6:37 am
by Instructor
KDJ
Maybe add button "Save plugin text to plugin key" to
PluginText.js that will import text without saving it to file. It will be able to change settings in two steps: press F1, press "Save plugin text to plugin key".
Posted: Fri Sep 19, 2014 8:57 pm
by KDJ
Instructor
I'm not convinced to this solution.
In this way, in registry/ini key can be saved the text from any file.
It may be dangerous, you can unwittingly to destroy the settings.
Posted: Sat Sep 20, 2014 10:06 am
by Instructor
KDJ
All frames opened with F1 can be saved into array and when pressing to "Save plugin text to plugin key" script will check current frame belong to array or not (or even disable button if frame not in array). But anyway this is just third-party observation.
Posted: Sat Sep 20, 2014 1:21 pm
by Instructor
VersionIncrement.js
Fixed: 10,9 -> 11,0
Posted: Mon Sep 22, 2014 8:34 pm
by KDJ
Instructor
Done:
PluginText.js
Added: button "Load text to plugin key (F2)".
Changed: hotkeys.
Posted: Tue Sep 23, 2014 12:46 pm
by Andrey_A_A
Скрипт ForceNewInstance.js создавал ПУСТОЕ новое окно, в версии 4.9.0 создаёт окно и открывает сессию, как вернуть прежний функционал скрипта?
Posted: Tue Sep 23, 2014 1:47 pm
by San_dr
Andrey_A_A у меня в х64 "7" Аk=4.9.0 MDI все штатно.
"Файл" -> -"Созд&ать окно" (Ctrl+Shift+N)
сессии не открываются. В .ini - Sessions::Main=67155
--------
проверил в PMDI и SDI - тоже тип-топ.
Posted: Tue Sep 23, 2014 2:23 pm
by Andrey_A_A
Скрипт ForceNewInstance.js открывает сессию 12345, если до этого была запущена команда:
-"Открыть все файлы сессии 12345" Call("Sessions::Main", 1, "12345")
Да и в прошлой версии то же такое-же поведение.
Тогда вопрос: как можно открыть пустую копию окна при запуске перед этим подобной команды.
Posted: Tue Sep 23, 2014 5:39 pm
by Instructor
Thanks! Works fine.
BTW in 4.9.1 will be possible to simplify code with AkelPad.ScriptSettings().
Andrey_A_A
Может у вас старая версия скрипта? Последняя на текущий момент
1.2.
Posted: Tue Sep 23, 2014 5:53 pm
by Andrey_A_A
Code: Select all
Может у вас старая версия скрипта?
Версия 1.2
Вот какая последовательность действий:
Сейчас приходится работать с 2-мя копиями окна (с 2-мя сессиями)
1. Открываю AkelPad, открывается сессия та, которая была при последнем закрытии.
2. Из него открываю новую копию через ForceNewInstance.js - открывает нормально - пустое окно
3. В этом окне открываю сохранённую сессию
-"Открыть все файлы сессии 12345" Call("Sessions::Main", 1, "12345")
--------
Далее иногда требуется открыть из 2-й копии
пустое окно для просмотра/редактирования ряда файлов. НО из 2-й копии открывается не пустое, а сразу с сессией 12345
Posted: Tue Sep 23, 2014 6:37 pm
by Instructor
Andrey_A_A
Реализовано. Будет доступно после релиза 4.9.1.
Posted: Tue Sep 23, 2014 6:49 pm
by Skif_off
Instructor
После крайнего обновления
Instructor.zip версия TabSwitch.js оказалась 3.5 (текущая 3.6)
Posted: Wed Sep 24, 2014 3:11 pm
by Instructor
Skif_off
Обновлено.