From 6ce79afce72eb2b941031a557ae04269c792fea9 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Wed, 3 Aug 2016 03:32:58 -0400 Subject: [PATCH] share/man: Updated ide and documentor man pages - New 'ecere-ide' man page - Updated IDE settings and documentation location info --- share/man/man1/documentor.1 | 10 +++++++--- share/man/man1/{ide.1 => ecere-ide.1} | 8 ++++---- 2 files changed, 11 insertions(+), 7 deletions(-) rename share/man/man1/{ide.1 => ecere-ide.1} (50%) diff --git a/share/man/man1/documentor.1 b/share/man/man1/documentor.1 index 828f00c..911a2a9 100644 --- a/share/man/man1/documentor.1 +++ b/share/man/man1/documentor.1 @@ -1,4 +1,4 @@ -.TH DOCUMENTOR "1" "August 2012" "documentor" "Ecere SDK/API Reference Tool" +.TH DOCUMENTOR "1" "August 2016" "documentor" "Ecere SDK/API Reference Tool" .SH NAME documentor \- Ecere API Reference Tool .SH SYNOPSIS @@ -7,8 +7,12 @@ documentor [\fIec-shared-library-name-or-path\fR] | [\fIec-symbol-file\fR (\fB.s .SH DESCRIPTION Brings up the Ecere API Reference Tool. -Modules (eC shared library or symbol file) whose API you want to browse and/or contribute to can be specified on the command line. +Module (eC shared library or symbol file) whose API you want to browse and/or contribute to can be specified on the command line. If no name is specified, the libecere API will show up by default. -Changes will be saved in the documentation path specified in the application's File/Settings menu (Defaults to /usr/share/ecere/doc), with the file name: \fImodule-name\fR\fB.eCdoc\fR. \ No newline at end of file +Changes will be saved in the documentation path specified in the application's File/Settings menu (Defaults to /usr/share/ecere/doc), within the folder: \fImodule-name\fR. + +Since version 0.44.15, documentation data is now stored using the \fBECON\fR data interchange format( http://ec-lang.org/econ/ ). + +ECON is compatible with the eC instantiation syntax. diff --git a/share/man/man1/ide.1 b/share/man/man1/ecere-ide.1 similarity index 50% rename from share/man/man1/ide.1 rename to share/man/man1/ecere-ide.1 index 67cb71b..6359a8d 100644 --- a/share/man/man1/ide.1 +++ b/share/man/man1/ecere-ide.1 @@ -1,13 +1,13 @@ -.TH IDE "1" "August 2012" "ide" "Ecere SDK/Integrated Development Environment" +.TH ECERE-IDE "1" "August 2016" "ecere-ide" "Ecere SDK/Integrated Development Environment" .SH NAME -ide \- Ecere IDE +ecere-ide \- Ecere IDE .SH SYNOPSIS .IX -ide [\fIproject\fR] [\fIfiles\fR]* +ecere-ide [\fIproject\fR] [\fIfiles\fR]* .SH DESCRIPTION Launches the Ecere Integrated Environment. A \fIproject\fR (\fB.epj\fR) and/or \fIfiles\fR to be opened on startup can be specified on the command line. .SH SETTINGS -Settings for the IDE are stored in ~/.ecereIDErc +Settings for the IDE are stored in ~/.ecereIDE/ -- 1.8.3.1