This commit is contained in:
Basile Burg 2016-12-26 05:16:10 +01:00
parent 5fc97c4c73
commit 2c2e6d1a4f
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
3 changed files with 2 additions and 1 deletions

View File

@ -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/<your account>/.config/Coedit/`**.
- Windows: **`?:\Users\<your account>\AppData\Roaming\Coedit\`**.

View File

@ -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).