Page 8 of 9

Posted: Tue May 13, 2014 8:16 pm
by DV
ZoNi,
Greenshot? ;) http://getgreenshot.org/
Yep, Greenshot is just another screenshot tool, but this one is so small and so great that I'd call it almost perfect. You know, Greenshot in the world of screenshot tools is like AkelPad in the world of text editors :)

Posted: Wed May 14, 2014 4:14 pm
by ZoNi
Yes, DV, I know about Greenshot (I use "pimped" version - ShareX), but I would prefer option to save text directly as picture (and to choose size and color of text + background) ;)

Posted: Wed May 14, 2014 7:11 pm
by Lenchik
ZoNi
Can't you create custom Coder color theme and take screenshots of text colored by it?

Re: The features I want in future.

Posted: Fri May 16, 2014 10:40 am
by katidom
akyahoo wrote:Several days ago, my operating system was reinstalled. However, I cannot get back the replace history of AkelPad. It is a pity.

Besides, many files have different contents for me to replace different words. I do not want to list many many words in the replace history for all the contents, because the replace history is too long and it is quite inconvenient.

In Firefox, press "Ctrl+Shift+B" key and then [Import and Backup]->[Export HTML]. The bookmark can be saved with ease. AkelPad should export and import the replace history as XML files as Firefox.



Every day, I have to replace many words and change their cases repeatedly. The macro plug-in is useful, but not quite flexible. It should be saved as different files, so that they can be used for different contents.



I hope that AkelPad can promote the efficiency of my boring and repeated work.


:mrgreen: :mrgreen: :mrgreen:
I like your idea , I like to see this features too .









Интересные вопросы !! womenlifestyle.ru

Posted: Fri May 16, 2014 1:52 pm
by Skif_off
Several days ago, my operating system was reinstalled. However, I cannot get back the replace history of AkelPad. It is a pity.
reg export HKCU\Software\Akelsoft\AkelPad\Search %path%\SearchReplace.reg
reg import %path%\SearchReplace.reg
?

Feature Suggestions

Posted: Wed Oct 15, 2014 7:24 am
by Hyperison
Awesome Software, thank you.

Some feature suggestions:

- Windows 7 Taskbar Features (Recent Files, Pinned Files)
- Zoom Reset Hotkey (ie. CTRL+NumPad0)
- Display of current zoom level (Status Bar)

Re: Feature Suggestions

Posted: Wed Oct 15, 2014 7:41 am
by Instructor
Hyperison wrote:- Windows 7 Taskbar Features (Recent Files, Pinned Files)
AutoScript-AddToRecent.js
- Zoom Reset Hotkey (ie. CTRL+NumPad0)
AkelHelp-Eng.htm wrote:Ctrl+Num * restore font to size at startup
You can also assign your hotkey to 4206 command in Hotkeys plugin.
- Display of current zoom level (Status Bar)
See %f variable of "StatusUserFormat" manual parameter (AkelHelp-Eng.htm).

Re: Feature Suggestions

Posted: Thu Jan 29, 2015 2:09 pm
by flow_boy
Yep, really nice software. I do wanna see "Windows 7 Taskbar Features (Recent Files, Pinned Files)" too.
Hyperison wrote:Awesome Software, thank you.

Some feature suggestions:

- Windows 7 Taskbar Features (Recent Files, Pinned Files)
- Zoom Reset Hotkey (ie. CTRL+NumPad0)
- Display of current zoom level (Status Bar)

Re: Feature Suggestions

Posted: Sat Jan 31, 2015 3:56 pm
by Instructor
flow_boy wrote:Yep, really nice software. I do wanna see "Windows 7 Taskbar Features (Recent Files, Pinned Files)" too.
Did you see the answer?

Posted: Wed Feb 04, 2015 12:28 pm
by flow_boy
Sorry, Instructor. I have this bad habit to read what I want to to be written. I'll read more carefully next time. Thanks!

Posted: Mon Feb 23, 2015 2:08 pm
by stankura
I propose to add a command line parameter, which will run AkelPad in hidden window (eg. /H or /hide).
It will be useful when running certain scripts:
AkelPad.exe /hide /Call("Scripts::Main", 1, "WindowsList.js") /quit
______________
vrati пощенки кутии

Posted: Mon Feb 23, 2015 5:55 pm
by Skif_off

Posted: Fri Mar 27, 2015 7:58 am
by Akuro
Move current line up or down, to speed up the tedious select+cut+reposition+paste procedure.

Ideally it should come with key shortcut, Alt arrows like in other editors, or Alt Shift arrows like in MS Word.

Posted: Fri Mar 27, 2015 10:46 am
by Skif_off

Posted: Fri Mar 27, 2015 11:05 pm
by Akuro
Thank you Skif-off,
I copy&pasted the first sript from your link into a new file and saved it as
LinesSelectCopyMoveDuplicate.js
Read various help rescources and figured out where to put the scripts folder.
Basically, I got it working - to some degree - by right-clicking in my text, choosing
Scripts > Scripts .... > Exec > picking an entry from the context menu, typing into the dialog field....

However, this is still a far cry from the Alt up/down shortcut I had hoped for. Would you please guide me towards setting up such shortcuts, if it's possible at all? Been reading and racking my brain but this is just over my head.
:?