<newsletter:master> Write preliminary text under `Real-time tag parsing`

Colomban Wendling git-noreply at xxxxx
Thu Mar 31 16:24:03 UTC 2011


Updating branch refs/heads/master
         to 257961828b9cd5610be757d9a7eac0f864b0585f (commit)
       from ba9b9ef8076a0521a196b8344a999855a87dcaf7 (commit)

commit 257961828b9cd5610be757d9a7eac0f864b0585f
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Thu Mar 31 17:14:21 2011 +0200

    Write preliminary text under `Real-time tag parsing`

 vol_2/newsletter_2.rst |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/vol_2/newsletter_2.rst b/vol_2/newsletter_2.rst
index 83cac0e..d3f6b19 100644
--- a/vol_2/newsletter_2.rst
+++ b/vol_2/newsletter_2.rst
@@ -21,6 +21,15 @@ Geany Development
 Real-time tag parsing
 ^^^^^^^^^^^^^^^^^^^^^
 
+Parsing of the symbols (also known as tags) in file currently being
+edited can now be done directly in memory. This change allowed to make
+tag parsing for the current document happen in real time when the content
+changes; so keeping the symbol list reflecting the actual content of the
+document rather than the state when it was last saved.
+
+This can be configured (and disabled) in the preferences by the
+`Symbol list update frequency` option under `Editor -> Completions`.
+
 Automatic indentation width detection
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 



More information about the Newsletter-Commits mailing list