Some notes so I know where I'm at next time
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# TASK
|
||||
- [ ] Add a way to manage the windows in the layout tool UI
|
||||
we need to be able to create a new windw:
|
||||
-> creates a new form we can edit
|
||||
-> on creation updates that form to be an updatable window
|
||||
when traversing the layouttreeview:
|
||||
-> update the tool page so we can jump to edit and update window info
|
||||
@@ -171,7 +171,7 @@ func layoutToolTreeViewEvCapture(bus *events.Bus, doc *dom.DOM,
|
||||
bus.Emit(ui.DestroyWindowEv{ID: wRef.ID})
|
||||
case 'm':
|
||||
// Go into move mode
|
||||
bus.Emit(ui.LogEv{Log: "calling dimensions tool\n"})
|
||||
bus.Emit(ui.LogEv{Log: "calling window manipulation tool\n"})
|
||||
wRef, err := getCurNodeRef(tree)
|
||||
if err != nil {
|
||||
bus.Emit(ui.LogEv{Log: " -> " + err.Error()})
|
||||
|
||||
Reference in New Issue
Block a user