TreeView.txt 529 B

123456789101112
  1. TODO:
  2. - Callback on tree item select
  3. - Context menu with rename/copy/paste/duplicate
  4. - Delete with Undo/Redo support
  5. - Support for icons next to tree elements
  6. - Clicking on an already selectecd element starts rename
  7. - Will likely need some kind of check to ignore double-clicks?
  8. Other:
  9. - "Ping" effect
  10. - Copy/Paste/Duplicate
  11. - This is more of a problem with actual copying of SceneObjects (It's not implemented). I should be able to serialize, and then de-serialize with a new parent as a form of copy.