From 461b5e0c5c51a67daf42f112fc17ce5c9f2d4176 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 13 Mar 2016 19:16:07 +0100 Subject: [PATCH] prepared next rlz --- cesetup/cesetup.coedit | 6 +++--- cesetup/version.txt | 2 +- src/ce_infos.lfm | 2 +- wiki/wiki.txt | 10 ++++++---- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/cesetup/cesetup.coedit b/cesetup/cesetup.coedit index 3771d779..e914fb7e 100644 --- a/cesetup/cesetup.coedit +++ b/cesetup/cesetup.coedit @@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject outputOptions.boundsCheck = offAlways outputOptions.optimizations = True outputOptions.release = True - pathsOptions.outputFilename = 'output\coedit.2update1.win32.setup.exe' + pathsOptions.outputFilename = 'output\coedit.2update2.win32.setup.exe' pathsOptions.importStringPaths.Strings = ( 'win32\' '' @@ -34,7 +34,7 @@ object CurrentProject: TCENativeProject outputOptions.boundsCheck = offAlways outputOptions.optimizations = True outputOptions.release = True - pathsOptions.outputFilename = 'output\coedit.2update1.linux32.setup' + pathsOptions.outputFilename = 'output\coedit.2update2.linux32.setup' pathsOptions.importStringPaths.Strings = ( 'nux32\' '' @@ -57,7 +57,7 @@ object CurrentProject: TCENativeProject outputOptions.boundsCheck = offAlways outputOptions.optimizations = True outputOptions.release = True - pathsOptions.outputFilename = 'output\coedit.2update1.linux64.setup' + pathsOptions.outputFilename = 'output\coedit.2update2.linux64.setup' pathsOptions.importStringPaths.Strings = ( 'nux64\' '' diff --git a/cesetup/version.txt b/cesetup/version.txt index 0062fe17..3e6a5088 100644 --- a/cesetup/version.txt +++ b/cesetup/version.txt @@ -1 +1 @@ -2update1 +2update2 diff --git a/src/ce_infos.lfm b/src/ce_infos.lfm index 80401bb7..ef9fb5f1 100644 --- a/src/ce_infos.lfm +++ b/src/ce_infos.lfm @@ -36,7 +36,7 @@ inherited CEInfoWidget: TCEInfoWidget Align = alClient Alignment = taCenter AutoSize = False - Caption = 'Coedit 2 - update 1' + Caption = 'Coedit 2 - update 2' Font.Height = -16 Font.Style = [fsBold] Layout = tlCenter diff --git a/wiki/wiki.txt b/wiki/wiki.txt index 22dfd35e..cb24068c 100644 --- a/wiki/wiki.txt +++ b/wiki/wiki.txt @@ -873,12 +873,14 @@ The tool itself can be build with Coedit. ## 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) -The input is passed with the ENTER 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 ENTER. +- ![](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]. ## Mini explorer widget