Author Topic: save session  (Read 4909 times)

domi

  • Guest
save session
« on: May 20, 2007, 10:13:23 am »
I would propose the following tiny feature to be added in the file menu: save session, like in KDE's Kate editor.  I manage my projects using cmake and there seem to be no easy way of importing these. All I want is remembering the list of files I keep open in the CB editor.
Dominik

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: save session
« Reply #1 on: May 20, 2007, 10:37:42 am »
All I want is remembering the list of files I keep open in the CB editor.
Already implemented. Settings -> Environment -> General settings:
- Enable "Open default workspace"
- Enable "Open last open files"
Setup your preferred workspace as default workspace (or just open it from the recent files menu).
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

domi

  • Guest
Re: save session
« Reply #2 on: May 20, 2007, 11:28:00 am »
Looks very promising, but I fail at the end. I set the options in Env menu, but after restart the files are not reopened. Maybe I missed on your very last point "Setup your preferred workspace as default workspace (or just open it from the recent files menu)" - not sure what you mean. The "save workspace" items are gray in the file menu...?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: save session
« Reply #3 on: May 20, 2007, 11:49:38 am »
The "save workspace" items are gray in the file menu...?

Need to look into it. A recent File menu update change seems to break this. :)

Currently this will be enabled if a project is open.
Be a part of the solution, not a part of the problem.