Save preferences in same folder as is said in the interface
Bug #164159 reported by
sander
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Released
|
Medium
|
Mats |
Bug Description
Save preferences in same folder as is said in the interface.
As clarf writes:
'A little request, i always set the option the Preference option: "Save preferences in same folder as program". But the CoccinellaPrefs folder is created one level above coccinella. For example it is saved in C:\IM\Coccinell
Changed in coccinella: | |
assignee: | nobody → matsben |
importance: | Undecided → Medium |
Changed in coccinella: | |
milestone: | none → 0.96.4 |
Changed in coccinella: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think this was originally my intention but seems I got distracted about the behavior when running from sources. I keep a variable this(appPath) which means:
# 'appPath' points to folder which contains:
# Coccinella.tcl if run from sources
# Coccinella*.exe on Windows
# Coccinella*.bin on Unix
# Coccinella*.app on Mac OS X
and when running from sources I have to get one directory level up, but otherwise this(appPath) points exactly to the folder where to put the prefs folder. Untested!