GNOME Bugzilla – Bug 307886
Activated plugins not remembered
Last modified: 2008-11-11 20:09:00 UTC
Version details: CVS from 15/06/2005 Distribution/Version: Ubuntu Hoary Anjuta doesn't remember what plugins were activated/deactivated: 1. Start Anjuta 2. Start new project 3. Activate terminal plugin 4. Close Anjuta 5. Restart Anjuta 6. Load project 7. Terminal is not there Expected result: 5. Restart Anjuta 6. Load project 7. Terminal is there This goes for any plugin that's not activated by default.
Closing all fixed bugs. Sorry for the mass update :( ...
It seems that this bug appears again. If I create a new project with the project wizard (gtk by example), enable the debugger plugin and exit, when I open the project again the debugger plugin is not here. I need to enable it again and this time it is saved.
It is because the directory .anjuta is not present in the project directory when the project is created. I'm working on this...
If the file write fails, I check if the parent directory is present and create it if necessary. It should work now. I have committed this in svn trunk.