This commit is contained in:
Basile Burg 2017-01-04 06:59:06 +01:00
parent 36832925f1
commit 271bc44501
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
3 changed files with 17 additions and 4 deletions

1
docs/_includes/icurl Normal file
View File

@ -0,0 +1 @@
https://raw.githubusercontent.com/BBasile/Coedit/master/icons/

11
docs/_includes/xstyle.css Normal file
View File

@ -0,0 +1,11 @@
<style>
.tlbric {
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;
}
</style>

View File

@ -1,16 +1,17 @@
---
title: Widgets - process input
css: xstyle
---
{% include xstyle.css %}
### Process input
The process input widget is used to pass input to a processes that are executed within Coedit.
![](img/process_input.png)
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_go.png" class="tlbric"/>: sends the text to the process, also works with <kbd>ENTER</kbd>.
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/pencil_delete.png" class="tlbric"/>: closes the process input stream.
- <img src="https://raw.githubusercontent.com/BBasile/Coedit/master/icons/other/cancel.png" class="tlbric"/>: forces the process termination.
- <img src="{%include icurl%}other/pencil_go.png" class="tlbric"/>: Sends the text to the process, also works with <kbd>ENTER</kbd>.
- <img src="{%include icurl%}other/pencil_delete.png" class="tlbric"/>: Closes the process input stream.
- <img src="{%include icurl%}other/cancel.png" class="tlbric"/>: Forces the process termination.
The input text can contain [symbolic strings](features_symbolic_strings).