Paul Kulchenko
355a54987c
Removed deprecated DebuggerAttachDefault call from interpreters.
2016-07-12 13:53:00 -07:00
Paul Kulchenko
2cb231ea08
Refactored fattachdebug from the interpreter code.
2016-07-08 20:48:40 -07:00
Paul Kulchenko
aa69beba4e
Updated interpreters to remove obsolete functions.
2016-07-08 20:41:59 -07:00
Paul Kulchenko
0a6960d91d
Updated interpreters to use GetCommandLineArg method.
2016-06-02 21:19:35 -07:00
Paul Kulchenko
d8d1fc6f67
Updated messages in interpreters to fix line endings.
2015-03-01 19:18:04 -08:00
Paul Kulchenko
d1fb8837f7
Refactored default fprojdir and fworkdir from the interpreter code.
2014-09-27 13:45:39 -07:00
Paul Kulchenko
4e5356670b
Updated interpreters to check ProgramFiles env variable on Windows.
...
This helps with locating executables for a localized OS.
2014-04-29 21:59:04 -07:00
Paul Kulchenko
78c44e6060
Fixed an issue with running processes not terminated when closing IDE.
...
This was a side-effect of an earlier change that was done to run
end-callbacks before terminating external processes (as those callbacks
may be used, for example, to remove temporary files).
Many of interpreters had logic in those callbacks to reset debugger.pid,
which was useful (at a time) to reset UI after terminatin of a process
(introduced by 4554c67c ). However, this logic was unnecesary in
interpreters and interfered with terminating running processes, so this
commit removes it from all the interpreters and does in the IDE itself.
2014-04-11 15:24:26 -07:00
Paul Kulchenko
102d470380
Fixed removing temporary files in GSL-shell interpreter.
2014-02-23 23:51:09 -08:00
Paul Kulchenko
d2cb1690cb
Added support for command line parameters for GSL-shell (ref #251 ).
2014-01-03 17:21:25 -08:00
Paul Kulchenko
a71cd3494b
Added live coding support for GSL-shell ( closes #239 ).
2013-12-01 18:32:19 -08:00
Paul Kulchenko
486cccd1da
Added debugger.runonstart option to configure if debugging should run immediately after starting.
2013-02-09 20:21:58 -08:00
Paul Kulchenko
4f30271665
Fixed GSL-shell interpreter to use correct folder structure (helps #72 ).
2012-12-02 09:35:38 -08:00
Paul Kulchenko
3abddc50a1
Fixed using project folders with GSL-shell (helps #72 ).
2012-12-01 14:01:02 -08:00
Paul Kulchenko
614c43795a
Added GSL-shell support ( closes #72 ).
2012-11-29 20:45:39 -08:00