From: <jm...@us...> - 2013-08-22 20:36:48
|
Revision: 3683 http://sourceforge.net/p/eulergui/code/3683 Author: jmvanel Date: 2013-08-22 20:36:44 +0000 (Thu, 22 Aug 2013) Log Message: ----------- - DBPediaComboBox.scala : now KeyListener computes completion for every key typed - new method URLHelper.downloadFromURL2() returns BOTH String content AND URLConnection actually useless, since JDK implementation tries to reuse connections anyway, see http://docs.oracle.com/javase/6/docs/technotes/guides/net/http-keepalive.html TODO: * kill unfinished completion when new key is typed * load dbPedia URI for current combobox content when user types return Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/runtime/swing/TripleComboBoxes.java trunk/eulergui/src/main/scala/deductions/runtime/swing/DBPediaComboBox.scala trunk/eulergui/src/main/scala/eulergui/util/URLHelper.scala trunk/eulergui/src/test/scala/eulergui/util/WikipediaCompletionTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |