Description
This plugin has been closed as of March 24, 2023 and is not available for download. Reason: Security Issue.
Reviews
jamilrg
June 4, 2020
On monitors with fullhd, 2k, and 4k resolutions, the editor window is very small and there is no way to stretch it. Please fix it. I use your plugin in every project. Thank you for a good plugin!
antonvyukov
January 28, 2017
Very nice editor!
One thing to add – save current directory between sessions.
Thank you!
mkolosov
January 20, 2017
Powerful plugin for editing code. Thank u buddy
chachah
September 3, 2016
This plugin is exactly what I was looking for. But I had to add 3 lines of code in plugins/gmace/assets/js/scripts.js to get my scss files highlighted. If you need that too, add this just after line 461:
case "scss":
editor.getSession().setMode("ace/mode/scss");
break;
If needed, you can add support for many other coding languages as “lua”, “lisp” or “perl” (have a look at plugins/gmace/assets/js/ace directory). Just add the 3 lines above replacing “scss” by the extension of your choice.
Ruslan Suhar
September 3, 2016
This great plugin really makes a developer’s life a bit better. Thank you, mate!
shaeirving1
December 21, 2016
Excellent Work – Simple and clean setup interface
Contributors & Developers
“GMAce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “GMAce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.