prepared next rlz

This commit is contained in:
Basile Burg 2016-03-13 19:16:07 +01:00
parent 44e28a94a8
commit 461b5e0c5c
4 changed files with 11 additions and 9 deletions

View File

@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
outputOptions.boundsCheck = offAlways outputOptions.boundsCheck = offAlways
outputOptions.optimizations = True outputOptions.optimizations = True
outputOptions.release = True outputOptions.release = True
pathsOptions.outputFilename = 'output\coedit.2update1.win32.setup.exe' pathsOptions.outputFilename = 'output\coedit.2update2.win32.setup.exe'
pathsOptions.importStringPaths.Strings = ( pathsOptions.importStringPaths.Strings = (
'win32\' 'win32\'
'<CPP>' '<CPP>'
@ -34,7 +34,7 @@ object CurrentProject: TCENativeProject
outputOptions.boundsCheck = offAlways outputOptions.boundsCheck = offAlways
outputOptions.optimizations = True outputOptions.optimizations = True
outputOptions.release = True outputOptions.release = True
pathsOptions.outputFilename = 'output\coedit.2update1.linux32.setup' pathsOptions.outputFilename = 'output\coedit.2update2.linux32.setup'
pathsOptions.importStringPaths.Strings = ( pathsOptions.importStringPaths.Strings = (
'nux32\' 'nux32\'
'<CPP>' '<CPP>'
@ -57,7 +57,7 @@ object CurrentProject: TCENativeProject
outputOptions.boundsCheck = offAlways outputOptions.boundsCheck = offAlways
outputOptions.optimizations = True outputOptions.optimizations = True
outputOptions.release = True outputOptions.release = True
pathsOptions.outputFilename = 'output\coedit.2update1.linux64.setup' pathsOptions.outputFilename = 'output\coedit.2update2.linux64.setup'
pathsOptions.importStringPaths.Strings = ( pathsOptions.importStringPaths.Strings = (
'nux64\' 'nux64\'
'<CPP>' '<CPP>'

View File

@ -1 +1 @@
2update1 2update2

View File

@ -36,7 +36,7 @@ inherited CEInfoWidget: TCEInfoWidget
Align = alClient Align = alClient
Alignment = taCenter Alignment = taCenter
AutoSize = False AutoSize = False
Caption = 'Coedit 2 - update 1' Caption = 'Coedit 2 - update 2'
Font.Height = -16 Font.Height = -16
Font.Style = [fsBold] Font.Style = [fsBold]
Layout = tlCenter Layout = tlCenter

View File

@ -873,12 +873,14 @@ The tool itself can be build with Coedit.
## Process input widget ## Process input widget
This simple utility allows to send the input to a process that's executed from Coedit and redirected to Coedit.
It works for the runnable modules and the project output, when launched from Coedit.
![](https://raw.githubusercontent.com/BBasile/CoeditWikiData/master/processinput1.png) ![](https://raw.githubusercontent.com/BBasile/CoeditWikiData/master/processinput1.png)
The input is passed with the <kbd>ENTER</kbd> key or the **Send** button. This simple utility allows to send some text to the input stream of a process that's executed from Coedit and redirected to Coedit messages.
It works for the runnable modules and the project output, when launched from Coedit.
- ![](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_delete.png): closes the process input stream.
The input text can include a [symbolic string][lnk_sym]. The input text can include a [symbolic string][lnk_sym].
## Mini explorer widget ## Mini explorer widget