Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save window layout into a "workspace". #9

Open
stubb opened this issue Mar 14, 2016 · 2 comments
Open

Save window layout into a "workspace". #9

stubb opened this issue Mar 14, 2016 · 2 comments

Comments

@stubb
Copy link
Member

stubb commented Mar 14, 2016

From @prock-fife on May 19, 2010 1:12

The editor doesn't save window positions. I would be nice that the editor would save that information when you quit.

Ideally you would be able to save the window arrangement and be able to switch between them depending on what you are doing.

Copied from original issue: fifengine/fifengine#469

@stubb
Copy link
Member Author

stubb commented Mar 14, 2016

From @prock-fife on April 3, 2012 22:10

This comment was posted by chewie

With [http://fife.trac.cvsdude.com/engine/changeset/3897 rev 3897], the editor in the cell_pathfinding branch has a prototype for achieving the requested functionality. The Plugin base class has some basic implementation, and the editor provides additional entry points to enable the plugins to save their docking status once it changes.

See LayerTool / MapFileHistory plugins for implementation details

@stubb
Copy link
Member Author

stubb commented Mar 14, 2016

From @prock-fife on April 6, 2012 16:29

This comment was posted by chewie

(In [3907]) - added InstanceHighlighter plugin
- selected instances will now get a color overlay (can be switched to outline in the plugin code)
- removed instance highlighting from ObjectEdit plugin

  • added docking status saving to ToolBar widget class, added default docking settings for Toolbox
    • set name attribute for ToolBox to 'ToolBox' (was an empty string)
  • re-arranged init order in MainWindow.initGui() to make dockareas available for ToolBar
  • small change to screenshot icon to give it a bit more space on the left

related to refs #469

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant