Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Permanent Smart Highlight ====== **PermanentSmartHighlight** - controls behavior of Smart Highlight: * **true**, [[view:smart_highlight|smart highlighting]] is not automatically removed with cursor movement or text edit, but toggled if new word is smart highlighted. \\ * **false** (default), old behavior - [[view:smart_highlight|smart highlight]] removed after some user action. To enable new behavior add this to **settings.xml**: <code xml> <Code_Completion> <PermanentSmartHighlight>true</PermanentSmartHighlight> </Code_Completion> </code> #xml_option