The ManEdit UNIX Manual Page Editor is an editor specifically tailored for UNIX manual pages. It has a preview viewer, uses the manual page XML format for easy editing, and comes with a tutorial and reference guide. It uses the GTK+ widget set and features syntax highlighting, a complete drag and drop system for easy viewing and editing, a crash recovery system, and sample manual page templates.
| Tags | Text Editors Documentation Integrated Development Environments (IDE) Software Development Code Generators Text Processing Markup XML |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | C |
| Translations | English |
Recent releases


Changes: A memory leak when saving manual pages under a different name was fixed. The file selector's file type and extension completion were improved.


Changes: A new and improved Tool Bar, a CfgList system, an options window, and top-level node statistics.


Changes: This release fixes the MenuButton widget recursive popup bug. The Manual Page name is now displayed on the Viewer's title bar. A bug in the Popup List's signal connection has been fixed.


Changes: The Editor's copy/paste ownership display was improved. A bug that caused redundant signal connects when setting a GtkSelection was fixed. New select, copy, and pointer roller functions have been added to the Viewer.


Changes: A bug in the selection of file types in the File Selector dialog was fixed. The popup list box has been improved. Dialogs now have proper transient parents.
- All comments
Recent commentsDowntime and relocation notice 2008 June 24
The site (revealsystems.net) that hosts this project's web page (battlefieldlinux.com) was destroyed by error in behalf of a repair technitian attempting to fix another site physically adjacent to this site on 2008 June 12. This site was incorrectly identified as the site needing repair by the technitian and all of its data was completely erased by the "repair" which involved an attempt to install a different operating system (Windows 2000).
Corrective actions are pending on the technitian as of this posting.
We are currently regenerating our source and data packages and using wolfsinger.com and savannah.gnu.org as a temporary distribution point. We have not made a decision at this point as to whether to keep this temporary distribution set up or to recreate the set up on battlefieldlinux.com. When a decision is made it will be posted here.
Re: special characters
> It would have been nice if I told why :)
> ...
> If you start a line with a dot it
> doesn't show although the line is
> present in the manual file. It looks
> like it is interpreted as a hidden file
> (e.g. .bashrc) or something... any
> clues?
Wow, I found in a side-related manual another one.
One can also start a line with "\&."
Re: special characters
> It would have been nice if I told why :)
> ...
> If you start a line with a dot it
> doesn't show although the line is
> present in the manual file. It looks
> like it is interpreted as a hidden file
> (e.g. .bashrc) or something... any
> clues?
Okay, after the usual RTFM stuff apparently a possible way for this is starting the line using \N'046' .
In my current font this will produce the dot I need.
Still open for suggestion tho :)
special characters
It would have been nice if I told why :) ...
If you start a line with a dot it doesn't show although the line is present in the manual file. It looks like it is interpreted as a hidden file (e.g. .bashrc) or something... any clues?
special characters
How does one start a line with a dot in manedit like:
. <program name>
A \ as 'do nothing with next character' doesn't work and the manual doesn't tell.