Page 67 of 96
Posted: Fri Jan 18, 2013 6:40 pm
by kadvlad
VladSh
ясно, спасибо.
Будем ждать и надеяться..
Posted: Wed Jan 23, 2013 7:39 pm
by KDJ
FindReplaceEx.js
Added: Regular expressions collection.
a suggestion to ScreenView.js
Posted: Thu Jan 24, 2013 4:42 am
by cnnnc
Hi,
KDJ
I like the function
ChangeCoderTheme in
ScreenView.js to be modified into
Code: Select all
function ChangeCoderTheme(sViewName)
{
if (IsPluginExists(oPlug.CoderTheme.Name))
{
if (oView[sViewName].CoderTheme)
{
if (! oPlug.CoderTheme.IsRunning())
oPlug.CoderTheme.Switch();
AkelPad.Call("Coder::Settings", 5, oView[sViewName].CoderThemeName);
}
else
{
if (oPlug.CoderTheme.IsRunning())
oPlug.CoderTheme.Switch();
}
}
}
, then I can disabled the function "Coder::HighLight" when I uncheck
IDCODERTHEME.
Posted: Thu Jan 24, 2013 9:38 pm
by KDJ
cnnnc
And also, it seems to me that ColorCoderTheme button should be in three states:
checked - change Coder Theme,
unchecked - disable HighLight,
grayed - not change.
Posted: Fri Jan 25, 2013 2:35 am
by F. Phoenix
KDJ, could you extend current or write any additional tester for build-in AkelPad RegExp? It different, and last is much difficult cause weak, but it's required for some tasks like Coder syntax definition.
Posted: Fri Jan 25, 2013 6:11 am
by Infocatcher
Posted: Fri Jan 25, 2013 8:30 am
by KDJ
F. Phoenix
Build-in AkelPad regular expressions can be tested by "Find/Replace" dialog.
Posted: Fri Jan 25, 2013 9:52 am
by F. Phoenix
I know, but it's uncomfortable for test group values.
Posted: Fri Jan 25, 2013 7:45 pm
by KDJ
ScreenView.js
Changed: now ColorCoderTheme check box can have three states and you can turn off syntax highlighting.
Posted: Sat Jan 26, 2013 7:48 pm
by KDJ
F. Phoenix wrote:I know, but it's uncomfortable for test group values.
I don't know how the tester should work? Do you have a project?
Posted: Sat Jan 26, 2013 8:36 pm
by F. Phoenix
No, just a though, that script can use some dummy document and AkelPad.Replace() plugin function, if there no better exports exists. With replace pattern like "$0\n$1\n$2\n$3\n$4\n$5\n$6\n$7\n$8\n$9\n$10..." But may be it's a possible to call some AkelEdit func through WSH - I badly understand this calls and interaction (as whole WinAPI).
Posted: Tue Jan 29, 2013 6:47 pm
by KDJ
FindReplaceEx.js
Changed:
- instead "Regular expressions collection" is "Find/Replace templates" (increased functionality),
- Find/Replace templates is saved in file FindReplaceEx_templates.tsv (you must manually change the file name FindReplaceEx_REC.tsv to FindReplaceEx_templates.tsv).
Posted: Sat Feb 02, 2013 4:03 pm
by Infocatcher
Posted: Tue Feb 05, 2013 6:11 pm
by KDJ
FindReplaceEx.js
Added: help for regular expressions (F1).
Changed: hot key for Templates now is F2.
Posted: Wed Feb 06, 2013 8:44 pm
by KDJ
FindReplaceEx.js
Added: possibility to translate the interface.