The features I want in future.

English main discussion
  • Author
  • Message
Offline
Posts: 3
Joined: Tue Sep 11, 2012 12:09 pm

Post by 59chris »

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.

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

59chris
1. Windows will not open that non-standard formatted file. Anyway you can set additional prefixes in settings.

Offline
Posts: 3
Joined: Tue Sep 11, 2012 12:09 pm

Post by 59chris »

OK, I will try that. Thanks

Offline
Posts: 8
Joined: Fri Sep 14, 2012 1:33 pm

Post by AEN007 »

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: Select all

	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 ...

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

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

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »


Offline
Posts: 119
Joined: Sat Jan 12, 2008 10:16 am
Location: Shantou, China

Post by cnnnc »

Hi, Instructor
How about possibility to keep the text color instead of SelTextColor when selecting? NotePad++ can do that.

Offline
Posts: 8
Joined: Wed Aug 10, 2011 3:48 am

Post by bromo »

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.

Offline
Posts: 3
Joined: Tue Apr 23, 2013 1:52 am

Number of Selected Lines + Greedy Regex

Post by Fluxtorpedoe »

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.

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Fluxtorpedoe
#1
Read in documentation (AkelHelp-Eng.htm or AkelPad4-Eng.chm) about manual settings.
Parameter StatusUserFormat with %ls - Count of lines in selection.

Offline
Posts: 3
Joined: Tue Apr 23, 2013 1:52 am

Post by Fluxtorpedoe »

@KDJ
#1 :oops: my bad...
Thanks a lot for the quick answer! :)

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Re: Number of Selected Lines + Greedy Regex

Post by Instructor »

Fluxtorpedoe wrote:2. Have an option to make regex greedy by default.
Use SearchReplace.js script from Scripts plugin.

Offline
Posts: 3
Joined: Tue Apr 23, 2013 1:52 am

Re: Number of Selected Lines + Greedy Regex

Post by Fluxtorpedoe »

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.

Offline
Posts: 582
Joined: Mon Apr 08, 2013 9:50 pm
Location: Win7SP1x64, APx64

Post by Drugmix »

#1 The most wanted feature is the file comparison in PMDI mode via splitting the window into 2 panes (DOS/FAR/TotalCommander-like), so each pane had it's own tab-bar and the user could select two different files each displayed in it's own pane. That requires first making each pane have it's own tab-bar.

#2 Multi-line tab-bar.

#3 spellChecker support for x64 version.

#4 'tab wheel scroll' fixes:
a. make it switch tabs when the cursor is hovering empty space on tab-bar.
b. add "scroll wraps around the ends of tab-bar".

#5 teach akelpad updater to close and restart akelpad nicely.

#6 add native function "double selected lines" (since the script found on this forum has a caret position bug).

#7 fix caret's position-related "not-a-bug" bugs:
a. use "replace text" in the document, then hit ctrl+z (undo): if the replacement was only in a part of the document (to the bottom/to the top) - then that part becomes selected
b. use "replace text" in the whole document, then hit ctrl+z (undo) and watch your caret lose it's position and jump to the end of the document instead.

Offline
Posts: 1
Joined: Wed Sep 11, 2013 6:48 am

REQUEST: Edit Internet Explorer *.URL files

Post by visionary »

Would it be possible to enable full editing of Internet Explorer '.URL' favorites files please, with windows explorer context-menu support eg:
Open File with Akelpad.
Edit File with Akelpad.

Currently Akelpad shows a preview of .URL files yet won't allow the actual file to be opened (to view it's contents) or edited - it opens the URL location instead, or gives an error if the '.URL' file is a bookmarklet.

http://img59.imageshack.us/img59/9369/wvj0.png

Thankyou.
Post Reply