diff --git a/docs/_config.yml b/docs/_config.yml index c7418817..4a3a0294 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,3 @@ -theme: jekyll-theme-slate \ No newline at end of file +theme: jekyll-theme-slate +kramdown: + auto_ids: true diff --git a/docs/build.md b/docs/build.md index a35b7015..1cb82cb1 100644 --- a/docs/build.md +++ b/docs/build.md @@ -2,6 +2,10 @@ title: Build Coedit --- +{% raw %} + +{% endraw %} + ### Build #### Coedit @@ -43,4 +47,10 @@ You can also build it in CE using the project file _dastworx.ce_. #### Third party tools: Additionally you'll have to build [the completion daemon **DCD**](https://github.com/BBasile/DCD#setup) and the [D linter **Dscanner**](https://github.com/Hackerpilot/Dscanner#building-and-installing). -See the products documentation for more information. \ No newline at end of file +See the products documentation for more information. + +{% raw %} + +{% endraw %} diff --git a/docs/features_dcd.md b/docs/features_dcd.md index 378f9f66..fd694f7a 100644 --- a/docs/features_dcd.md +++ b/docs/features_dcd.md @@ -2,6 +2,10 @@ title: D Completion Daemon --- +{% raw %} + +{% endraw %} + ### D Completion Daemon The D Completion Daemon (DCD) is used to accomplish IDE-grade features such as @@ -53,4 +57,10 @@ If the DCD server crashes while Coedit is running then both must be restarted. - CTRL + F2: Renames the identifier for the symbol located at the cursor position. This works only if the symbol is declared in this module. - F1: Displays the phobos documentation for the symbol that has the focus. -Documentation comments associated to a symbol are displayed when the cursor motion stops over a symbol. \ No newline at end of file +Documentation comments associated to a symbol are displayed when the cursor motion stops over a symbol. + +{% raw %} + +{% endraw %} diff --git a/docs/features_projects.md b/docs/features_projects.md index cb645664..a8ddc6d8 100644 --- a/docs/features_projects.md +++ b/docs/features_projects.md @@ -2,6 +2,10 @@ title: Projects --- +{% raw %} + +{% endraw %} + ### Projects Two project formats are supported. @@ -48,4 +52,10 @@ The widget used to edit the properties is the [CE project editor](widgets_ce_pro It's possible to use the [custom tools](widgets_custom_tools) to call other build tools. For example to call _make_, add a new tool with _make_ as _executable_ and sets the _workingDirectory_ to the folder that contains the makefile. To specify a special target, such as _release_, add _release_ in the parameters editor. -To get _make_ output in the messages, check _popUsesPipes_ in the tool options. \ No newline at end of file +To get _make_ output in the messages, check _popUsesPipes_ in the tool options. + +{% raw %} + +{% endraw %} diff --git a/docs/features_runnables.md b/docs/features_runnables.md index e926db81..9f0050ef 100644 --- a/docs/features_runnables.md +++ b/docs/features_runnables.md @@ -2,6 +2,10 @@ title: Runnable modules --- +{% raw %} + +{% endraw %} + ### Runnable modules #### Description @@ -80,4 +84,10 @@ Note that the action _Run file unittest_ is based on the same internal function - **ifInProject**: The runnable file is part of the current project. For example if **temp/** is in the `.gitignore` and if **outputFolder** is also set to **temp/** then the binary won't appear in the staging area. - **ifSaved**: The runnable file is not in the current project but it's been saved explicitly out of the temp folder that's automatically used by Coedit. - **ifNotSaved**: The runnable file is not part of the project and has never been saved explicitly. -- **staticSwitches**: Defines a list of switches that are always passed to the compiler when a runnable is produced or when a module is tested. \ No newline at end of file +- **staticSwitches**: Defines a list of switches that are always passed to the compiler when a runnable is produced or when a module is tested. + +{% raw %} + +{% endraw %} diff --git a/docs/features_symbolic_strings.md b/docs/features_symbolic_strings.md index e114cdf6..833f6e1d 100644 --- a/docs/features_symbolic_strings.md +++ b/docs/features_symbolic_strings.md @@ -2,6 +2,10 @@ title: Symbolic strings --- +{% raw %} + +{% endraw %} + ### Symbolic strings The symbolic strings represent variables defined by the software. They are used by several widgets: @@ -55,3 +59,9 @@ The slices located before and after the symbols are passed in their original for is expanded to: `http://www.google.com/search?q="dlang.org"indexOf&btnI=Im+Feeling+Lucky` if **indexOf** is the current identifier. + +{% raw %} + +{% endraw %} diff --git a/docs/index.md b/docs/index.md index 4d673d89..5b3ad507 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,10 @@ title: index --- +{% raw %} + +{% endraw %} + ### Coedit documentation ![](img/coedit_kde4_thumb.png) @@ -78,3 +82,9 @@ _Description of each widget._ * [Search](widgets_search) * [Symbol list](widgets_symbol_list) * [Todo list](widgets_todo_list) + +{% raw %} + +{% endraw %} diff --git a/docs/menu_file.md b/docs/menu_file.md index 1d399f67..f98f82a0 100644 --- a/docs/menu_file.md +++ b/docs/menu_file.md @@ -2,6 +2,10 @@ title: Widgets - application options --- +{% raw %} + +{% endraw %} + ### File menu - reference - **New empty file**: Adds a new, untyped, file to the source editor. @@ -29,4 +33,10 @@ title: Widgets - application options - **Run DUB single file package outside**: Compiles and execute a DUB script in a console. - **Verify with Dscanner**: verifies the current source with [Dscanner](https://github.com/Hackerpilot/Dscanner). Results are displayed in the [messages](widgets_messages). - **View Halstead metrics**: Checks the halstead metrics in the source that has the focus and reports abnormal functions in the [messages](widgets_messages). [Description of the metric](options_code_metrics). -- **View in mini explorer**: expands the [mini explorer](widgets_mini_explorer) tree on the folder that contains the current file. \ No newline at end of file +- **View in mini explorer**: expands the [mini explorer](widgets_mini_explorer) tree on the folder that contains the current file. + +{% raw %} + +{% endraw %} diff --git a/docs/options_application.md b/docs/options_application.md index 76969e30..3fa5cb5b 100644 --- a/docs/options_application.md +++ b/docs/options_application.md @@ -2,6 +2,10 @@ title: Widgets - application options --- +{% raw %} + +{% endraw %} + #### Application {% include xstyle.css %} @@ -24,4 +28,10 @@ The page exposes unsorted options. In the future some of them might be moved to - **nativeProjectCompiler**: Sets [which compiler](options_compilers_paths) is used to compile a project that has the [CE format](widgets_ce_project_editor). - **reloadLastDocuments**: Sets if the sources, the project, and the group that were opened on exit are reloaded automatically. - **showBuildDuration**: Sets if the duration of a project build is measured. -- **splitterScrollSpeed**: Sets how fast the splitters are moved when the scroll wheel is used. \ No newline at end of file +- **splitterScrollSpeed**: Sets how fast the splitters are moved when the scroll wheel is used. + +{% raw %} + +{% endraw %} diff --git a/docs/options_code_metrics.md b/docs/options_code_metrics.md index c38807de..ed5b9a79 100644 --- a/docs/options_code_metrics.md +++ b/docs/options_code_metrics.md @@ -2,6 +2,10 @@ title: Options - code metrics --- +{% raw %} + +{% endraw %} + ### Code metrics The quality of the D code is verifiable using code metrics. @@ -57,4 +61,10 @@ Default values can be modified in the option editor: ![](img/code_metrics.png) -The maximal volume of a module is not verified, simply because it's possible to have huge modules with many small functions of high quality. \ No newline at end of file +The maximal volume of a module is not verified, simply because it's possible to have huge modules with many small functions of high quality. + +{% raw %} + +{% endraw %} diff --git a/docs/options_compilers_paths.md b/docs/options_compilers_paths.md index 6471bf1a..f5399514 100644 --- a/docs/options_compilers_paths.md +++ b/docs/options_compilers_paths.md @@ -2,6 +2,10 @@ title: Options - compiler paths --- +{% raw %} + +{% endraw %} + ### Compilers paths The _Compilers paths_ category is used to define the paths to the compilers and to their respective versions of the standard library. @@ -25,4 +29,10 @@ In other options categories one of these compilers can be selected. * Category _Application_, _nativeProjectCompiler_: defines the compiler used to compile a project that has the native format. * Category [_Runnable modules_](features_runnables), _compiler_: defines the compiler used to compile a _runnable module_ or a DUB script. -* Category [_DUB build_](options_dub_build), _compiler_: defines the compiler used to compile a project that has the DUB format. \ No newline at end of file +* Category [_DUB build_](options_dub_build), _compiler_: defines the compiler used to compile a project that has the DUB format. + +{% raw %} + +{% endraw %} diff --git a/docs/options_dub_build.md b/docs/options_dub_build.md index fc2d2923..6b8aa6a9 100644 --- a/docs/options_dub_build.md +++ b/docs/options_dub_build.md @@ -2,6 +2,10 @@ title: Options - DUB build --- +{% raw %} + +{% endraw %} + #### DUB build This category exposes the DUB options that are passed to the build tool each time it's used. @@ -16,4 +20,10 @@ This category exposes the DUB options that are passed to the build tool each tim - **other**: Displays a list that can be filled with more switches. One item per line. - **parallel**: If checked, tries to build using several CPU. -See also [the official DUB command line reference](http://code.dlang.org/docs/commandline) for more detailed descriptions. \ No newline at end of file +See also [the official DUB command line reference](http://code.dlang.org/docs/commandline) for more detailed descriptions. + +{% raw %} + +{% endraw %} diff --git a/docs/options_editor_pages.md b/docs/options_editor_pages.md index 3efb002d..27db4270 100644 --- a/docs/options_editor_pages.md +++ b/docs/options_editor_pages.md @@ -2,6 +2,10 @@ title: Options - DUB build --- +{% raw %} + +{% endraw %} + #### Editor pages This category exposes the options of the page control that hosts the code editors. @@ -17,4 +21,10 @@ This category exposes the options of the page control that hosts the code editor - **poPageHistory**: Means the creation order is saved and used to select a particular page when another is closed. - **poFlatButtons**: Sets the tool bar buttons look. Normally controlled by the [application option **flatLook**](options_application). - **poBottomHeader**: Sets if the toolbar is displayed at the bottom. -- **previousPage**: Sets the shortcut used to select the previous page. \ No newline at end of file +- **previousPage**: Sets the shortcut used to select the previous page. + +{% raw %} + +{% endraw %} diff --git a/docs/options_shortcuts_editor.md b/docs/options_shortcuts_editor.md index 1da3b50b..7e4a6844 100644 --- a/docs/options_shortcuts_editor.md +++ b/docs/options_shortcuts_editor.md @@ -2,6 +2,10 @@ title: Options - shortcuts --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Shortcuts editor @@ -17,4 +21,10 @@ Each item is editable. ![](img/options_shortcuts_edit.png) -After an assignation attempt and if the selected combination is already used the new shortcut is not validated and a warning is displayed. \ No newline at end of file +After an assignation attempt and if the selected combination is already used the new shortcut is not validated and a warning is displayed. + +{% raw %} + +{% endraw %} diff --git a/docs/setup.md b/docs/setup.md index 8847cbf2..205313d9 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -2,6 +2,10 @@ title: Setup Coedit --- +{% raw %} + +{% endraw %} + There are four ways to get the program: * download and run the setup program build for each release. @@ -58,4 +62,10 @@ Only the _x86-64_ _rpm_ is available (Fedora, openSuse, ...). After the installa ### First steps - verify the [compilers paths](options_compilers_paths). -- check the information [about the tools](widgets_about). \ No newline at end of file +- check the information [about the tools](widgets_about). + +{% raw %} + +{% endraw %} diff --git a/docs/videos.md b/docs/videos.md index 8f1bc19a..eb413432 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -2,6 +2,10 @@ title: Usage in video --- +{% raw %} + +{% endraw %} + ### Debug a runnable This video shows how a [runnable module](features_runnables) can be debugged in the [GDB commander](widgets_gdb_commander) widget. @@ -29,3 +33,9 @@ Here the choice is applied to the compiler used to make a runnable but the same {% raw %}
https://abstractop.tumblr.com/post/161552390630
{% endraw %} + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_about.md b/docs/widgets_about.md index 037b5eaa..004358d1 100644 --- a/docs/widgets_about.md +++ b/docs/widgets_about.md @@ -2,6 +2,10 @@ title: About box --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} The _about box_ displays the software version and the information about the tools used in background. @@ -13,3 +17,9 @@ The status of each tool is indicated: - : The tool is well detected. - : The tool cannot be found but it's not necessary. Expect some features not to work properly even if the software is still usable. - : The tool cannot be found but it's necessary. The software is not usable. This happens when the tool cannot be located using the PATH variable. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_ce_project_editor.md b/docs/widgets_ce_project_editor.md index ea8a8db3..ede107c9 100644 --- a/docs/widgets_ce_project_editor.md +++ b/docs/widgets_ce_project_editor.md @@ -1,7 +1,9 @@ --- title: Widgets - CE project editor --- - +{% raw %} + +{% endraw %} {% include xstyle.css %} ### Coedit project editor @@ -161,3 +163,9 @@ Unfiltered options, sub categories can be expanded or collapsed. - **name**: The current configurations name. - **isBaseConfiguration**: When checked, the current configuration defines the default options of a configuration which is set as overridden. - **isOverriddenConfiguration**: When checked, the options of the current configuration are only handled if they don't match to the base configuration or if the base configuration is not set. This system avoids to edit using the synchro-mode. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_custom_tools.md b/docs/widgets_custom_tools.md index 5771ce33..d50a2a36 100644 --- a/docs/widgets_custom_tools.md +++ b/docs/widgets_custom_tools.md @@ -2,6 +2,10 @@ title: Widgets - custom tools --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Custom tools @@ -45,3 +49,9 @@ A tool can be selected from the left side of the widget. If selected, a property - **showWindow**: Defines how the tool window is displayed. Set to **swoHIDE** if the tool standard output is redirected. - **toolAlias**: The friendly name associated to the tool. - **workingDirectory**: The directory in which the tool starts. Not to mismatch with its path. The field can contain [symbolic strings](features_symbolic_strings). + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_dfmt_commander.md b/docs/widgets_dfmt_commander.md index 56477fd8..260ca143 100644 --- a/docs/widgets_dfmt_commander.md +++ b/docs/widgets_dfmt_commander.md @@ -2,6 +2,10 @@ title: Widgets - DFMT commander --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### DFMT commander @@ -18,4 +22,10 @@ See the [official documentation](https://github.com/Hackerpilot/dfmt#configurati - : restore the previous backup. The formatting is applied in memory and can be undone either from the widget or from the code editor. -The changes are not physically applied until the file is explicitly saved. \ No newline at end of file +The changes are not physically applied until the file is explicitly saved. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_dub_project_editor.md b/docs/widgets_dub_project_editor.md index 308b6084..cb55f122 100644 --- a/docs/widgets_dub_project_editor.md +++ b/docs/widgets_dub_project_editor.md @@ -2,6 +2,10 @@ title: Widgets - DUB project editor --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### DUB project editor @@ -28,4 +32,10 @@ There's two ways to add a property: When the second method is used the property type is selected automatically, which is safer. The property name is not always required. For example when when an array item is added the content of the field is ignored. -After adding a property, its value still needs to be set at the bottom of the tree. \ No newline at end of file +After adding a property, its value still needs to be set at the bottom of the tree. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_editor.md b/docs/widgets_editor.md index 47e0ce0f..087d1919 100644 --- a/docs/widgets_editor.md +++ b/docs/widgets_editor.md @@ -2,6 +2,10 @@ title: Widgets - GDB commander --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Editor @@ -129,3 +133,9 @@ The shortcuts are editable in the [shortcut editor](options_shortcuts_editor), u - **plusDdoc**: Sets if instead of `*`, `+` are used in the comment produced by the command _Insert DDoc Template_. - **resetFontSize**: When checked and if the font size is modified then the font size is resets in all the documents that are opened. The option can be disabled in order to keep the current zoom ratio. - **smartDdocNewLine**: Allow the auto insertion of a leading `*` or a `+` while writing documentation comments. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_gdb_commander.md b/docs/widgets_gdb_commander.md index ea9653c9..802d14e6 100644 --- a/docs/widgets_gdb_commander.md +++ b/docs/widgets_gdb_commander.md @@ -2,6 +2,10 @@ title: Widgets - GDB commander --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### GDB commander @@ -96,3 +100,9 @@ The text following the symbol is written to the input stream, with an implicit n - **showOutput**: Displays the target output in [the messages](widgets_messages). May be deactivated for a GUI program. - **showRawMiOutput**: For the custom commands or for debugging the widget. When checked the GDB output (after JSON-ization) is displayed in [the messages](widgets_messages). - **stopAllThreadsOnBreak**: Sets if all the threads of the target are stopped when the execution breaks. Not applied until next debugging cession. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_library_manager.md b/docs/widgets_library_manager.md index 1e64303a..04f29e4a 100644 --- a/docs/widgets_library_manager.md +++ b/docs/widgets_library_manager.md @@ -2,6 +2,10 @@ title: Widgets - library manager --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Library manager @@ -49,4 +53,10 @@ The text field is used to select the name of the package to install. - : Update the list of the online packages. - : By the default the master version of the package is installed. When the tag button is down Coedit rather installs the package from its latest tag. - : Closes the dialog and start downloading before installing. -- : Cancels and does nothing. \ No newline at end of file +- : Cancels and does nothing. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_messages.md b/docs/widgets_messages.md index 52fa27e7..58ce4999 100644 --- a/docs/widgets_messages.md +++ b/docs/widgets_messages.md @@ -2,6 +2,10 @@ title: Widgets - messages --- +{% raw %} + +{% endraw %} + ### Messages #### Description @@ -39,4 +43,10 @@ This is a recommended setting because if a run-time error happens, it will be im - **fast display**: If set, the new messages are displayed fast but by block. When not set the same amount of message takes longer to be displayed but the operation is smoother. - **font**: Options for the font used in this widget: the size, the family, etc. - **maxMessageCount**: Allows to limit the maximum number of messages kept in the list. -- **singleMessageClick**: Allows to open the file that the message parser has found by a single click. \ No newline at end of file +- **singleMessageClick**: Allows to open the file that the message parser has found by a single click. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_mini_explorer.md b/docs/widgets_mini_explorer.md index 78efbde8..26a43127 100644 --- a/docs/widgets_mini_explorer.md +++ b/docs/widgets_mini_explorer.md @@ -2,6 +2,9 @@ title: Widgets - mini explorer --- +{% raw %} + +{% endraw %} {% include xstyle.css %} ### Mini explorer @@ -27,4 +30,10 @@ A few options are available in the [option editor](widgets_options_editor). ![](img/options_mini_explorer.png) - **contextExpands**: If checked then the tree auto expands to the folder that contains the source or the project file that's been selected. -- **doubleClick**: Defines what happens when a file is double clicked. \ No newline at end of file +- **doubleClick**: Defines what happens when a file is double clicked. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_options_editor.md b/docs/widgets_options_editor.md index 4fe75055..cf849500 100644 --- a/docs/widgets_options_editor.md +++ b/docs/widgets_options_editor.md @@ -2,6 +2,10 @@ title: Widgets - options editor --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Options editor @@ -23,4 +27,10 @@ The options are persistent and saved in a specific folder: - Windows: **`?:\Users\\AppData\Roaming\Coedit\`**. -Each software component saves its own file with a self-explanatory name so it's easy to find and modify the file that matches a particular setting. \ No newline at end of file +Each software component saves its own file with a self-explanatory name so it's easy to find and modify the file that matches a particular setting. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_process_input.md b/docs/widgets_process_input.md index 4906fb00..fd930c64 100644 --- a/docs/widgets_process_input.md +++ b/docs/widgets_process_input.md @@ -2,6 +2,10 @@ title: Widgets - process input --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Process input @@ -15,3 +19,9 @@ The process input widget is used to pass input to the processes that are execute - : Forces the process termination. The input text can contain [symbolic strings](features_symbolic_strings). + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_profile_viewer.md b/docs/widgets_profile_viewer.md index c985f239..05b28b1c 100644 --- a/docs/widgets_profile_viewer.md +++ b/docs/widgets_profile_viewer.md @@ -2,6 +2,10 @@ title: Widgets - Profile viewer --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Profile viewer @@ -21,3 +25,9 @@ The list displays all the results, which can be inspected more accurately after - : Propose to open the _trace.log_ from a dialog. - : Reloads the current _trace.log_ or tries to load it from the current directory. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_project_groups.md b/docs/widgets_project_groups.md index deffb4ed..ae2ea3ee 100644 --- a/docs/widgets_project_groups.md +++ b/docs/widgets_project_groups.md @@ -2,6 +2,10 @@ title: Widgets - project groups --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Project groups @@ -48,4 +52,10 @@ The field at the bottom indicates the status of the FSP. - **Saves projects group as...**: Proposes to save the group from a save dialog. - **Compiles projects group in parallel**: Starts compiling the group. Wait points are ignored and each item is compiled in a new process. - **Compiles projects group sequentially**: Starts compiling the group. Wait points are ignored and items are compiled one by one. -- **Compiles projects group using wait points**: Starts compiling the group. Wait points are respected. \ No newline at end of file +- **Compiles projects group using wait points**: Starts compiling the group. Wait points are respected. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_project_inspector.md b/docs/widgets_project_inspector.md index 71089fdf..8ca41a3d 100644 --- a/docs/widgets_project_inspector.md +++ b/docs/widgets_project_inspector.md @@ -2,6 +2,10 @@ title: Widgets - project inspector --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Project inspector @@ -21,4 +25,10 @@ The toolbar buttons are only activated for CE projects. - Adds a folder of D source to the project from a dialog. The procedure is recursive. - Removes from the project the sources files that stand in the same directory as the source selected in the tree. -Note that instead of using the dialogs to add files, it's also possible to drop items from a file explorer. \ No newline at end of file +Note that instead of using the dialogs to add files, it's also possible to drop items from a file explorer. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_search.md b/docs/widgets_search.md index 98ac2c4d..56948408 100644 --- a/docs/widgets_search.md +++ b/docs/widgets_search.md @@ -2,6 +2,10 @@ title: Widgets - search and replace --- +{% raw %} + +{% endraw %} + The _find and replace_ widget allows to find and replace text patterns in the focused source editor. ![](img/search.png) @@ -25,4 +29,10 @@ The scope of _Find all_ can be set either to the current editor or to the whole Notes: - To find the declaration of a symbol, Ctrl + MB Left or the [symbol list](widgets_symbol_list) are faster. -- To rename a variable or a type, local identifier renaming (Ctrl + F2) can be more accurate than _Replace all_ since the action uses the semantic. \ No newline at end of file +- To rename a variable or a type, local identifier renaming (Ctrl + F2) can be more accurate than _Replace all_ since the action uses the semantic. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_symbol_list.md b/docs/widgets_symbol_list.md index 8f24bee8..4d1f49df 100644 --- a/docs/widgets_symbol_list.md +++ b/docs/widgets_symbol_list.md @@ -2,6 +2,10 @@ title: Widgets - symbol list --- +{% raw %} + +{% endraw %} + ## Symbol list This list displays the symbols declared in the D module that has the focus (imports, classes, variables, etc). @@ -23,4 +27,10 @@ The way the widget refreshes the list can be tweaked in the context menu or in t - **showChildCategories**: When not checked, only the top level symbols are displayed. - **smartExpander**: If checked then the the tree follows the caret position. - **smartFilter**: Change the behavior of the list when the symbols are filtered. -- **sortSymbols**: If checked then the symbols are sorted alphabetically instead of following the declaration order. \ No newline at end of file +- **sortSymbols**: If checked then the symbols are sorted alphabetically instead of following the declaration order. + +{% raw %} + +{% endraw %} diff --git a/docs/widgets_todo_list.md b/docs/widgets_todo_list.md index 9c06f9eb..70e72f7d 100644 --- a/docs/widgets_todo_list.md +++ b/docs/widgets_todo_list.md @@ -2,6 +2,10 @@ title: Widgets - Todo list --- +{% raw %} + +{% endraw %} + {% include xstyle.css %} ### Todo list @@ -47,4 +51,10 @@ are valid _todos_. - **autoRefresh**: Automatically refreshes the list when a document or a project is activated and following the rules described upper. - **columns**: Selects which columns are visible. Despite of the settings a column is only displayed when at least one item uses the matching field. -- **singleClickSelect**: Defines how the mouse is used to go to the item declaration. \ No newline at end of file +- **singleClickSelect**: Defines how the mouse is used to go to the item declaration. + +{% raw %} + +{% endraw %}