View Single Post
Old 02 November 2014, 15:20   #24
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
A simple project overview with your current files listed, like you have in most larger IDEs.

Quote:
Originally Posted by Photon View Post
I'm for a more open approach. How far would an "execute commandline/script from within the editor" take me, you think? With a parameter for the currently edited file that you can pass. You'd add " > CON:" if they don't open their own screens.
Quote:
Originally Posted by Thorham View Post
For integration? Not that far. Even CygnusEd has a full Arexx port, and FrexxEd also has it's own script system (FPL, basically just C). For good integration I'd say you'd need an Arexx port (needed anyway), script system (Lua perhaps), and maybe a built-in assembler output parser. It would also be nice to have the ability to assemble and link only changed files (can be done with a script system).
Actually, executing a simple command line works great, because you would just call GNU Make or SAS/C Make on a make-script that automates your whole build process.
Leffmann is offline  
 
Page generated in 0.07863 seconds with 11 queries