Go to file
Tim Warren cdda8c2ffe Basic syntax highlighting for C++ 2015-04-13 13:01:25 -04:00
config Start on lexers for syntax highlighting 2015-04-09 17:16:28 -04:00
include Disable controls that aren't relevent at program start 2015-04-13 09:30:56 -04:00
nbproject Disable controls that aren't relevent at program start 2015-04-13 09:30:56 -04:00
resources More reorganization 2015-04-07 10:59:08 -04:00
src Basic syntax highlighting for C++ 2015-04-13 13:01:25 -04:00
tests Make SFTP class more C++ like 2015-04-08 11:06:24 -04:00
.gitignore Remove some netbeans project cruft 2015-04-09 19:57:23 -04:00
Makefile Lexers can now be loaded 2015-04-10 15:11:15 -04:00
README.md Update Netbeans project and Readme 2015-04-08 10:04:46 -04:00

README.md

#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

Mac and Linux

Use either the Netbeans project, or the makefile.

On OS X, make Tyro.app will create the app bundle.