NEWS
changeset 55965 0c2c61a87a7d
parent 55945 e96383acecf9
parent 55963 a8ebafaa56d4
child 56069 451d5b73f8cf
--- a/NEWS	Thu Mar 06 17:55:39 2014 +0100
+++ b/NEWS	Thu Mar 06 22:15:01 2014 +0100
@@ -40,6 +40,13 @@
 completion for ML source, but within ML strings, comments,
 antiquotations.
 
+* Semantic completions may get extended by appending a suffix of
+underscores to an already recognized name, e.g. "foo_" to complete
+"foo" or "foobar" if these are known in the context.  The special
+identifier "__" serves as a wild-card in this respect: it completes to
+the full collection of names from the name space (truncated according
+to the system option "completion_limit").
+
 * Document panel: simplied interaction where every single mouse click
 (re)opens document via desktop environment or as jEdit buffer.