[Pkg-mozext-commits] [nostalgy] 38/252: *** empty log message ***
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:24:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit b42c4ae9f4a2a397bffe83a2417f3e2950949e8d
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Thu Sep 28 15:48:02 2006 +0000
*** empty log message ***
---
CHANGES | 4 +++-
content/about.xhtml | 24 +++++++++++++++++++-----
2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/CHANGES b/CHANGES
index 9b5d8d0..7d2db1c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,9 @@ Since 0.1.8
- select a message when entering a folder with the G key
- don't prefix folder names with the server name when restricting
to the current server
- - folders are sorted by name in the completion box
+ - option to sort folders in the completion box
+ - completion even when not editing at the end of the box
+ - new shell-completion mode activated by Tab
0.1.8
- bug fix: the M and I keys were incorrectly captured
diff --git a/content/about.xhtml b/content/about.xhtml
index 9b36b1d..5d8d4ab 100644
--- a/content/about.xhtml
+++ b/content/about.xhtml
@@ -42,11 +42,15 @@
<p>The G, S and C commands open an auto-completion box
(in place of the status bar)
where you can select a folder by typing part of its name.
- Matching is case-insensitive. Regular
+ Regular
expressions are accepted as well (and .. is a short-hand for .*
meaning: any sequence of characters). You can choose the first
suggested completion with Return, or first choose another one with
- the Up/Down keys. You can cancel the command with Escape.</p>
+ the Up/Down keys. You can cancel the command with Escape.
+ The Tab key activates a shell-like autocompletion mode. In this mode,
+ the completed suggestions only mentions possible completions
+ one level down in the folder hierarchy, and the Tab key itself
+ automatically completes with the longest unambiguous fragment.</p>
<p>It is possible to restrict (see the preference dialog)
the completion to the folders on the
@@ -111,13 +115,18 @@
it is global.
</p>
+ <h3>Auto-completion</h3>
+
<h3>Preferences</h3>
<p>The preference dialog for Nostalgy is the place where rules are
- defined. In addition, two switches control the way the completion
+ defined. In addition, four switches control the way the completion
box (where folder names are proposed) is populated.</p>
- <p>The first switch restricts the lookup to folders on the same server/account
- as the currently active folder.</p>
+
+ <p>The first switch restricts the lookup to folders on the same
+ server/account as the currently active folder. In this mode,
+ the server name is not displayed (and must not be typed) in
+ the input line and the completion box.</p>
<p>The second switch forces Nostalgy to interpret differently what
is typed in the text. Normally, when the option is disabled,
@@ -127,6 +136,11 @@
the regexp must match either a substring of the local folder name
(not the full name) or a prefix of the full folder name.</p>
+ <p>The third switch sorts folder in the completion box in alphabetical
+ order.</p>
+
+ <p>The fourth switch controls whether folder names are matched
+ in a case sensitive or insensitive way.</p>
<h3>About Nostalgy...</h3>
<p>The Nostalgy extension has been written by Alain Frisch (<tt>Alain.Frisch at inria.fr</tt>). Comments ands suggestions are welcome!</p>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list