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
|
|
|
|
2015-04-08 10:04:46 -04:00
|
|
|
#### Mac and Linux
|
|
|
|
Use either the Netbeans project, or the makefile.
|
2015-04-02 14:20:35 -04:00
|
|
|
|
2015-04-08 10:04:46 -04:00
|
|
|
On OS X, `make Tyro.app` will create the app bundle.
|
2015-04-02 14:20:35 -04:00
|
|
|
|