Difference between revisions of "Gemas.app"

From GNUstepWiki
Jump to navigation Jump to search
(Update version and image)
(Added link)
Line 9: Line 9:
  
  
This is a simple code editor with highlight syntax and auto indentation. Gemas depends on [[HighlighterKit]] framework of Saso Kiselkov (the package contains [[HighlighterKit]]). 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 (the Gemas package contains [[HighlighterKit]]). 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.|
 
features =  
 
features =  
 
* Highlight syntax for languages C, C++, Obj-C, Obj-C++, GSmarkup.
 
* Highlight syntax for languages C, C++, Obj-C, Obj-C++, GSmarkup.
Line 19: Line 19:
 
* Preferences Panel to change some colors and configuration. |
 
* Preferences Panel to change some colors and configuration. |
 
maintainer = [mailto:german@xelalug.org Germán A. Arias] |
 
maintainer = [mailto:german@xelalug.org Germán A. Arias] |
relatedlinks = < ... > |
+
relatedlinks = [http://www.gnustep.org/softwareindex/showdetail.php?app=123 Gemas at Software Index] |
 
category = [[Category: Development Applications]]
 
category = [[Category: Development Applications]]
 
}}
 
}}

Revision as of 04:48, 6 May 2011

A simple code editor for GNUstepers

Current Version: 0.2 (Windows Installer)

  • Released: 5 May, 2011
  • Licensed: GPLv3

Overview

Gemas.app running on WindowMaker Gemas.app running on Gnome Gemas.app running on Windows XP


This is a simple code editor with highlight syntax and auto indentation. Gemas depends on HighlighterKit framework of Saso Kiselkov (the Gemas package contains HighlighterKit). 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.

Features

  • Highlight syntax for languages C, C++, Obj-C, Obj-C++, GSmarkup.
  • Highlight syntax to edit Strings, Plist, GNUmakefile and ChangeLog files.
  • 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 some colors and configuration.

Maintainer

Germán A. Arias

Related Links

Gemas at Software Index