Difference between revisions of "Ink.app"

From GNUstepWiki
Jump to navigation Jump to search
m (+ link to blog entry)
 
(3 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
shortdescription = Ink is the GNUstep editor. |
 
shortdescription = Ink is the GNUstep editor. |
  
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-examples-1.1.0.tar.gz GNUStep Examples 1.1.0]|
+
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-examples-1.3.0.tar.gz GNUStep Examples 1.3.0]|
  
releasedate = Sep 11, 2006 |
+
releasedate = Feb 02, 2010 |
  
 
license = GPL 2 |
 
license = GPL 2 |
Line 13: Line 13:
 
overview = Ink is a basic editor for rtf(d) and plain text. Its main purpose is to demonstrate how to build a document-centered application by subclassing [[NSDocument]]. |
 
overview = Ink is a basic editor for rtf(d) and plain text. Its main purpose is to demonstrate how to build a document-centered application by subclassing [[NSDocument]]. |
  
features = |
+
features =  
 +
* printing
 +
* spell checker
 +
 
 +
|
  
 
maintainer = Fred Kiefer |
 
maintainer = Fred Kiefer |
  
relatedlinks = [http://www.gnustep.org/experience/examples.html GNUStep Examples page]
+
relatedlinks =  
 +
*[http://www.gnustep.org/experience/examples.html GNUStep Examples page]
 
* [http://gnustep.blogspot.com/2008/01/ink-gnustep-text-editor-and-services.html Ink, a GNUstep text editor, and services]|
 
* [http://gnustep.blogspot.com/2008/01/ink-gnustep-text-editor-and-services.html Ink, a GNUstep text editor, and services]|
  
 
category = [[Category:Editor Applications]]
 
category = [[Category:Editor Applications]]
 
}}
 
}}

Latest revision as of 16:10, 15 January 2012

This article or section is a stub (i.e., in need of additional material).
You can help us by expanding it


Ink is the GNUstep editor.

Current Version: GNUStep Examples 1.3.0

  • Released: Feb 02, 2010
  • Licensed: GPL 2

Overview

Ink is a basic editor for rtf(d) and plain text. Its main purpose is to demonstrate how to build a document-centered application by subclassing NSDocument.

Features

  • printing
  • spell checker

Maintainer

Fred Kiefer

Related Links