This commit is contained in:
Basile Burg 2016-12-28 00:37:55 +01:00
parent b91c6f8684
commit ea19f4d24e
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
15 changed files with 65 additions and 7 deletions

View File

@ -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;
}

View File

@ -1,3 +1,7 @@
---
title: Runnable modules
---
### Runnable modules ### Runnable modules
#### Description #### Description

View File

@ -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:

View File

@ -1,3 +1,7 @@
---
title: index
---
### Coedit documentation ### Coedit documentation
#### Features #### Features

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -1 +1,3 @@
---
title: Widgets - GDB commander
---

View File

@ -1 +1,3 @@
---
title: Widgets - library manager
---

View File

@ -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.

View File

@ -1 +1,3 @@
---
title: Widgets - Native projects configurations
---

View File

@ -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.

View File

@ -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.
![](img/process_input.png) ![](img/process_input.png)
- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_go.png): sends the text to the process, also works with <kbd>ENTER</kbd>. - ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_go.png){: .tlbr-ic}: sends the text to the process, also works with <kbd>ENTER</kbd>.
- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_delete.png): closes the process input stream. - ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_delete.png){: .tlbr-ic}: closes the process input stream.
- ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/cancel.png): forces the process termination. - ![](https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/cancel.png){: .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).

View File

@ -1 +1,3 @@
---
title: Widgets - search and replace
---

View File

@ -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).