Other text editors
Posted: Wed Jan 16, 2013 11:31 pm
>from the help line
> Probably been asked before, but can we drive MakeItC from a command line? I
didn't see it in the help.
Not sure this makes sense to do, but the opposite might be true. You could use
MakeItC to generate a batch file. In fact, in an unreleased version, I am
logging all the commands that MakeItC generates, it will be a little overkill as
part of that is to run the C pre-porcessor first to find all the sources that
need to be executed. I'll get this out in the next couple days.
> I want to hook it into ProgrammersNotepad2, which will let me add commands. I
use C but PN2 supports basic also.
Might make more sense to hook MakeItC into PN2, like positioning in the file to
the error location. This is doable, by altering the Tcl, which is part of the C
source package.
> Probably been asked before, but can we drive MakeItC from a command line? I
didn't see it in the help.
Not sure this makes sense to do, but the opposite might be true. You could use
MakeItC to generate a batch file. In fact, in an unreleased version, I am
logging all the commands that MakeItC generates, it will be a little overkill as
part of that is to run the C pre-porcessor first to find all the sources that
need to be executed. I'll get this out in the next couple days.
> I want to hook it into ProgrammersNotepad2, which will let me add commands. I
use C but PN2 supports basic also.
Might make more sense to hook MakeItC into PN2, like positioning in the file to
the error location. This is doable, by altering the Tcl, which is part of the C
source package.