Page 2 of 9
Posted: Mon May 31, 2010 1:03 pm
by FeyFre
In other words, read-only regarding the OS.
Regarding OS all applications which do not require alert Device/Service configurations. Is equal most of applications. Regarding OS means regarding services and binaries described by keys in HKLM\SYSTEM, HKLM\HARDWARE, HKLM\SAM, HKLM\SECURITY. Other software and data storage devices(HDDs, HKLM\SOFTWARE hive) are not OS(You are able to delete HKLM\SOFTWARE, HKCR and OS WindowsNT will still work.
Posted: Wed Jun 02, 2010 8:31 am
by Fr0sT
FeyFre
you're just playing with words. As I said earlier,
portable app is an app which doesn't leave ANY trace in the system
ANY means ANYWHERE except this app's folder.
Posted: Wed Jun 02, 2010 9:57 am
by FeyFre
Fr0sT
OK.
1. Then I have bad news for you. Portable applications by you definitions are impossible.
2. AkelPad will never be portable application by definition.
Posted: Wed Jun 02, 2010 10:15 am
by Fr0sT
FeyFre
1. Why?
2. Don't set file associations and keep MRU's in ini (requires changes in the code) or don't save MRU list - and we get portable AP.
Posted: Wed Jun 02, 2010 11:47 am
by FeyFre
1. Why?
How much do you know about WINAPI? About non documented features and side effects? For instance, Last file access time in FS which support it? FS with journaling? How much programs will take care about it(and can revert it) only because you want them to be portable in you definition?
2. Don't set file associations and keep MRU's in ini (requires changes in the code) or don't save MRU list - and we get portable AP.
Do not forget about "Disable saving opened files beyond AP dir."

Posted: Wed Jun 02, 2010 3:18 pm
by Fr0sT
FeyFre, well, I see you're the master of mental abstractions and useless discussions so I knee before your brilliant mind and stop this conversation.
Posted: Thu Jun 17, 2010 6:54 pm
by KDJ
I suggest, that in the file AkelPad.ini, options set manually placed in a separate section, for example:
[ManualOptions]
DateInsertFormat=
DateLogFormat=
PaintOptions=
RichEditClass=
ShowModify=
StatusPosType=
WordBreak=
Posted: Fri Jun 25, 2010 8:23 pm
by KDJ
Instructor
In the menu View->Colors can not change the color of an existing Color theme.
To change the color, you must save it under a new name.
Could you fix it in the new version AkelPad?
Posted: Mon Jul 12, 2010 8:56 pm
by KDJ
The program includes functions: Increase font (Ctrl+Num+) and Decrease font (Ctrl+Num-).
I need a function: Restore the original font size (eg. Ctrl+Num*).
Instructor, can you do it?
Posted: Mon Jul 12, 2010 9:21 pm
by FeyFre
KDJ
There is no "original" font size. "Increase font" and "Decrease font" are changing setting, not scaling glyphs, so there is not revert point.
If you want switch to some default font quickly, you can assign HotKey for command: Font("", 0, yourfontsize)
See detailed explanation in Hotkeys-Eng.txt
Posted: Tue Jul 13, 2010 4:58 am
by KDJ
FeyFre
"Original font size" - I had in mind the font size, set when the program starts.
It is set in the file AkelPad.ini.
Posted: Tue Jul 13, 2010 7:41 am
by FeyFre
KDJ
Yes. And "Increase font" and "Decrease font" changes this setting and do not remember what it was at AkelPad startup.(There is no Undo/Redo mechanisms for settings yo want)
Posted: Sat Sep 04, 2010 10:37 pm
by KDJ
I propose to show at the status bar, the caret offset in the text.
Posted: Sat Sep 11, 2010 3:30 pm
by KDJ
I propose add option to set the browser to open hyperlinks.
Now the link opens only in the default browser.
Posted: Sat Sep 11, 2010 8:00 pm
by Fr0sT
KDJ
well, you can easily achieve this with ContextMenu