On Mon, 20 Feb 2012 20:00:38 +0100
Colomban Wendling <[email protected]> wrote:

> Thanks a lot, committed.  Maybe an update of the manual to explain
> more it needed?

Yes... An update is required because the manual explicitly says "if
you specify CL files, only they will be opened", and refers the user
to Recent files. So I altered the Startup section a bit.

-- 
E-gards: Jimmy
>From 97d8f12958e0a2924b3fb557b01195320e1a9323 Mon Sep 17 00:00:00 2001
From: Dimitar Zhekov <[email protected]>
Date: Mon, 20 Feb 2012 21:20:48 +0200
Subject: [PATCH] altered Geany manual "Startup" to reflect that the default
 session is loaded even if opening file(s)

---
 doc/geany.txt |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/geany.txt b/doc/geany.txt
index 6cefa87..89b20cc 100644
--- a/doc/geany.txt
+++ b/doc/geany.txt
@@ -424,17 +424,17 @@ Startup
 
 At startup, Geany loads all files from the last time Geany was
 launched. You can disable this feature in the preferences dialog
-(see `General Startup preferences`_). If you specify some
-files on the command line, only these files will be opened, but you
-can find the files from the last session in the file menu under the
-"Recent files" item. By default this contains the last 10 recently
-opened files. You can change the number of recently opened files in
-the preferences dialog.
+(see `General Startup preferences`_).
 
 You can start several instances of Geany, but only the first will
-load files from the last session. To run a second instance of Geany,
-do not specify any filenames on the command-line, or disable opening
-files in a running instance using the appropriate command line option.
+load files from the last session. In the subsequent instances, you
+can find these files in the file menu under the "Recent files" item.
+By default this contains the last 10 recently opened files. You can
+change the number of recently opened files in the preferences dialog.
+
+To run a second instance of Geany, do not specify any filenames on
+the command-line, or disable opening files in a running instance
+using the appropriate command line option.
 
 
 Opening files from the command-line in a running instance
-- 
1.7.9

_______________________________________________
Geany-devel mailing list
[email protected]
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Reply via email to