Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 9f0650901b8be7777d74c5cd7278e3317e4b8271 authored by Alain Leufroy on 12 September 2011, 13:57:48 UTC, committed by Alain Leufroy on 12 September 2011, 13:57:48 UTC
* tab: completion of the command. It takes into account the text in the edit area
       until the cursor.
       The completion system allows to use widcard. So "*context" will be
       completed by (hide-context, maximize-context, show-context)

* up|down|ctrl p|ctrl n: command history
* starting or endind the command name with '?' displays the command help.
  So, "quit?" == "?quit" == "help quit"

:Note:

* I've tried to connect cmd.Cmd to urwid => poor result because only a few part
  of Cmd may be usefull, output coloring is not really possible and I've to
  refactorize the actual commands storage.
* Input and Output are not standard, so readline is not really usefull here.
1 parent ba3af1b
History
Tip revision: 9f0650901b8be7777d74c5cd7278e3317e4b8271 authored by Alain Leufroy on 12 September 2011, 13:57:48 UTC
[console] add history and completion for command (closes #84733)
Tip revision: 9f06509
File Mode Size
bin
debian
debian.intrepid
debian.lenny
debian.squeeze
doc
hgext
hgviewlib
test
.hgignore -rw-r--r-- 49 bytes
.hgtags -rw-r--r-- 1.1 KB
COPYING -rw-r--r-- 17.6 KB
ChangeLog -rw-r--r-- 1.7 KB
MANIFEST.in -rw-r--r-- 590 bytes
README -rw-r--r-- 1.7 KB
__pkginfo__.py l--------- 24 bytes
debian.lucid l--------- 14 bytes
debian.maverick l--------- 14 bytes
debian.natty l--------- 14 bytes
setup.py -rw-r--r-- 9.5 KB

README

back to top