rconn
Administrator
- May
- 13,199
- 205
Staff member
add support for batch file projects
Almost all IDEs support grouping of files, that do one job, in a project.
I suggest adding such functionality to TakeCommand. Sure there is no standard for project files containing DOS/Win batch files, but you can invent your own format...
Project file should contain at least following settings:
what files are belonging to it,
what file is the main one (which file should be started at debugging session start),
default dir for execution (at best - relatively to main file),
command-line parameters supplied,
files that were opened in tle last debugging session, and lines where cursor stood on.
Vasilich on January 29, 2013 03:00
Almost all IDEs support grouping of files, that do one job, in a project.
I suggest adding such functionality to TakeCommand. Sure there is no standard for project files containing DOS/Win batch files, but you can invent your own format...
Project file should contain at least following settings:
what files are belonging to it,
what file is the main one (which file should be started at debugging session start),
default dir for execution (at best - relatively to main file),
command-line parameters supplied,
files that were opened in tle last debugging session, and lines where cursor stood on.