-
Notifications
You must be signed in to change notification settings - Fork 148
Boo Explorer
rollynoel edited this page Jun 16, 2013
·
6 revisions
Added by Rodrigo B. de Oliveira
In the extras directory you're going to find this neat little utility that allows you not only to edit boo scripts with a nice syntax highlighting but also to run them (F5) and/or see their expanded form (CTRL+E).
booxw can be found in binary form here.
If you want to build it yourself follow these simple steps:
- go to the extras/boox directory
- type nant
boox requires at least nant 0.85, which is a nightly build version, not a stable version.
Here's a screenshot of boox in action to whet your appetite:
I've started a similar project using Gtk# but It's in a very early stage. If you know or want to learn how to write Gtk# applications this could be a good chance.