From 111a587935675b046057e7f5132f5e948a7e0033 Mon Sep 17 00:00:00 2001 From: "Jeremy B. Merrill" Date: Mon, 1 Apr 2013 16:30:34 -0400 Subject: [PATCH] update todo --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 124e98f9..d71c4b2f 100644 --- a/TODO.md +++ b/TODO.md @@ -3,8 +3,9 @@ 1. Bug reports and user interface feedback are always appreciated. 2. Front-end + * Preview pane: Replace the modal with an always-visible data pane. 3. Back-end - * Convert ColumnGuesser.java into JRuby or jruby_dump_characters into Java. (This will save significant startup time by not having to start the JVM repeatedly.) + * Convert ColumnGuesser.java into JRuby or jruby_dump_characters into Java. (This will save significant startup time by not having to start the JVM repeatedly. Or implement Nailgun.) * Ability to apply a lasso to all subsequent pages in a document. * Modify imgAreaSelect (or replace it with another JS library) to allow multiple selects. (The data should probably be concatenated, then made available for viewing/download/clipboard.)