mirror of https://gitlab.com/basile.b/dexed.git
wiki update
This commit is contained in:
parent
5752d40433
commit
fced43b053
|
@ -41,6 +41,7 @@ __________
|
||||||
* [Run](https://github.com/BBasile/Coedit/wiki#run-options)
|
* [Run](https://github.com/BBasile/Coedit/wiki#run-options)
|
||||||
* [All](https://github.com/BBasile/Coedit/wiki#all-categories)
|
* [All](https://github.com/BBasile/Coedit/wiki#all-categories)
|
||||||
* [DUB editor](https://github.com/BBasile/Coedit/wiki#dub-project-editor)
|
* [DUB editor](https://github.com/BBasile/Coedit/wiki#dub-project-editor)
|
||||||
|
* [Dfmt commander](https://github.com/BBasile/Coedit/wiki#dfmt-commander)
|
||||||
* [Messages](https://github.com/BBasile/Coedit/wiki#message-widget)
|
* [Messages](https://github.com/BBasile/Coedit/wiki#message-widget)
|
||||||
* [Custom tools](https://github.com/BBasile/Coedit/wiki#custom-tools-widget)
|
* [Custom tools](https://github.com/BBasile/Coedit/wiki#custom-tools-widget)
|
||||||
* [Todo list](https://github.com/BBasile/Coedit/wiki#todo-list)
|
* [Todo list](https://github.com/BBasile/Coedit/wiki#todo-list)
|
||||||
|
|
|
@ -3,5 +3,4 @@
|
||||||
- project config widget, base/overridden config specifications. Note about pre/post build proc as their options cant be overridden.
|
- project config widget, base/overridden config specifications. Note about pre/post build proc as their options cant be overridden.
|
||||||
- project config widget, base/overridden config. screenshot for widget view 'All categories'.
|
- project config widget, base/overridden config. screenshot for widget view 'All categories'.
|
||||||
- applications options (MRU & reload last stuff).
|
- applications options (MRU & reload last stuff).
|
||||||
- editor, toolbar description, split view description + screenshot.
|
- editor, toolbar description, split view description + screenshot.
|
||||||
- widget section for Dfmt commander.
|
|
|
@ -733,6 +733,20 @@ New properties can be added or removed:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Dfmt Commander
|
||||||
|
|
||||||
|
The _Dfmt commander_ widget is a simple but complete interface for the D source code formater [Dfmt](https://github.com/Hackerpilot/dfmt). The background tool has to be build and installed in one of the _PATH_ known by the operating system.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
A property inspector allows to tweak the format. See the [official documentation](https://github.com/Hackerpilot/dfmt#configuration) to learn more about the options.
|
||||||
|
|
||||||
|
- : apply the formatting. The editor state is backed up before each formatting.
|
||||||
|
- : restore the previous backup.
|
||||||
|
|
||||||
|
The formatting is applied in memory and is undo-able either from the widget or from the code editor. The changes are not physically applied until the file is explicitly saved.
|
||||||
|
Formatting options are saved between each session in [Coedit data folder][lnk_widg_opts].
|
||||||
|
|
||||||
## Message widget
|
## Message widget
|
||||||
|
|
||||||
The message widget displays a stream of information about the current file or about the current project.
|
The message widget displays a stream of information about the current file or about the current project.
|
||||||
|
|
Loading…
Reference in New Issue