This commit is contained in:
Basile Burg 2017-01-26 02:55:53 +01:00
parent fcf3d6f443
commit 9dd8f9949d
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
3 changed files with 7 additions and 1 deletions

5
docs/_includes/anchors Normal file
View File

@ -0,0 +1,5 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.1/anchor.min.js"></script>
<script>
anchors.options.icon = '#';
anchors.add('h2, h3, h4, h5, h6');
</script>

View File

@ -15,7 +15,7 @@ The page exposes unsorted options. In the future some of them might be moved to
- **autoSaveProjectFiles**: If checked the sources are automatically saved before compilation.
- **coverModuleTests**: If checked then the coverage by the tests is measured and displayed in the messages after executing the action __File/Run file unittests__.
- **dcdPort**: Sets the port used by the [completion daemon](feaures_dcd) server. `0` means the default value.
- **dscanUnuttests**: If checked the content of the `unittest` blocks are analyzed when using the action __File/Verify with Dscanner__.
- **dscanUnittests**: If checked the content of the `unittest` blocks are analyzed when using the action __File/Verify with Dscanner__.
- **flatLook**: Doesn't draw the buttons shape unless they're hovered by the mouse.
- **floatingWidgetOnTop**: Keeps the widgets that are not docked on top of the application window.
- **maxReventDocuments**: Sets how many entries can be stored in __File/Open recent file__.

View File

@ -3,6 +3,7 @@ title: Widgets - Todo list
---
{% include xstyle.css %}
{% include anchors %}
### Todo list