IDE: Adding a shortcut keyboard command for "Kill Progr

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
spacefractal
User
User
Posts: 17
Joined: Tue Jan 24, 2006 7:05 pm

IDE: Adding a shortcut keyboard command for "Kill Progr

Post by spacefractal »

There is shortcut to stop program and countie program", but there is no shortcut for that function I use most "kill program".

The reason is there is no way to edit the code without forcing that command, unlike BlitzMax.

Pure Basic can also not close the currently running app when compiling a new, which BlitzMax do.

The shortcut could been example like ctrl-F6 or F12

That it.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

do that on your own:

Menu: File \ Preferences ... General \ Shortcuts \ "Debugger -> Kill Program"
oh... and have a nice day.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: IDE: Adding a shortcut keyboard command for "Kill P

Post by PB »

freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

If you want to directly get back to editing after an error, you can also set the option
File->Preferences->Debugger->Kill Program after an Error

This way the program is directly killed when an error happens, and you can edit the code,
but you loose the ability to get more information from the debugger after the error.
quidquid Latine dictum sit altum videtur
Post Reply