summaryrefslogtreecommitdiff
path: root/src/jline/TEST-NOTE.txt
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-05-26 15:02:37 +0000
committerPaul Phillips <paulp@improving.org>2011-05-26 15:02:37 +0000
commit4f54ab68fec84e9312567e52e58cf1769de6e5bc (patch)
treecc1107f75248994bad3770ef7f92ed8f1ce0a203 /src/jline/TEST-NOTE.txt
parent3f192157811eb268d46f3a71011a5b2b966faa14 (diff)
downloadscala-4f54ab68fec84e9312567e52e58cf1769de6e5bc.tar.gz
scala-4f54ab68fec84e9312567e52e58cf1769de6e5bc.tar.bz2
scala-4f54ab68fec84e9312567e52e58cf1769de6e5bc.zip
Rebuilt jline with some navigation improvements...
Rebuilt jline with some navigation improvements (ctrl-T jumps forward a word, ctrl-X deletes the word in front of the cursor), thanks to Kenji Matsuoka for portions of this patch. Note to OSX users: TIL learned that ctrl-O is swallowed by the terminal and that unless you have some need for weird flow-control over serial connection control chars, you can recover it with stty discard undef And then you have ctrl-O for previous word and ctrl-T for next word. No review.
Diffstat (limited to 'src/jline/TEST-NOTE.txt')
-rw-r--r--src/jline/TEST-NOTE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jline/TEST-NOTE.txt b/src/jline/TEST-NOTE.txt
new file mode 100644
index 0000000000..04f5de8dc1
--- /dev/null
+++ b/src/jline/TEST-NOTE.txt
@@ -0,0 +1,4 @@
+Apparently the jline bundled with sbt interferes with testing some changes: for instance after changing the keybindings I kept seeing failures until I realized what was happening, and bypassed sbt, e.g.
+
+% java -cp ./lib_managed/scala_2.9.0/compile/jansi-1.4.jar:./lib_managed/scala_2.9.0/test/'*':./target/scala_2.9.0/classes:./target/scala_2.9.0/test-classes:./target/scala_2.9.0/resources org.junit.runner.JUnitCore scala.tools.jline.console.EditLineTest
+