2015-03-30 16:38:52 -04:00
|
|
|
#Tyro
|
|
|
|
|
|
|
|
A Cross-platform Code Editor
|
|
|
|
|
|
|
|
### Planned Features
|
|
|
|
|
|
|
|
* Syntax Highlighting
|
|
|
|
* Line Numbers
|
|
|
|
* Custom Syntax themes
|
|
|
|
* SFTP editing
|
|
|
|
|
|
|
|
### Building
|
|
|
|
* Make sure wxWidgets is installed, version 2.8 or 3
|
2015-04-02 14:20:35 -04:00
|
|
|
|
|
|
|
#### Mac
|
|
|
|
* run `make clean Tyro.app`
|
|
|
|
|
|
|
|
#### Linux
|
|
|
|
* use the Code::Blocks project to compile
|
|
|
|
|