google-code-export / snaketail-net

Automatically exported from code.google.com/p/snaketail-net
0 stars 1 forks source link

Enhancement - Global view settings #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if you can have global settings, eg. font & font size.

Original issue reported on code.google.com by son....@gmail.com on 14 Apr 2011 at 12:50

GoogleCodeExporter commented 9 years ago
I guess I could make use of the registry to store global settings when not 
using session files.

Original comment by sweaty1 on 14 Apr 2011 at 6:35

GoogleCodeExporter commented 9 years ago
I suggest not the registry, a settings file would be better as some workplaces 
lock down the registry to changes. 

Original comment by son....@gmail.com on 14 Apr 2011 at 6:41

GoogleCodeExporter commented 9 years ago
It could probably also be implemented using a default session file placed in 
the app-data directory.

Original comment by sweaty1 on 14 Apr 2011 at 6:45

GoogleCodeExporter commented 9 years ago
SnakeTail will now load a default session file from the following locations:
- Application Directory
- User AppData Roaming
- User AppData Local
- Common AppData

If there is a valid session file, then it will use the configuration of the 
first window in the session file for all new tail windows.

Original comment by sweaty1 on 14 Apr 2011 at 10:41

GoogleCodeExporter commented 9 years ago
The session file must be called SnakeTail.xml and if placed in an 
AppData-directory then it must be placed in a sub-directory called SnakeTail. 
Ex:

C:\ProgramData\SnakeTail\SnakeTail.xml

Original comment by sweaty1 on 14 Apr 2011 at 10:43

GoogleCodeExporter commented 9 years ago
Ver. 1.3 has been released

Original comment by sweaty1 on 16 Apr 2011 at 10:07