diff --git a/docs/img/options_static_macros.png b/docs/img/options_static_macros.png deleted file mode 100644 index 0553d5c2..00000000 Binary files a/docs/img/options_static_macros.png and /dev/null differ diff --git a/docs/index.md b/docs/index.md index 83d9248f..4c402724 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ title: index ![](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. #### First steps diff --git a/docs/widgets_editor.md b/docs/widgets_editor.md index 0c964ce4..401a9cbe 100644 --- a/docs/widgets_editor.md +++ b/docs/widgets_editor.md @@ -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. -#### 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 When a document that's edited in Coedit is modified by another program, a _diff_ is displayed.