kujira70 / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Console.exe default config: save to user dir, save window geometry #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My setup: Pythonxy, 2.6.2.0, full install, default installation dirs, 
installed for all users, default python path, windows xp, logged in as admin, 
installed pythonxy on absolutely fresh windows installation.

Please change the Console.exe config to contain the following by default:
- save settings to user directory (in order to enable per-user config)
- save console size and window position on exit (this is generally expected 
behaviour for all windows)

Original issue reported on code.google.com by tobias.noebauer@gmail.com on 1 Feb 2010 at 2:01

GoogleCodeExporter commented 9 years ago
save console size by default -> ok, done in Console 2.0.145

But saving settings in the user directory have already lead to multiple issues: 
this 
must be an explicit choice from the user because when reinstalling Python(x,y), 
the old 
console setting file will be kept and will then interfere with console.exe 
(it's quite 
dumb because even if the checkbox is not checked, it will get the user 
directory 
settings file in priority).

Original comment by pierre.raybaut on 29 Mar 2010 at 4:49