.\" gnp.1 - GTK-based Notepad editor .\" Copyright (c) 1998 Martin Schulze .\" Copyright (c) 1998-2000 Andy Kahn .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" $Id: gnp.1,v 1.5 2000/03/20 18:00:06 kahn Exp kahn $ .\" .TH GNP 1 "20 March 2000" "gnotepad+" "gnotepad+ HTML/text editor" .SH NAME gnp \- gnotepad+, a GTK-based HTML/text editor .SH SYNOPSIS .B gnp .RB [ "options" ] .RB [ "files ..." ] .SH DESCRIPTION .B Gnotepad+ is an easy-to-use, yet fairly feature-rich, simple HTML and text editor for Unix based systems running X11 and using GTK (the Gimp ToolKit). Gnotepad+ was designed to have as little bloat as possible, while still providing many of the common features found in a modern GUI-based text editor. It is still fairly light-weight, especially for the features it offers, and aims to remain that way. The "+" in gnotepad+ is there to differentiate it from other GTK-based text editors which may call themselves "gnotepad". Additionally, gnotepad+ is not intended to be fancy, so it leverages its text editing capabilities on the GTK Text Widget. Hence, if you are looking for a programmers's editor, look for another text editor or help improve the GTK Text Widget. On startup .B gnp will create the directory .I .gnp within the user's home directory. The user may create the file .I gtkrc in that directory and put GTK-specific settings there. Four additional files, .IR apprc ", " appgtkrc ", " recentrc ", and " sessionrc , are also created there. They are maintained by the program itself, so the user should never need to edit these two files. .SH OPTIONS .TP \fB\-?\fR, \fB\-\-help\fR displays a help screen. .TP \fB\-v\fR, \fB\-\-version\fR displays the version and exits. .TP \fB\-i\fR, \fB\-\-info\fR shows the compiler options used at build stage. .TP \fB\-s\fR, \fB\-\-nosplash\fR disables the startup splash screen. .TP \fB\-l\fR, \fB\-\-ldsession\fR load opened files from previous session. .SH OTHER INFORMATION GTK can be found at http://www.gtk.org. http://gnotepad.sourceforge.net is the homepage for gnotepad+. .SH AUTHOR .B gnotepad+ is written by Andy Kahn .