mirror of https://gitlab.com/basile.b/dexed.git
doc
This commit is contained in:
parent
b91c6f8684
commit
ea19f4d24e
|
@ -0,0 +1,9 @@
|
||||||
|
.tlbr-ic {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
box-sizing: content-box;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 0 0 0 0;
|
||||||
|
border-style: none;
|
||||||
|
border: 0 0 0 0;
|
||||||
|
}
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Runnable modules
|
||||||
|
---
|
||||||
|
|
||||||
### Runnable modules
|
### Runnable modules
|
||||||
|
|
||||||
#### Description
|
#### Description
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Symbolic strings
|
||||||
|
---
|
||||||
|
|
||||||
### Symbolic strings
|
### Symbolic strings
|
||||||
|
|
||||||
The symbolic strings represent variables defined by the software. They are used by several widgets:
|
The symbolic strings represent variables defined by the software. They are used by several widgets:
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: index
|
||||||
|
---
|
||||||
|
|
||||||
### Coedit documentation
|
### Coedit documentation
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Options - code metrics
|
||||||
|
---
|
||||||
|
|
||||||
### Code metrics
|
### Code metrics
|
||||||
|
|
||||||
The quality of the D code is verifiable using code metrics.
|
The quality of the D code is verifiable using code metrics.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Options - compiler paths
|
||||||
|
---
|
||||||
|
|
||||||
### Compilers paths
|
### Compilers paths
|
||||||
|
|
||||||
The _Compilers paths_ category is used to define the paths to the compilers and to their respective versions of the standard library.
|
The _Compilers paths_ category is used to define the paths to the compilers and to their respective versions of the standard library.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Widgets - custom tools
|
||||||
|
---
|
||||||
|
|
||||||
### Custom tools
|
### Custom tools
|
||||||
|
|
||||||
This widget allows to define a set of third party applications that can be launched from Coedit.
|
This widget allows to define a set of third party applications that can be launched from Coedit.
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
---
|
||||||
|
title: Widgets - GDB commander
|
||||||
|
---
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
---
|
||||||
|
title: Widgets - library manager
|
||||||
|
---
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Widgets - messages
|
||||||
|
---
|
||||||
|
|
||||||
## Messages
|
## Messages
|
||||||
|
|
||||||
The widget displays a stream of information about the current file or about the current project.
|
The widget displays a stream of information about the current file or about the current project.
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
---
|
||||||
|
title: Widgets - Native projects configurations
|
||||||
|
---
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Widgets - options editor
|
||||||
|
---
|
||||||
|
|
||||||
### Options editor
|
### Options editor
|
||||||
|
|
||||||
The _Options editor_ is a special, non-dockable, widget that allows the other widgets to expose their options.
|
The _Options editor_ is a special, non-dockable, widget that allows the other widgets to expose their options.
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
|
---
|
||||||
|
title: Widgets - process input
|
||||||
|
css: xstyle
|
||||||
|
---
|
||||||
|
|
||||||
### Process input
|
### Process input
|
||||||
|
|
||||||
The process input widget is used to pass input to a processes that are executed within Coedit.
|
The process input widget is used to pass input to a processes that are executed within Coedit.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- : sends the text to the process, also works with <kbd>ENTER</kbd>.
|
- {: .tlbr-ic}: sends the text to the process, also works with <kbd>ENTER</kbd>.
|
||||||
- : closes the process input stream.
|
- {: .tlbr-ic}: closes the process input stream.
|
||||||
- : forces the process termination.
|
- {: .tlbr-ic}: forces the process termination.
|
||||||
|
|
||||||
The input text can contain [symbolic strings](features_symbolic_strings).
|
The input text can contain [symbolic strings](features_symbolic_strings).
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
---
|
||||||
|
title: Widgets - search and replace
|
||||||
|
---
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Widgets - symbol list
|
||||||
|
---
|
||||||
|
|
||||||
## Symbol list
|
## Symbol list
|
||||||
|
|
||||||
This list displays the symbols declared in the D module that has the focus (imports, classes, variables, etc).
|
This list displays the symbols declared in the D module that has the focus (imports, classes, variables, etc).
|
||||||
|
|
Loading…
Reference in New Issue