Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-15 | cleaned up command line updating: the interface is responsible for drawing ↵ | Robin Haberkorn | 1 | -1/+1 | |
the "*" (if it wants to) | |||||
2012-11-15 | make it possible for interface classes to define a get_options() method to ↵ | Robin Haberkorn | 1 | -0/+5 | |
add an options group to the help menu | |||||
2012-11-15 | added Interface class to ease porting SciTECO to other platforms (toolkits) | Robin Haberkorn | 1 | -0/+60 | |
* will support Scintilla with Scinterm/NCurses * changes are in such a way that the generated machine code should have almost no overhead compared to the previous implementation (at least when compiled with optimizations) |