more thorough completion rendering, e.g. "Un";
--- a/src/Tools/jEdit/src/completion_popup.scala Sun Nov 22 13:33:38 2015 +0100
+++ b/src/Tools/jEdit/src/completion_popup.scala Sun Nov 22 20:53:38 2015 +0100
@@ -130,7 +130,7 @@
case Some(range) if !range.is_singularity =>
val range0 =
Completion.Result.merge(Completion.History.empty,
- syntax_completion(Completion.History.empty, false, Some(rendering)),
+ syntax_completion(Completion.History.empty, true, Some(rendering)),
Completion.Result.merge(Completion.History.empty,
path_completion(rendering),
Bibtex_JEdit.completion(Completion.History.empty, text_area, rendering)))