BlitzMate example shot

BlitzMax Forums/BlitzMax Programming/BlitzMate example shot

ozak(Posted 2006) [#1]
Dunno if it should be in blitz showcase, but since it's not blitz and related to programming it goes here :)

Anyhoo. Managed to get some BlitzMax going in TextMate (Great text editor for OS X) so you can have function folding and syntax highlighting on the mac.

No compilation or anything and code folding/keywording only works on lowercase chars. Also to code fold, keywords must be at the beginning of the line. Only messed with it for 30 mins though, so it'll get better.

Editor costs 39€, but that's actually cheap for what you get.

Update: Compiling and code folding on any case functions, loops etc. added.




computercoder(Posted 2006) [#2]
Thats nice. Now if I could only get a Mac :|


Jay Kyburz(Posted 2006) [#3]
I might be tempted to help. Im a big fan of TextMate.

Do you know if its possible to interpret compiler error messages and jump to source files and things?


ozak(Posted 2006) [#4]
Haven't gotten that far yet :)
I'm having some problems with regular expressions, but who isn't? ;)