mirror of https://gitlab.com/basile.b/dexed.git
doc
This commit is contained in:
parent
27fb03aa31
commit
fbbee1a177
|
@ -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
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ Application:
|
|||
|
||||
- **`<CAF>`**: also _`<CoeditApplicationFile>`_. Expanded to Coedit filename.
|
||||
- **`<CAP>`**: also _`<CoeditApplicationPath>`_. Expanded to Coedit path.
|
||||
- **`<MEP>`**: Expanded to the path of the folder selected in the [mini-explorer](widgets_mini_explorer).
|
||||
|
||||
Environment:
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 52 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 30 KiB |
|
@ -10,9 +10,9 @@ The _find and replace_ widget allows to find and replace text patterns in the fo
|
|||
|
||||

|
||||
|
||||
- **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),
|
|||
|
||||

|
||||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue