remove doc for the static macros

This commit is contained in:
Basile Burg 2018-07-19 21:46:28 +02:00
parent 668b5a4599
commit 39467ccb5c
3 changed files with 1 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View File

@ -10,7 +10,7 @@ title: index
![](img/coedit_kde4_thumb.png) ![](img/coedit_kde4_thumb.png)
This documentation is based on version 3.6.13. This documentation is based on version 3.6.18.
Screenshots can be outdated but descriptions are up to date. Screenshots can be outdated but descriptions are up to date.
#### First steps #### First steps

View File

@ -86,16 +86,6 @@ The document to pin can be replaced on the fly, still using the same button, and
It's useful to display a module that contains the declarations of a library binding since it's not anymore necessary to change the editor page to verify the members of an enum or the parameters of a function. It's useful to display a module that contains the declarations of a library binding since it's not anymore necessary to change the editor page to verify the members of an enum or the parameters of a function.
#### Static Macros
The static macros can be described as *parameter-less code snippets*.
A static macro starts with the dollar symbol and ends with an alphabetic character.
For example after typing `$a`, `auto` is inserted.
The static macros can be edited in the [options editor](widgets_options_editor).
![](img/options_static_macros.png)
#### External Modification tracking #### External Modification tracking
When a document that's edited in Coedit is modified by another program, a _diff_ is displayed. When a document that's edited in Coedit is modified by another program, a _diff_ is displayed.