pyreadline: Addition to manual

This commit is contained in:
jstenar
2007-05-24 18:11:32 +00:00
parent aad4975eaf
commit a07c16aa3d
2 changed files with 7 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
2007-05-24 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Additions to manual
2007-05-14 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Fixing pageup pagedown scrolling of window
* Begining work on killring. ctrl-k ctrl-y will not use clipboard anymore
+4 -6
View File
@@ -166,29 +166,27 @@ The pyreadline package now supports international characters. However using inte
\section{Known issues}
\begin{itemize}
\item Ctrl-s can not be used as a bound key. It seems ctrl-s does not generate key-up events in the console. This is an issue with cygwin as well.
\item No vi mode is implemented
\item If you do not want pyreadline at the standard windows prompt. Delete readline.py
from the install directory. This will not interfere with ipython usage, but you will
not be able to use the rlcompleter module which requires the readline.py module.
\end{itemize}
\section{Future work}
\subsection{Near term}
\begin{itemize}
\item install scripts for easyinstall and distutils
\item Manual
\end{itemize}
\subsection{Middle term}
\begin{itemize}
\item Refactor code
\item Add missing functionality
\item Make console layer pluggable to allow more platforms
\end{itemize}
\subsection{Long term}
\begin{itemize}
\item Add more platforms
\item Add vi mode
\item Improve vi mode
\end{itemize}