View previous topic :: View next topic |
Author |
Message |
FeyFre
Joined: 07 Aug 2007 Posts: 2240 Location: Vinnitsa, Ukraine
|
Posted: Mon May 31, 2010 1:03 pm Post subject: |
|
|
Quote: | 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. |
|
Back to top |
|
 |
Fr0sT
Joined: 24 Jul 2007 Posts: 876
|
Posted: Wed Jun 02, 2010 8:31 am Post subject: |
|
|
FeyFre
you're just playing with words. As I said earlier,
Quote: | portable app is an app which doesn't leave ANY trace in the system |
ANY means ANYWHERE except this app's folder. |
|
Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 2240 Location: Vinnitsa, Ukraine
|
Posted: Wed Jun 02, 2010 9:57 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
Fr0sT
Joined: 24 Jul 2007 Posts: 876
|
Posted: Wed Jun 02, 2010 10:15 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 2240 Location: Vinnitsa, Ukraine
|
Posted: Wed Jun 02, 2010 11:47 am Post subject: |
|
|
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?
Quote: | 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."  |
|
Back to top |
|
 |
Fr0sT
Joined: 24 Jul 2007 Posts: 876
|
Posted: Wed Jun 02, 2010 3:18 pm Post subject: |
|
|
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. |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Thu Jun 17, 2010 6:54 pm Post subject: |
|
|
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= |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Fri Jun 25, 2010 8:23 pm Post subject: |
|
|
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? |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Mon Jul 12, 2010 8:56 pm Post subject: |
|
|
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? |
|
Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 2240 Location: Vinnitsa, Ukraine
|
Posted: Mon Jul 12, 2010 9:21 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Tue Jul 13, 2010 4:58 am Post subject: |
|
|
FeyFre
"Original font size" - I had in mind the font size, set when the program starts.
It is set in the file AkelPad.ini. |
|
Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 2240 Location: Vinnitsa, Ukraine
|
Posted: Tue Jul 13, 2010 7:41 am Post subject: |
|
|
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) |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Sat Sep 04, 2010 10:37 pm Post subject: |
|
|
I propose to show at the status bar, the caret offset in the text. |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Sat Sep 11, 2010 3:30 pm Post subject: |
|
|
I propose add option to set the browser to open hyperlinks.
Now the link opens only in the default browser. |
|
Back to top |
|
 |
Fr0sT
Joined: 24 Jul 2007 Posts: 876
|
Posted: Sat Sep 11, 2010 8:00 pm Post subject: |
|
|
KDJ
well, you can easily achieve this with ContextMenu |
|
Back to top |
|
 |
|