This communication is for use by the intended recipient and contains
information that may be Privileged, confidential or copyrighted under
applicable law. If you are not the intended recipient, you are hereby
formally notified that any use, copying or distribution of this e-mail,
in whole or in part, is strictly prohibited. Please notify the sender by
return e-mail and delete this e-mail from your system. Unless explicitly
and conspicuously designated as "E-Contract Intended", this e-mail does
not constitute a contract offer, a contract amendment, or an acceptance
of a contract offer. This e-mail does not constitute a consent to the
use of sender's contact information for direct marketing purposes or for
transfers of data to third parties.
Francais Deutsch Italiano Espanol Portugues Japanese Chinese Korean
I have one for UltraEdit…
Peter van Bennekom | Architect, Sr. Principal office: 610 407 8113 | fax: 610 407 8181 | peter.va...@infor.com | http://www.infor.com |
|
--
You received this message because you are subscribed to the Google Groups "OpenROAD Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
openroad-user...@googlegroups.com.
To post to this group, send email to
openroa...@googlegroups.com.
Visit this group at https://groups.google.com/group/openroad-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/openroad-users/OFA45F9520.A931290F-ON80257FC0.0038A1DF-80257FC0.0038EFDC%40CDCLN05.LVS.DUPONT.COM.
For more options, visit https://groups.google.com/d/optout.
Hi
I got these from Bodo some time ago.
It gives you syntax highlighting and autocomplete.
With the API for N++ I suspect you could write something to connect to the catalogues for an OpenROAD application.
Not got round to that yet.
Cheers
Adrian
Hi Adrian,
Attached are new versions of the two OR syntax files for Notepad++.
Corrections made:
· Added some missing class names
· Removed some duplicate keywords
· Removed “rubbish” at the end of OpenROAD.xml
Regards,
Bodo.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/9820E9D4043D2F44BDA5F41B354CFCD2517A2FDD%40USALWEXMBX2.infor.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/001801d1b82e%2404b39760%240e1ac620%24%40demon.co.uk.
Is this what you mean:
II_W4GL_SYSTEMEDITOR=TRUE
And
II_WINDOWEDIT="C:\Program Files\TextPad 4\Textpad.exe" -t"%t" "%f(%l)"
N++ has no command line flag for %t (component title) %f = filename i.e. wa12345.e01 etc
So for N++ something like
II_WINDOWEDIT=" "c:\Program Files (x86)\Notepad++\notepad++.exe"" "%f"
Sorry I’m not at a workstation with N++ on it.
Cheers
Adrian
use of sender's contact information for direct marketing purposes or for
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/trinity-f5a304c8-60c9-49af-8ea7-85b7b2a34578-1464366108997%40msvc-mesg-gmxus004.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/002601d1b836%24ceb88900%246c299b00%24%40demon.co.uk.
Here is what I’m using:
II_W4GL_SYSTEMEDITOR=TRUE
II_WINDOWEDIT=C:\mybin\or4gledit.bat %f %l %t
II_WINDOWVIEW=C:\mybin\or4gledit.bat %f %l %t
The batch file or4gledit.bat has the following content:
@echo off
REM echo %1 %2 %3 %4 %5 %6 %7 %8 %9
REM pause
color F1
if "%II_TEMPORARY%"=="" FOR /F "usebackq delims==" %%i IN (`ingprenv II_TEMPORARY`) DO set II_TEMPORARY=%%i
set ORCOMPFILE="%II_TEMPORARY%\%5.Script"
copy /Y %1 %ORCOMPFILE%
cls
echo Do not close this window !!!
echo OpenROAD will close this window when editing has finished.
echo Editing %ORCOMPFILE%
set NPPFLAG=-multiInst -notabbar -nosession
if "%6"=="[View" SET NPPFLAG=-ro
c:\Progra~2\Notepad++\notepad++.exe %ORCOMPFILE% %NPPFLAG% -n%2
if not "%NPPFLAG%"=="-ro" copy /Y %ORCOMPFILE% %1
The script requires II_TEMPORARY to be set (either in the environment or using ingsetenv).
As you see, it copies the original temporary file to another name: componentname.Script, then opening the copy in Notepad++.
When closing Notepad++ the edited file is copied back to the original name (if not in “Read Only” mode).
You can change the script to meet your own expectations, e.g. if you want another extension.
For the two xml files (Adrian had sent in a previous mail):
These are the UDL (User Defined Language) file (OpenROAD_UDL.xml) and the auto-completion file (OpenROAD.xml) for OpenROAD.
The auto-completion file has to be copied into the “C:\Program Files (x86)\Notepad++\plugins\APIs” directory.
The UDL file has to be imported into the User Defined Language dialog in Notepad++.
HTH.
Regards,
Bodo.
Bodo Bergmann
Principal Software Engineer
Actian | Engineering
Phone: +49.6103.3033.734
GESELLSCHAFTSANGABEN: Geschäftsführer: Steven R. Springsteel, Stephen Mark Padgett, Markus Bockle
Sitz der Gesellschaft: Hamburg| Handelsregister: Amtsgericht Hamburg | HRB 135991| USt-IdNr: DE252449897
From: openroa...@googlegroups.com [mailto:openroa...@googlegroups.com]
On Behalf Of Allan Biggs
Sent: Freitag, 27. Mai 2016 21:50
To: openroa...@googlegroups.com
Cc: adr...@octavo2.demon.co.uk
Subject: Re: RE: RE: [openroad-users] OpenRoad style for Notepad++
Thank I'll try that , I'm on a mobile at the moment
--
Sent from my Android phone with mail.com Mail. Please excuse my brevity.
On 27/05/2016, 17:42 adr...@octavo2.demon.co.uk wrote:
Is this what you mean:
II_W4GL_SYSTEMEDITOR=TRUE
And
II_WINDOWEDIT="C:\Program Files\TextPad 4\Textpad.exe" -t"%t" "%f(%l)"
N++ has no command line flag for %t (component title) %f = filename i.e. wa12345.e01 etc
So for N++ something like
II_WINDOWEDIT=" "c:\Program Files (x86)\Notepad++\notepad++.exe"" "%f"
Sorry I’m not at a workstation with N++ on it.
Cheers
Adrian
From: openroa...@googlegroups.com [mailto:openroa...@googlegroups.com] On Behalf Of Allan Biggs
Sent: 27 May 2016 17:22
To: openroa...@googlegroups.com
Subject: Re: RE: [openroad-users] OpenRoad style for Notepad++
Thanks ... isn't there an environment variable that opens your own editor ?
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/trinity-1c980208-2a7c-4cd7-bfd0-3e944d88c018-1464378596598%40msvc-mesg-gmxus003.
Hi,
We had done a similar thing with our development workstations, however we used Windows Symbolic linking instead of file copy (mklink)
We all leave the editors open and save then compile – well at least until OpenROAD stops noticing that we’ve been saving in session.
So in effect we can open the script in the editor, make changes and save the file without shutting down the editor. (I find this very handy after making a lot of changes in a script and using the compiler to find all my spelling/syntax mistakes)
The trouble with the symbolic linking is that you need to modify group policy and add SeCreateSymbolicLinkPrivilege.
In group policy editor (Start – Run - gpedit.msc)
The script itself is more complex as I changed the suffix to ‘.script’ to get N++ to recognise the file.
I got this working then ran away as some of the DOS text manipulation made my head hurt.
All improvements welcome.
Adrian
@echo off
echo %1 %2 %3 %4 %5 %6 %7 %8 %9
REM Componentname Filenane
REM c:\ingresii\ingres\temp\wa12345.e67
REM w4gledit %t %f
set INGFILE=%4
set INGPATH=%~dp4
set EXT=%~x4
REM DEBUG
echo INGFILE= %INGFILE%
echo INGPATH= %INGPATH%
echo EXT= %EXT%
REM "Script Editor: process_marking_team"
set COMPNAME=%~3
set COMPNAME=%COMPNAME: =%
set COMPNAME=%COMPNAME:ScriptEditor:=%
set W4GLNAME=%INGPATH%%COMPNAME%.script
REM DEBUG
echo COMPNAME= %COMPNAME%
echo W4GLNAME= %W4GLNAME%
echo INGFILE = %INGFILE%
echo W4GLNAME = %W4GLNAME%
echo Do not Close this Window it controls your editor........
REM Symbolically link your file so that you don't have to close the editor
mklink %W4GLNAME% %INGFILE%
REM If there is an error it maybe because the symbolic link name exists - so remove it
if %ERRORLEVEL% == 1 goto :tidyup
start /WAIT c:\progra~2\Notepad++\notepad++.exe -multiInst %W4GLNAME%
REM start /WAIT c:\progra~2\Notepad++\notepad++.exe -multiInst %INGFILE%
REM Make back up
copy %W4GLNAME% %W4GLNAME%%EXT%
REM Remove the symbolic link - mklink doen't like it if the file already exists.
:tidyup
del %W4GLNAME%
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/BLUPR06MB306B4F8510A425CBF2852DE93450%40BLUPR06MB306.namprd06.prod.outlook.com.
Some background reading in MS mklink:
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/007301d1ba5d%24ee4095f0%24cac1c1d0%24%40demon.co.uk.
Simon,
You used the wrong "import" command.
Use the "Import…" button in the dialog that comes up when you use the LanguageàDefine your language… menu item.
There you reference the UDL (User defined language) file OpenROAD_UDL.xml
The other file (OpenROAD.xml) is used for auto-completion and has to be placed in the “C:\Program Files (x86)\Notepad++\plugins\APIs” directory.,
Auto-Completion should also be enabled (SettingsàPreferences).
Bodo Bergmann
Principal Software Engineer
Actian | Engineering
GESELLSCHAFTSANGABEN: Actian Germany GmbH | Geschäftsführer: Steven R. Springsteel, Stephen Mark Padgett, Markus Bockle
Sitz der Gesellschaft: Hamburg| Handelsregister: Amtsgericht Hamburg | HRB 135991| USt-IdNr: DE252449897
--
You received this message because you are subscribed to the Google Groups "OpenROAD Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
openroad-user...@googlegroups.com.
To post to this group, send email to
openroa...@googlegroups.com.
Visit this group at https://groups.google.com/group/openroad-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/641762c4-64ee-4ef5-9820-bd38d684ba98%40googlegroups.com.
Simon,
You used the wrong "import" command.
Use the "Import…" button in the dialog that comes up when you use the LanguageàDefine your language… menu item.
There you reference the UDL (User defined language) file OpenROAD_UDL.xml
The other file (OpenROAD.xml) is used for auto-completion and has to be placed in the “C:\Program Files (x86)\Notepad++\plugins\APIs” directory.,
Auto-Completion should also be enabled (SettingsàPreferences).
Bodo Bergmann
Principal Software Engineer
Actian | Engineering
GESELLSCHAFTSANGABEN: Actian Germany GmbH | Geschäftsführer: Steven R. Springsteel, Stephen Mark Padgett, Markus Bockle
Sitz der Gesellschaft: Hamburg| Handelsregister: Amtsgericht Hamburg | HRB 135991| USt-IdNr: DE252449897
From: openroa...@googlegroups.com [mailto:openroa...@googlegroups.com] On Behalf Of Simon Lovell
Sent: Mittwoch, 12. Oktober 2016 08:43
To: OpenROAD Users Mailing List <openroa...@googlegroups.com>
Subject: [openroad-users] Re: OpenRoad style for Notepad++
Hi,
I also would like Syntax Highlighting files for Notepad++. I'm back doing OpenROAD, how about that!
I've tried importing those files into Notepad++ via Setting -> Import -> Import style theme(s)
but they don't appear to have done anything. Is there some different import I need to do? Some other activation? What am I missing here?
--
You received this message because you are subscribed to the Google Groups "OpenROAD Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openroad-user...@googlegroups.com.
To post to this group, send email to openro...@googlegroups.com.
Hi Simon,
Chris wrote that it will require the latest OpenROAD patch.
This is patch number 15087 available here: http://esd.actian.com/product/OpenROAD/6.2/Windows_32-Bit/OpenROAD_6.2.0_Patches
So, you did NOT install the latest patch (14881 is quite old).
BTW:
Patch and Build numbers are mentioned - they follow a different numbering scheme.
Build numbers are our internal OpenROAD build numbers (they are platform and version specific), patch numbers are unique for all OpenROAD/Ingres products.
Bodo.
Bodo Bergmann
Principal Software Engineer
Actian | Engineering
GESELLSCHAFTSANGABEN: Actian Germany GmbH | Geschäftsführer: Steven R. Springsteel, Stephen Mark Padgett, Markus Bockle
Sitz der Gesellschaft: Hamburg| Handelsregister: Amtsgericht Hamburg | HRB 135991| USt-IdNr: DE252449897
From: openroa...@googlegroups.com [mailto:openroa...@googlegroups.com]
On Behalf Of Simon Lovell
Sent: Donnerstag, 13. Oktober 2016 10:40
To: OpenROAD Users Mailing List <openroa...@googlegroups.com>
Subject: [openroad-users] Re: OpenRoad style for Notepad++
Hi Chris,
--
You received this message because you are subscribed to the Google Groups "OpenROAD Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
openroad-user...@googlegroups.com.
To post to this group, send email to openroa...@googlegroups.com.
Visit this group at https://groups.google.com/group/openroad-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/93f08728-c24f-4b4a-aa5a-a2b93775f9b2%40googlegroups.com.
The OpenROAD_UDL.xml specifies syntax highlighting for files with the extension "Script" (see the "ext" attribute of the <userLang> tag).
Therefore my II_WINDOWEDIT environment variable is using a batch script, that copies the temporary file written by OpenROAD to a componentname.Script file.
See the previous conversation in this thread.
What is your II_WINDOWEDIT set to?
Bodo.
To post to this group, send email to openroa...@googlegroups.com.
Visit this group at https://groups.google.com/group/openroad-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/7380c5ac-80c1-4bef-a235-029f8edaf548%40googlegroups.com.
To post to this group, send email to openro...@googlegroups.com.
Ø and you can only have one OpenROAD 6.2 environment per PC
You can have many OpenROAD environments on a PC.
Install the Ingres client only installation first – set the Instance ID then install OpenROAD on top.
Paul
To post to this group, send email to openroa...@googlegroups.com.
Visit this group at https://groups.google.com/group/openroad-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/fa228440-2219-4eaf-9eaa-55edb2293aa9%40googlegroups.com.
You cannot debug using "w4glrun".
The only debugging for OpenROAD image files is using the "MonImage" utility (see the OpenROAD Programming Guide),
which you can start using the command "w4gldev runimage iidebug.img".
The debugging options are limited though, as the scripts are stripped from image file components - therefore there is no "Debugging" window - means you cannot "step" through the actual script.
You can use the "Log", "Monitor" and "DB Session" windows there.
Bodo.
Bodo Bergmann
Principal Software Engineer
Actian | Engineering
GESELLSCHAFTSANGABEN: Actian Germany GmbH | Geschäftsführer: Steven R. Springsteel, Stephen Mark Padgett, Markus Bockle
Sitz der Gesellschaft: Hamburg| Handelsregister: Amtsgericht Hamburg | HRB 135991| USt-IdNr: DE252449897
--
You received this message because you are subscribed to the Google Groups "OpenROAD Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
openroad-user...@googlegroups.com.
To post to this group, send email to
openroa...@googlegroups.com.
Visit this group at https://groups.google.com/group/openroad-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/OF866B23FD.607FED31-ON8025804B.0051CCF9-8025804B.0052DCF5%40CDCLN05.LVS.DUPONT.COM.
.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/BLUPR06MB25759C64BDA2E354C62185193DC0%40BLUPR06MB257.namprd06.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.
This communication is for use by the intended recipient and contains
information that may be Privileged, confidential or copyrighted under
applicable law. If you are not the intended recipient, you are hereby
formally notified that any use, copying or distribution of this e-mail,
in whole or in part, is strictly prohibited. Please notify the sender by
return e-mail and delete this e-mail from your system. Unless explicitly
and conspicuously designated as "E-Contract Intended", this e-mail does
not constitute a contract offer, a contract amendment, or an acceptance
of a contract offer. This e-mail does not constitute a consent to the
use of sender's contact information for direct marketing purposes or for
transfers of data to third parties.
I have OR4x, OR5x and OR6x in separate environments working fine.
You are correct, the installer will let me wedge in a second OR62 installation. That’s a bit of a problem hmmmm.
It’s time to start playing. Have you seen these pages?
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/7a5d13c0-3e66-451c-a164-0ea4f43cf9a1%40googlegroups.com.
Is this functionality present in Notepad++ and I just haven't found it?