Hi Paul,
I used to use TextPad about 15 years ago but I moved onto Notepad++
I do recall having some difficulty in creating a functioning command line for OR to fill out with TextPad (I even bought a licence).
From an old VM I have I see this:
II_W4GL_SYSTEMEDITOR=TRUE
II_WINDOWEDIT="C:\Program Files\TextPad 6\Textpad.exe" -t"%t" "%f(%l)"
II_WINDOWVIEW="C:\Program Files\TextPad 6\Textpad.exe" -r -t"%t" "%f(%l)"
For N++ there are some syntax colouring files produced by Bodo (I think) available. (attached – I think that’s all there is)
With N++ for some reason (command line flags I suspect at the time) I had to create a batch script interface with symbolic linking to 'get' the component name:
II_W4GL_SYSTEMEDITOR=TRUE
II_WINDOWEDIT=f:\RCBatch\w4gledit.bat %t %f
W4gledit.bat:
@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
if exist "c:\progra~2\Notepad++\notepad++.exe" (
start /WAIT c:\progra~2\Notepad++\notepad++.exe -multiInst %W4GLNAME%
) ELSE (
start /WAIT c:\progra~1\Notepad++\notepad++.exe -multiInst %W4GLNAME%
)
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%
I have been using VS-Code for some python related work which lead me to start using it for SQL as well.
I feel another ‘editor’ movement coming - I previously started looking at how to construct an OpenROAD extension for vs-code.
Now that the nights are drawing in again I might return to that curiosity.
Unless someone on the payroll has already beaten me to that?
Cheers
Adrian
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/a313a426-1e96-4002-b7f6-a76e2e0947eb%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/000a01dafab4%24c2ac25d0%2448047170%24%40rationalcommerce.com.
Hi,
The Scintilla based editor which is used by default can be extended as well.
Only played with this enough to get TABS to manifest as 4 spaces and not the ridiculous 8 it defaults to.
https://github.com/ActianCorp/OpenROAD_plugins_samples
It has not really been released as such (or ‘revenue generation’ would be charging us for it by now) as far as I know.
I had to raise a ticket to get more info on it.
Cheers
Adrian
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/000a01dafab4%24c2ac25d0%2448047170%24%40rationalcommerce.com.
Bodo Bergmann Engineering Architect | OpenROAD Engineering Actian, a division of HCLSoftware | |
GESELLSCHAFTSANGABEN: Actian Germany GmbH | Registry Off: Halenreie 42, 22359 Hamburg | Geschäftsführung: Stephen Padgett, Marc Monahan | Handelsregister: Amtsgericht Hamburg | HRB 135991 | USt-IdNr: DE252449897 |
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/001501dafab7%24ec498010%24c4dc8030%24%40rationalcommerce.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 view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/a21977b8-dfef-4ee2-a7d1-63c0e1e3c8f5%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/trinity-959ac6e0-2810-43a1-8abf-85dcad5db062-1725034639490%40trinity-msg-rest-gmx-mailcom-live-8794977bf-5qp2k.
To view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/CAPzMTfDkeELsDt%3D6Wg%2BsSe08VmXZBzQva4L%2BF1HxMz4bnF8mmA%40mail.gmail.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 view this discussion on the web visit https://groups.google.com/d/msgid/openroad-users/c4s3n5dahlv8ujtpoq2vc272.1725037902701%40email.lge.com.