share/man: Updated ide and documentor man pages
authorJerome St-Louis <jerome@ecere.com>
Wed, 3 Aug 2016 07:32:58 +0000 (03:32 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 3 Aug 2016 07:32:58 +0000 (03:32 -0400)
- New 'ecere-ide' man page
- Updated IDE settings and documentation location info

share/man/man1/documentor.1
share/man/man1/ecere-ide.1 [moved from share/man/man1/ide.1 with 50% similarity]

index 828f00c..911a2a9 100644 (file)
@@ -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.
similarity index 50%
rename from share/man/man1/ide.1
rename to share/man/man1/ecere-ide.1
index 67cb71b..6359a8d 100644 (file)
@@ -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/