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
18dadbc001
Updated love2d interpreter to not hide the application window.
2014-04-28 17:25:30 -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
09b81d2796
Added handling of command line parameters for love2d (ref #251 ).
2013-12-29 20:57:04 -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
08d8630147
Extended list of default folders for interpreters where executables are searched for.
2012-11-25 17:05:59 -08:00
Paul Kulchenko
1037389ce0
Added search for Moai and Love2d executables in default locations on OSX and Windows.
2012-10-20 21:17:34 -07:00
Paul Kulchenko
684150714f
Updated love2d interpreter to use the project folder to check for
...
main.lua.
This allows Run/Debug project with any project file being currently active.
2012-08-11 22:27:41 -07:00
Paul Kulchenko
a11bd6f0d3
Added search in PATH for love2d executable
2012-08-07 18:14:57 -07:00
Paul Kulchenko
0abcff015e
Added moai interpreter
2012-08-02 17:51:32 -07:00
Paul Kulchenko
26d0908c89
Added scratchpad support for love2d
2012-07-03 13:00:18 -07:00
Paul Kulchenko
942681e246
Fixed an issue with love2d path with spaces
2012-06-28 20:05:35 -07:00
Paul Kulchenko
ce8f120e48
Improved logic in love2d integration to distinguish Debug and Run commands
...
(closes #13 )
2012-06-28 10:24:13 -07:00
Paul Kulchenko
668cdcb4db
Added auto complete for love2d API
2012-06-25 14:47:21 -07:00
Paul Kulchenko
90b4f38223
Added love2d support
2012-06-24 17:52:59 -07:00