|
From: mike d. <md...@us...> - 2002-02-27 23:12:28
|
Date: Wednesday February 27, 2002 @ 11:43 Author: mdillon Update of /cvsroot/jedit/plugins/Vimulator/vimulator In directory usw-pr-cvs1:/tmp/cvs-serv18060/vimulator Modified Files: VimulatorInputHandler.java VimulatorPlugin.java VimulatorUtilities.java Log Message: - Re-enabled 'r' (replace character at cursor); mostly functional - Implemented in-line character searches: - 'f', 'F', 't', 'T', ';', and ',' are all implemented - keyPressed keys (e.g. <Space>, <Tab>) don't yet work - repeat count is broken with character searchs (always searches only once) - Added a couple of ex commands (e.g. reload, :e! and reload-all, :ea! (Vimulator extension)) |