From 2c2e6d1a4fb33df710b821ce6b887b4d06fc2269 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 26 Dec 2016 05:16:10 +0100 Subject: [PATCH] doc --- docs/{widgets_messages => widgets_messages.md} | 0 docs/widgets_options_editor.md | 1 + docs/widgets_symbol_list.md | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename docs/{widgets_messages => widgets_messages.md} (100%) diff --git a/docs/widgets_messages b/docs/widgets_messages.md similarity index 100% rename from docs/widgets_messages rename to docs/widgets_messages.md diff --git a/docs/widgets_options_editor.md b/docs/widgets_options_editor.md index 4ac7d653..f94ffe83 100644 --- a/docs/widgets_options_editor.md +++ b/docs/widgets_options_editor.md @@ -11,6 +11,7 @@ The options are applied in real time but are reversible until the green checker - ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/cancel.png): cancels and restores the previous state of the current category. The options are persistent and saved in a distinct folder: + - Linux: **`/home//.config/Coedit/`**. - Windows: **`?:\Users\\AppData\Roaming\Coedit\`**. diff --git a/docs/widgets_symbol_list.md b/docs/widgets_symbol_list.md index 5508caff..ebbaf7b6 100644 --- a/docs/widgets_symbol_list.md +++ b/docs/widgets_symbol_list.md @@ -1,7 +1,7 @@ ## Symbol list This list displays the symbols declared in the D module that has the focus (imports, classes, variables, etc). -The widget is a GUI front-end for one the [_dastworx_][https://github.com/BBasile/Coedit/tree/master/dastworx] feature. +The widget is a GUI front-end for one the [_dastworx_](https://github.com/BBasile/Coedit/tree/master/dastworx) feature. It can be used to quickly find and go to the declaration of a symbol but also as a basic linter since the syntactic errors are displayed (almost immediately if the option _refresh on change_ is checked).