Difference between revisions of "Gemas.app"
Jump to navigation
Jump to search
Espectador (talk | contribs) m |
Espectador (talk | contribs) (Add HKThemes) |
||
Line 9: | Line 9: | ||
− | This is a simple code editor with highlight syntax and auto indentation. Gemas depends on [[HighlighterKit]] framework of Saso Kiselkov. On Windows, when you launch Gemas, it open a new document for Objective-C. If you want other type of document, create the appropriate new document from menu. This is because currently you can't change the highlight syntax once you open a document.| | + | This is a simple code editor with highlight syntax and auto indentation. Gemas depends on [[HighlighterKit]] framework of Saso Kiselkov. On Windows, when you launch Gemas, it open a new document for Objective-C. If you want other type of document, create the appropriate new document from menu. This is because currently you can't change the highlight syntax once you open a document. There are also a couple of themes for the syntax highlighter: [http://download.gna.org/gnustep-nonfsf/HKThemes-1.0.tar.gz HKThemes 1.0]| |
features = | features = | ||
* Highlight syntax for languages C, C++, Obj-C, Obj-C++, GSmarkup. | * Highlight syntax for languages C, C++, Obj-C, Obj-C++, GSmarkup. |
Revision as of 18:41, 28 February 2012
A simple code editor for GNUstepers
Current Version: 0.3 (Windows Installer)
- Released: Feb 14, 2012
- Licensed: GPLv3
Overview
This is a simple code editor with highlight syntax and auto indentation. Gemas depends on HighlighterKit framework of Saso Kiselkov. On Windows, when you launch Gemas, it open a new document for Objective-C. If you want other type of document, create the appropriate new document from menu. This is because currently you can't change the highlight syntax once you open a document. There are also a couple of themes for the syntax highlighter: HKThemes 1.0
Features
- Highlight syntax for languages C, C++, Obj-C, Obj-C++, GSmarkup.
- Highlight syntax to edit Strings, Plist, GNUmakefile, ChangeLog files and Plain text.
- Auto indentation.
- Double click above a parentheses to select all code inside these.
- Emacs compatibility (this means that you can see correctly the indentation of a file you wrote on Emacs).
- Go to Line Panel.
- Preferences Panel to change colors, editor size, font, Highlighter theme, ...
- Menu options App and Tool to create a simple App or Tool
Maintainer
Related Links