| View previous topic :: View next topic |
| Author |
Message |
kadvlad
Joined: 16 Mar 2008 Posts: 8
|
Posted: Fri Jan 18, 2013 6:40 pm Post subject: |
|
|
VladSh
ясно, спасибо.
Будем ждать и надеяться.. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1081 Location: Poland
|
Posted: Wed Jan 23, 2013 7:39 pm Post subject: |
|
|
FindReplaceEx.js
Added: Regular expressions collection. |
|
| Back to top |
|
 |
cnnnc
Joined: 12 Jan 2008 Posts: 115 Location: Shantou, China
|
Posted: Thu Jan 24, 2013 4:42 am Post subject: a suggestion to ScreenView.js |
|
|
Hi, KDJ
I like the function ChangeCoderTheme in ScreenView.js to be modified into
| Code: | 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. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1081 Location: Poland
|
Posted: Thu Jan 24, 2013 9:38 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
F. Phoenix
Joined: 24 Dec 2011 Posts: 113
|
Posted: Fri Jan 25, 2013 2:35 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1440
|
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1081 Location: Poland
|
Posted: Fri Jan 25, 2013 8:30 am Post subject: |
|
|
F. Phoenix
Build-in AkelPad regular expressions can be tested by "Find/Replace" dialog. |
|
| Back to top |
|
 |
F. Phoenix
Joined: 24 Dec 2011 Posts: 113
|
Posted: Fri Jan 25, 2013 9:52 am Post subject: |
|
|
| I know, but it's uncomfortable for test group values. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1081 Location: Poland
|
Posted: Fri Jan 25, 2013 7:45 pm Post subject: |
|
|
ScreenView.js
Changed: now ColorCoderTheme check box can have three states and you can turn off syntax highlighting. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1081 Location: Poland
|
Posted: Sat Jan 26, 2013 7:48 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
F. Phoenix
Joined: 24 Dec 2011 Posts: 113
|
Posted: Sat Jan 26, 2013 8:36 pm Post subject: |
|
|
| 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). |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1081 Location: Poland
|
Posted: Tue Jan 29, 2013 6:47 pm Post subject: |
|
|
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). |
|
| Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1440
|
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1081 Location: Poland
|
Posted: Tue Feb 05, 2013 6:11 pm Post subject: |
|
|
FindReplaceEx.js
Added: help for regular expressions (F1).
Changed: hot key for Templates now is F2. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1081 Location: Poland
|
Posted: Wed Feb 06, 2013 8:44 pm Post subject: |
|
|
FindReplaceEx.js
Added: possibility to translate the interface. |
|
| Back to top |
|
 |
|