|
From: Viliam H. <vil...@uc...> - 2009-09-05 01:00:52
|
First version of tab completion committed. src/java/ie/ucd/clops/runtime/tabcomplete/TabComplete.java src/java/ie/ucd/clops/runtime/tabcomplete/TabCompleteTest.java The key function is: List<String> complete( final String regexp, final String prefix, int limit); There are jUnit tests in TabCompleteTest.java, but I wasn't sure how to add that to build properly, co it's not called now. Help wanted :) Viliam |