Bug? Reload Source after tool has quit into current Source
Posted: Sat Mar 08, 2014 3:59 pm
I believe that this is a bug. If not I'm sorry, but could someone show me how to
do it right then.
Thanks
(when running a program as a Tool)
Under Tool arguments "%FILE" "%TEMPFILE"
%FILE = the filename and path of the current source code that has been loaded in the IDE.
%TEMPFILE = the current IDE source code saved in a temporary file.
I can modify the %TEMPFILE and save it over the %FILE just fine.
But when I use:
Wait until tool quits, Reload Source after tool has quit, into current source.
With Event to trigger: Sourcecode saved.
The code in the IDE is also changed. But! the programs Tab always displays
the * in the Tab indicating not saved yet, but has been saved!
By not using Reload Source after tool has quit, into current source.
I can use Reload from the File menu, and it works fine with no * displayed in the Tab.
Is there a bug with Reload Source after tool has quit, into current source?
Or how can I reload the changed %TEMPFILE back into the IDE with out having to
do it manually each time? The unnecessary added * is driving me nuts.
I think Reload Source after tool has quit, into current source should work with out putting
the * in the Tab shouldn't it.
Or how can it be done so it doesn't put the * in the Tab like when you do it manually?
I appreciate any help or suggestions.
do it right then.
Thanks
(when running a program as a Tool)
Under Tool arguments "%FILE" "%TEMPFILE"
%FILE = the filename and path of the current source code that has been loaded in the IDE.
%TEMPFILE = the current IDE source code saved in a temporary file.
I can modify the %TEMPFILE and save it over the %FILE just fine.
But when I use:
Wait until tool quits, Reload Source after tool has quit, into current source.
With Event to trigger: Sourcecode saved.
The code in the IDE is also changed. But! the programs Tab always displays
the * in the Tab indicating not saved yet, but has been saved!
By not using Reload Source after tool has quit, into current source.
I can use Reload from the File menu, and it works fine with no * displayed in the Tab.
Is there a bug with Reload Source after tool has quit, into current source?
Or how can I reload the changed %TEMPFILE back into the IDE with out having to
do it manually each time? The unnecessary added * is driving me nuts.
I think Reload Source after tool has quit, into current source should work with out putting
the * in the Tab shouldn't it.
Or how can it be done so it doesn't put the * in the Tab like when you do it manually?
I appreciate any help or suggestions.