mirror of https://gitlab.com/basile.b/dexed.git
doc
This commit is contained in:
parent
5fc97c4c73
commit
2c2e6d1a4f
|
@ -11,6 +11,7 @@ The options are applied in real time but are reversible until the green checker
|
||||||
- : cancels and restores the previous state of the current category.
|
- : cancels and restores the previous state of the current category.
|
||||||
|
|
||||||
The options are persistent and saved in a distinct folder:
|
The options are persistent and saved in a distinct folder:
|
||||||
|
|
||||||
- Linux: **`/home/<your account>/.config/Coedit/`**.
|
- Linux: **`/home/<your account>/.config/Coedit/`**.
|
||||||
- Windows: **`?:\Users\<your account>\AppData\Roaming\Coedit\`**.
|
- Windows: **`?:\Users\<your account>\AppData\Roaming\Coedit\`**.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Symbol list
|
## Symbol list
|
||||||
|
|
||||||
This list displays the symbols declared in the D module that has the focus (imports, classes, variables, etc).
|
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).
|
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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue