From: Finn B. <bc...@us...> - 2001-12-30 19:18:14
|
Update of /cvsroot/jython/jython/Doc In directory usw-pr-cvs1:/tmp/cvs-serv8967 Modified Files: registry.ht Log Message: Added doc for python.console.readlinelib. Index: registry.ht =================================================================== RCS file: /cvsroot/jython/jython/Doc/registry.ht,v retrieving revision 2.3 retrieving revision 2.4 diff -C2 -d -r2.3 -r2.4 *** registry.ht 2001/03/27 17:37:31 2.3 --- registry.ht 2001/12/30 19:18:11 2.4 *************** *** 72,76 **** that supports <a href="http://www.bablokb.de/java/readline.html"> GNU readline</a> ! can be installed with this property. </dl> --- 72,84 ---- that supports <a href="http://www.bablokb.de/java/readline.html"> GNU readline</a> ! can be installed with this property. Jython already include such a ! console class and it can be enabled by setting this property to ! <code>org.python.util.ReadlineConsole</code> ! ! <dt><b>python.console.readlinelib</b> ! <dd>Allow a choice of backing implementation for GNU readline support. ! Can be either <code>GnuReadline</code> or <code>Editline</code>. ! This property is only used when <b>python.console</b> is set to ! <code>org.python.util.ReadlineConsole</code>. </dl> |