| View previous topic :: View next topic |
| Author |
Message |
59chris
Joined: 11 Sep 2012 Posts: 3
|
Posted: Thu Sep 13, 2012 9:53 pm Post subject: |
|
|
Hi Instructor
Thanks for your reply.
.. 1 Yes, but it can not a standard formatted as "file :/ / xx.xx", and there may not be space in AkelPad format.
.. 2 Aspell use 60 mb memory when it is activated for spelling, which is way too much compared to programs that use Hunspell, which typically uses only 1 - 2 mb memory when they make spelling. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Fri Sep 14, 2012 2:47 pm Post subject: |
|
|
59chris
1. Windows will not open that non-standard formatted file. Anyway you can set additional prefixes in settings. |
|
| Back to top |
|
 |
59chris
Joined: 11 Sep 2012 Posts: 3
|
Posted: Sun Sep 16, 2012 3:07 pm Post subject: |
|
|
| OK, I will try that. Thanks |
|
| Back to top |
|
 |
AEN007
Joined: 14 Sep 2012 Posts: 7
|
Posted: Sun Sep 23, 2012 7:22 am Post subject: |
|
|
23September2012
This post is about &hotkeys ...
There is the issue I posted previously»
| AEN007 wrote: | In any case the main menu should not have &View and &Window
when Alt-V & Alt-W are assigned as hotkeys to other functions! | I also used ResourceHacker to add/change» | Code: | MENUITEM "Tile &Horizontal", 4307
MENUITEM "Tile &Vertical", 4308
MENUITEM "Close &all", 4319 | under Window/Tabs in the main menu and
add various &hotkeys to the Find/Replace popups as well ... |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Wed Mar 06, 2013 9:49 pm Post subject: |
|
|
In regular expressions, I propose to add two anchors:
\A - matches at the start of the string,
\z - matches at the end of the string,
Description is here:
http://www.regular-expressions.info/reference.html |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Fri Mar 08, 2013 8:06 am Post subject: |
|
|
KDJ
Test version |
|
| Back to top |
|
 |
cnnnc
Joined: 12 Jan 2008 Posts: 115 Location: Shantou, China
|
Posted: Sun Apr 07, 2013 7:20 am Post subject: |
|
|
Hi, Instructor
How about possibility to keep the text color instead of SelTextColor when selecting? NotePad++ can do that. |
|
| Back to top |
|
 |
bromo
Joined: 10 Aug 2011 Posts: 8
|
Posted: Sun Apr 14, 2013 5:49 am Post subject: |
|
|
| I would like to see built-in shortcut key options instead of relying on Hotkey plugin. Also I want to vote to change Redo shortcut key to CTRL+Y. |
|
| Back to top |
|
 |
Fluxtorpedoe
Joined: 23 Apr 2013 Posts: 3
|
Posted: Tue Apr 23, 2013 5:54 am Post subject: Number of Selected Lines + Greedy Regex |
|
|
Hello World...
First of all, thanks for this great program!
I would have [two] one feature request if possible:
Edit: Already exists.
1. Display Number of selected lines in status bar.
Currently at the bottom left of the status bar, we already have: Line number, Column position, and Number of selected characters. If you could add Number of selected lines, that would be great!
2. Have an option to make regex greedy by default.
In the Settings dialog, we could have an option (OFF by default for backward compatibility) to make the regex engine greedy by default - while accepting the standard ? suffix to make it temporarily lazy (as also suggested here).
Well, Thank you for your attention!
Flux
Last edited by Fluxtorpedoe on Tue Apr 23, 2013 1:57 pm; edited 2 times in total |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Tue Apr 23, 2013 6:34 am Post subject: |
|
|
Fluxtorpedoe
#1
Read in documentation (AkelHelp-Eng.htm or AkelPad4-Eng.chm) about manual settings.
Parameter StatusUserFormat with %ls - Count of lines in selection. |
|
| Back to top |
|
 |
Fluxtorpedoe
Joined: 23 Apr 2013 Posts: 3
|
Posted: Tue Apr 23, 2013 1:53 pm Post subject: |
|
|
@KDJ
#1 my bad...
Thanks a lot for the quick answer!  |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Thu May 09, 2013 7:37 am Post subject: Re: Number of Selected Lines + Greedy Regex |
|
|
| Fluxtorpedoe wrote: | | 2. Have an option to make regex greedy by default. | Use SearchReplace.js script from Scripts plugin. |
|
| Back to top |
|
 |
Fluxtorpedoe
Joined: 23 Apr 2013 Posts: 3
|
Posted: Sun May 12, 2013 12:42 pm Post subject: Re: Number of Selected Lines + Greedy Regex |
|
|
| Instructor wrote: | | Fluxtorpedoe wrote: | | 2. Have an option to make regex greedy by default. | Use SearchReplace.js script from Scripts plugin. | Oh ok, I thought the js was a previous incarnation of the internal Search and Replace.
Thanks a lot for the info. |
|
| Back to top |
|
 |
|