Yame - yet another monkey editor ;o) => for Mac

Monkey Archive Forums/Monkey Discussion/Yame - yet another monkey editor ;o) => for Mac

samowitsch(Posted 2014) [#1]
I have written a simple monkey editor for Mac. It uses as base a modified version of the MacGap project ( https://github.com/maccman/macgap ) with access to the filesystem.
The editor it self is written in JavaScript and uses ACE ( http://ace.c9.io ). For ACE i generated a mode for monkey syntax highlighting (code folding is possible too, but i don't understand the magic inside ACE ;o).

Yame was a little fun project for me. Some main features that i wanted are: mac like shortcuts, instant save, drag and drop of monkey files (only one at the moment)

You can download it here: http://www.motions-media.de/developing/yame/Yame.app.zip

HTML5 target is working very well, other targets i haven't tested in depth. Growl is used for output. This is maybe a point for a rework ;-)

Try it carefully!

More infos and links to the sources you can find inside the "About Yame" window of the app.


Shinkiro1(Posted 2014) [#2]
That's pretty cool. I couldn't help myself to immediately tinker with it and change some css stuff ^^


Yame was a little fun project for me.


Will you continue working on it? Because this is a really good start.

Btw, the minimize and close button are greyed out.



PS: Looking at the ace site there are already a lot of great features implemented: code folding, snippets, ...


samowitsch(Posted 2014) [#3]
Yes, i will continue working on it ;o)