[comp.sys.amiga.programmer] QED & SAS/C

ryan@amix.commodore.com (Ryan Sheftel) (06/03/91)

I am trying to link my SAS/C compiler to the QED editor. I can execute 
everything with scripts, but I would like the SAS/C complier to report 
line numbers to me like it does with the lousy LSE editor. I have no idea 
what this option is. Perhaps someone knows if the editor has an ARExx 
port? Maybe? Anyone else link the SAS/C compiler to QED, or any other 
editor for that matter?


----------
Ryan Sheftel

UUCP: uunet!cbmvax!amix!undrground!ryan
Internet: undrground!ryan@amix.commodore.com

bj@cbmvax.commodore.com (Brian Jackson) (06/03/91)

In article <i2oX31w164w@undrground.UUCP> undrground!ryan@amix.commodore.com (Ryan Sheftel) writes:
>I am trying to link my SAS/C compiler to the QED editor. I can execute 
>everything with scripts, but I would like the SAS/C complier to report 
>line numbers to me like it does with the lousy LSE editor. I have no idea 
>what this option is. Perhaps someone knows if the editor has an ARExx 
>port? Maybe? Anyone else link the SAS/C compiler to QED, or any other 
>editor for that matter?
>
>
>----------
>Ryan Sheftel
>
>UUCP: uunet!cbmvax!amix!undrground!ryan
>Internet: undrground!ryan@amix.commodore.com

QED does, indeed, have an Arexx port. The complete documentation on
how to do this comes when you register the program. It's shareware.
I'll leave it up to Darren (the author) to give you all the details
since he'll read this tomorrow at work, no doubt.  QED has one of the
best Arexx/application interfaces around. It's worth the trouble and
worth the minimal registration $$$.

You can email Darren on GEnie ('DMG') or right here on the net as
'darren@cbmvax'.

Brian

 -----------------------------------------------------------------------
 | Brian Jackson  Software Engineer, Commodore-Amiga Inc.  GEnie: B.J. |
 | bj@cbmvax.cbm.commodore.com    or  ...{uunet|rutgers}!cbmvax!bj     |
 -----------------------------------------------------------------------

darren@cbmvax.commodore.com (Darren Greenwald) (06/03/91)

In article <i2oX31w164w@undrground.UUCP> undrground!ryan@amix.commodore.com (Ryan Sheftel) writes:
>I am trying to link my SAS/C compiler to the QED editor. I can execute 
>everything with scripts, but I would like the SAS/C complier to report 
>line numbers to me like it does with the lousy LSE editor. I have no idea 
>what this option is. Perhaps someone knows if the editor has an ARExx 
>port? Maybe? Anyone else link the SAS/C compiler to QED, or any other 
>editor for that matter?
>
>
>----------
>Ryan Sheftel
>
>UUCP: uunet!cbmvax!amix!undrground!ryan
>Internet: undrground!ryan@amix.commodore.com

Yes, QED has an ARexx port - you'll have to get the line numbers to it
of course.  Once you have the line number, use the GOTO [line][column]
command to position the cursor.  Both arguments are optional, but
obviously you'll at least want to give the line number.