--- a/src/Tools/jEdit/src/symbols_dockable.scala Wed Nov 21 16:04:00 2012 +0100
+++ b/src/Tools/jEdit/src/symbols_dockable.scala Wed Nov 21 16:21:16 2012 +0100
@@ -40,8 +40,7 @@
pages ++= (for ((group, symbols) <- Symbol.groups) yield
{
new TabbedPane.Page(group,
- new FlowPanel { contents ++= symbols map (new Symbol_Component(_)) },
- (symbols take 10 map Symbol.decode).mkString(" "))
+ new FlowPanel { contents ++= symbols map (new Symbol_Component(_)) })
}).toList.sortWith(_.title <= _.title)
pages += new TabbedPane.Page("search", new BorderPanel {
val search = new TextField(10)