scyther/gui/todo.txt

31 lines
993 B
Plaintext
Raw Normal View History

2006-08-08 17:16:28 +01:00
URGENT
-
2006-08-08 17:16:28 +01:00
TO BE DONE
- Config file should use Python's confParse module.
- Save preferences in local file on close.
2006-08-08 17:16:28 +01:00
WOULD LIKE TO HAVE
- Font selector for graphs.
- Nice graph scaling for all platforms (now only supported under Linux
using the Python Imaging Library through postscript; currently
wxPython does not support any cross-platform vector format out of the
box, as SVG is still only a non-default build option.)
- Support for using an external editor.
- toggle for 'watch file'.
- toggle for 'auto-verify on change' or something like that.
2006-08-02 13:59:57 +01:00
- Ideally we somehow color the correct/incorrect tags in the editor.
- Line numbering is needed for the editor window otherwise you cannot
2006-08-08 17:16:28 +01:00
interpret attacks. Probably use wx.Py editor things.
- Scyther executable should be able to be set by means of preferences.
- Save attacks (dot/xml/png) to file.
IN AN IDEAL WORLD...
- Use Python modules to generate the attack graphs from the XML, also
allow for eg. ASCII output.