Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The explorer is currently implemented as a treeview. Other views using netron have been tested but didn't make it into a release.

current functionality

  • drag drop of project items
  • partial update of nodes if dataitem changes or scenario is running
  • doubleclick, rightclick actions
  • various menus, specific to project.

Project Explorer has to be refactored to improve clarity.
Project Explorer will become a plugin so it will only be present in programs that need it thus making DelftShell a more versatile platform for shared development (Blokkendoos will become a component in DelftShell.

ideas
use databinding to update nodes of projectexplorer

Information browser

In Habitat all information is stored in the wiki. The information is displayed using system.windows.forms.webbrowser.
The implementation in mono relies on the Gecko engine.

...