File: TODO

package info (click to toggle)
entity 0.7.2-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,352 kB
  • ctags: 5,272
  • sloc: ansic: 61,707; sh: 7,921; makefile: 732; perl: 399
file content (28 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

* Get the tree renderer fixed so you can set selected="true" to select
  any newly added nodes.
* have a set of 'common attributes' for each node that come up in plain
  site so you can easily tweak things.
* It should ask you for the 'name' at least when creating objects/windows
* Generally streamline the UI so that it's fast to build things.
* Fix up the top menus (add save tree, cut/copy/paste etc.)
* cut/copy/paste of tree sections

(From Johannes)

* check the result of entity:languages and install
  buttons for the supported languages.

* add an `edit xml' function in a choosable editor
  (defaulting to $EDITOR %s)

* add an update option to update the tree.
  if this could be done by stemwinder.e automatically
  this would be even better.

* add a function to expand a complete tree and subnodes
  or collapse (maybe starting from a selected node).
  Suppose I want to access a node deep inside then
  it's awkward to click on all the +'s to open each node.