wiki update

This commit is contained in:
Basile Burg 2015-12-16 11:11:25 +01:00
parent 5752d40433
commit fced43b053
3 changed files with 16 additions and 2 deletions

View File

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

View File

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

View File

@ -733,6 +733,20 @@ New properties can be added or removed:
![](https://raw.githubusercontent.com/BBasile/CoeditWikiData/master/dub_edit2.png) ![](https://raw.githubusercontent.com/BBasile/CoeditWikiData/master/dub_edit2.png)
## 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.
![](https://raw.githubusercontent.com/BBasile/CoeditWikiData/master/dfmt1.png)
A property inspector allows to tweak the format. See the [official documentation](https://github.com/Hackerpilot/dfmt#configuration) to learn more about the options.
- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/accept.png): apply the formatting. The editor state is backed up before each formatting.
- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/cancel.png): 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.