Branch: refs/heads/master Home: https://github.com/geany/geany
Commit: 9bffb94cc43b8ca8a14214cfc8d5d47dfb6a2cd3 https://github.com/geany/geany/commit/9bffb94cc43b8ca8a14214cfc8d5d47dfb6a2c... Author: Matthew Brush matt@geany.org Date: 2011-11-11 (Fri, 11 Nov 2011)
Changed paths: M HACKING M src/callbacks.c M src/document.c M src/document.h M src/keybindings.c
Log Message: ----------- Real-time type keyword highlighting
* Add new function: document_update_tags(). * Refactor the various tag update functions into document_update_tags(). * Remove extra call to update the tags in document_new_file().