From bffa489b9a5ae4969532674fea00283e8fb22de7 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 14 Jan 2002 18:03:53 +0000 Subject: [PATCH] r1090: Added a bit of colour to the SOAP part of the manual. --- ROX-Filer/Help/TODO | 5 ++ ROX-Filer/src/Docs/Manual-fr.xml | 4 +- ROX-Filer/src/Docs/Manual.xml | 98 ++++++++++++++++++++++++---------------- ROX-Filer/src/Docs/to_html.xsl | 8 ++++ ROX-Filer/style.css | 9 ++++ 5 files changed, 83 insertions(+), 41 deletions(-) diff --git a/ROX-Filer/Help/TODO b/ROX-Filer/Help/TODO index 7e6b972e..0ac0431e 100644 --- a/ROX-Filer/Help/TODO +++ b/ROX-Filer/Help/TODO @@ -7,6 +7,11 @@ when someone sends patches!). BUGS +When files are converted to XML they are labelled as UTF-8, even though +they aren't. Label as iso-8859 instead (just when doing the conversion). + +Dragging to the Home icon in a deleted directory causes odd effects! + Use doubles in find.c to cope with large files. Implement locking (mv) for thumbnails. diff --git a/ROX-Filer/src/Docs/Manual-fr.xml b/ROX-Filer/src/Docs/Manual-fr.xml index 8846a7d7..09f72c3c 100644 --- a/ROX-Filer/src/Docs/Manual-fr.xml +++ b/ROX-Filer/src/Docs/Manual-fr.xml @@ -3212,8 +3212,8 @@ Les m Les appels suivants peuvent être utilisés pour commencer de nouvelles actions sur objets. - Quiet (NDT : "Silencieux") peut prendre la valeur "vrai" si l'opération doit commencer immédiatement, plutôt - que d'attendre la confirmation de l'utilisateur. S'il a la valeur "faux", l'utilisateur doit toujours confirmer. + Quiet (NDT : "Silencieux") peut prendre la valeur "true" si l'opération doit commencer immédiatement, plutôt + que d'attendre la confirmation de l'utilisateur. S'il a la valeur "false", l'utilisateur doit toujours confirmer. S'il est omis, la valeur par défaut est utilisée. diff --git a/ROX-Filer/src/Docs/Manual.xml b/ROX-Filer/src/Docs/Manual.xml index 5e60b805..2de3bdc5 100644 --- a/ROX-Filer/src/Docs/Manual.xml +++ b/ROX-Filer/src/Docs/Manual.xml @@ -3162,75 +3162,95 @@ - Version() + Version() Returns the filer's version. - CloseDir(Filename) - Close directory Filename and all its subdirectories. + CloseDir(Filename) + Close directory Filename and all its subdirectories. - Examine(Filename) - Filename may have changed — check it and update the display. + Examine(Filename) + Filename may have changed — check it and + update the display. - OpenDir(Filename) - Open a window showing directory Filename. + OpenDir(Filename) + Open a window showing directory Filename. - Panel(Name, Side) - Open the panel named Name on screen side Side (Top|Bottom|Left|Right). - Name can be a name in Choices (eg, `MyPanel') or a full pathname. + Panel(Side, + [Name]) + Open the panel named Name on screen side + Side (Top|Bottom|Left|Right). + Name can be a name in Choices (eg, + MyPanel) or a full pathname. + If not given, the panel on that side is turned off. - Pinboard(Name) - Display pinboard Name on the desktop background. - Name can be a name in Choices (eg, `MyPinboard') or a full pathname. + Pinboard([Name]) + Display pinboard Name on the desktop background. + Name can be a name in Choices (eg, + MyPinboard) or a full pathname. + If not given, the pinboard is turned off. - Run(Filename) - Run Filename as if it was clicked on in the filer. + Run(Filename) + Run Filename as if it was clicked on in the filer. - Show(Directory, Leafname) - Open Directory and flash the file Leafname inside it. + Show(Directory, + Leafname) + Open Directory and flash the file + Leafname inside it. - FileType(Filename) - Returns the MIME-type of Filename (by writing the SOAP response - to standard output). + FileType(Filename) + Returns the MIME-type of Filename (by writing the + SOAP response to standard output). The following calls can be used to start new file actions. - Quiet can be "true" if the operation should start immediately, instead - of waiting for the user to confirm. If "false", the user must always - confirm. If not given, the default setting is used. + Quiet can be true if the + operation should start immediately, instead of waiting for the user to + confirm. If false, the user must always confirm. If + not given, the default setting is used. - Copy(From, To, [Leafname, Quiet]) - Copy each file in the array From to the directory To. If Leafname - is given then From should contain a single entry only; Leafname - gives the new leafname. + Copy(From, + To, [Leafname, + Quiet]) + Copy each file in the array From to the directory + To. If Leafname is given + then From should contain a single entry only; + Leafname gives the new leafname. - Move(From, To, [Leafname, Quiet]) - Move each file in the array From to the directory To. If Leafname - is given then From should contain a single entry only; Leafname - gives the new leafname. + Move(From, + To, [Leafname, + Quiet]) + Move each file in the array From to the directory + To. If Leafname is given + then From should contain a single entry only; + Leafname gives the new leafname. - Link(From, To, [Leafname]) - Symlink each file in the array From to the directory To. If Leafname - is given then From should contain a single entry only; Leafname - gives the new leafname. + Link(From, + To, [Leafname]) + Symlink each file in the array From to the + directory To. If Leafname is + given then From should contain a single entry only; + Leafname gives the new leafname. - Mount(MountPoints, [OpenDir, Quiet]) - Mount each directory in the list MountPoints. If "true", OpenDir - causes each directory to be opened once it is mounted. + Mount(MountPoints, + [OpenDir, Quiet]) + Mount each directory in the list MountPoints. If + true, OpenDir causes each + directory to be opened once it is mounted. @@ -3292,4 +3312,4 @@ - \ No newline at end of file + diff --git a/ROX-Filer/src/Docs/to_html.xsl b/ROX-Filer/src/Docs/to_html.xsl index 63680bbc..7eb6d6df 100644 --- a/ROX-Filer/src/Docs/to_html.xsl +++ b/ROX-Filer/src/Docs/to_html.xsl @@ -31,6 +31,14 @@ `' + + + + + + + + `' diff --git a/ROX-Filer/style.css b/ROX-Filer/style.css index 1fa87b23..bc3cfe42 100644 --- a/ROX-Filer/style.css +++ b/ROX-Filer/style.css @@ -96,3 +96,12 @@ span.keycap { white-space: nowrap; } +span.parameter { + font-style: italic; + color: #44f; +} + +span.function { + font-weight: bold; + color: #44f; +} -- 2.11.4.GIT