Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-10 | Implement proper handling of unimplemented commands | Adrian Kummerlaender | |
2015-08-09 | Implement `jump` command | Adrian Kummerlaender | |
Requires type dependent conversion in TerminaList's `selectItem` method as values passed through `eval` are of type `QJSValue` which is not implicitly convertible to Int. | |||
2015-08-09 | Implement basic command dispatch logic | Adrian Kummerlaender | |
Moved command implementation into separate ressource. Commands are plain JavaScript functions in this separate ressource and as such callable via a simple call to `eval`. Introduced the concept of a command prefix to enable implementation of e.g. a search command analogously to _vim_. |