diff --git a/docs/features_projects.md b/docs/features_projects.md index d6e4d8b2..be9a5f9a 100644 --- a/docs/features_projects.md +++ b/docs/features_projects.md @@ -47,6 +47,7 @@ The widget used to edit the properties is the [CE project editor](widgets_ce_pro - **"Compile and run project..."**: Ditto. Before the execution of the binary an input query dialog lets you pass options to the process. - **"Run project"**: Executes the project output when the binary produced is executable. - **"Run project..."**: Ditto. Before the execution, an input query dialog lets you specify switches and arguments to the process. +- **"Test project"**: Only for DUB projects. Invoke `dub test` using the configuration selected in the [project inspector](widgets_project_inspector). #### Other build tools diff --git a/docs/features_symbolic_strings.md b/docs/features_symbolic_strings.md index 833f6e1d..cb6f82ae 100644 --- a/docs/features_symbolic_strings.md +++ b/docs/features_symbolic_strings.md @@ -22,6 +22,7 @@ Application: - **``**: also _``_. Expanded to Coedit filename. - **``**: also _``_. Expanded to Coedit path. +- **``**: Expanded to the path of the folder selected in the [mini-explorer](widgets_mini_explorer). Environment: diff --git a/docs/img/options_mini_explorer.png b/docs/img/options_mini_explorer.png index a89a1204..b2305ab7 100644 Binary files a/docs/img/options_mini_explorer.png and b/docs/img/options_mini_explorer.png differ diff --git a/docs/img/search.png b/docs/img/search.png index 845a9d79..f6e5cd15 100644 Binary files a/docs/img/search.png and b/docs/img/search.png differ diff --git a/docs/widgets_search.md b/docs/widgets_search.md index 56948408..2b17988c 100644 --- a/docs/widgets_search.md +++ b/docs/widgets_search.md @@ -10,9 +10,9 @@ The _find and replace_ widget allows to find and replace text patterns in the fo ![](img/search.png) -- **first field**: The pattern to find. -- **second field**: The pattern used as replacement, only active when **"replace with"** is checked. -- **whole word**: Only searches for the whole pattern. +- **first field**: The pattern, the exact string or the substring to find. +- **second field**: The string used as replacement, only active when **"replace with"** is checked. +- **whole word**: Only searches for the whole string. - **backward**: Searches from the current position to the top. - **from cursor**: When not checked the operation always starts from the top of the document. - **case sensitive**: When unchecked the characters case is ignored. @@ -24,7 +24,7 @@ The _Find all_ results are displayed in the [messages widget](widgets_messages), ![](img/find_all_results.png) -The scope of _Find all_ can be set either to the current editor or to the whole project by clicking the icon at the right. +The scope of _Find all_ can be set either to the current editor, to the whole project or to the opened documents by clicking the icon at the right. Notes: diff --git a/docs/widgets_terminal.md b/docs/widgets_terminal.md index 4192f412..16dc4ca7 100644 --- a/docs/widgets_terminal.md +++ b/docs/widgets_terminal.md @@ -34,7 +34,7 @@ Commonly used keys are: - **followEditors**: When checked the current directory is automatically set to the folder containing a document when it gains the focus. - **followProjects**: When checked the current directory is automatically set to the folder containing a project when it gains the focus. - **font**: Allows to customize the font name and its size. The color is not handled here. -- **foregroundCOlor**: The font color. +- **foregroundColor**: The font color. - **scrollbackLines**: The max count of previous lines that are stored. - **selectedColor**: The bacground when some text is selected. Selected text color is then simply inverted.