Sublime Text 3

Monkey Forums/Monkey Programming/Sublime Text 3

Yahfree(Posted 2014) [#1]
Hey, I develop on Linux and wanted to get back into Monkey (I've been stuck in Java world for a while). I love sublime, and I found a repository for language support:

https://github.com/gingerbeardman/monkey.sublime

However, it didn't work properly with Sublime Text 3, and had some build support problems. (trans_ was renamed to transcc_ along with other things) and only support Mac/Windows.

Well I forked the repository, added linux support, and redid some of the documentation in the README. (Installation via the Sublime package manager is much better).

Of course, getting stuff to work on Linux isn't only about the IDE, you have to do a lot of PATH fixing and downloading some libraries via your package manager, it's well described here: http://www.monkeycoder.co.nz/Community/posts.php?topic=7600

So here's my repo.. Take a look at the readme for install instructions.

https://github.com/aaronnech/monkey.sublime


Yahfree(Posted 2014) [#2]
By the way, if you get invalid target errors while trying to build.. Let me know and I'll fix them.. I think different operating systems have different target names (possibly?).. One example is I had to change "-target=html" to "-target=Html_Game"


wiebow(Posted 2014) [#3]
Thanks for trying to fix this. There are still a lot of problems with this package. Classes do not get recognized, monkey pre processor words aren't recognised either... I'm hooked on sublime as well, but this package is not something i can work with. :(


monkeyteets(Posted 2014) [#4]
wiebow? really you can't work with it? I've been using it just fine on multiple projects - it's not perfect just some of the build targets needed to be updated.

Anyway great job Yahfree - please continue you've already made my day better!