| View previous topic :: View next topic |
| Author |
Message |
Dario1265
Joined: 19 Apr 2008 Posts: 2
|
Posted: Sat Apr 19, 2008 2:43 am Post subject: Registry settings and their meaning, help appreciated |
|
|
Hello,
I have installed Akelpad replacing Notepad. I would like to know if there is any way to choose "Text files (*.txt)" as the default choice for Akelpad in the "Save As" dialog, instead of "All files (*.*).
I cannot find any such option in the "Settings..." dialog.
I have noticed that there are several settings in the registry under
HKEY_USERS\S*\Software\Akelsoft\AkelPad\Options
and
HKEY_CURRENT_USER\Software\Akelsoft\AkelPad\Options
but there is nothing there that I can see related to my problem,
so any tip would be much appreciated.
Generally speaking, is there any available list of these registry options with explanations of default and possible values?
Thanks in advance for feedback,
Dario |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4640
|
Posted: Sat Apr 19, 2008 5:09 am Post subject: |
|
|
| Quote: | | Generally speaking, is there any available list of these registry options with explanations of default and possible values? |
The ini file or the registry doesn't contain any "hidden" values. All those values are changable from the program.
| Quote: | | I have installed Akelpad replacing Notepad. I would like to know if there is any way to choose "Text files (*.txt)" as the default choice for Akelpad in the "Save As" dialog, instead of "All files (*.*). | If you type file name without extension and press save, then it will be saved with .txt extension. If you need to always save as .txt, you can use ResHacker to change:
| Code: | | "Text files (*.txt)|*.txt|All files (*.*)|*.*" |
to
| Code: | | "All files (*.*)|*.*|Text files (*.txt)|*.txt" |
|
|
| Back to top |
|
 |
Dario1265
Joined: 19 Apr 2008 Posts: 2
|
Posted: Sat Apr 19, 2008 3:50 pm Post subject: |
|
|
Great, thanks a lot for your feedback!
Dario |
|
| Back to top |
|
 |
|