3.94 driving me nuts
3.94 driving me nuts
Here's a few things that drive me nuts about 3.94...
1.) "Cannot edit sourecode. It is being debugged."
2.) StandAlone Debugger stays on top, unable to see all of the app. (unless it's minimized)
3.) That bloody ListViewGadget at the bottom of the editor keeps showing when I try to get rid of it.
How can I get rid of these things?
1.) "Cannot edit sourecode. It is being debugged."
2.) StandAlone Debugger stays on top, unable to see all of the app. (unless it's minimized)
3.) That bloody ListViewGadget at the bottom of the editor keeps showing when I try to get rid of it.
How can I get rid of these things?
www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: 3.94 driving me nuts
> "Cannot edit sourecode. It is being debugged."
Hmm, probably makes sense though... why edit an app that is being run?
It would compromise the integrity of any error messages and so on.
> StandAlone Debugger stays on top, unable to see all of the app
Turn off "Always on top" in the Prefs.
Doesn't stay on top for me.
> That bloody ListViewGadget at the bottom of the editor keeps showing
> when I try to get rid of it
There doesn't seem to be an option to remove it, but I've just resized it to
the absolute minimum size instead (so it's about 5 pixels high). Try that.
Hmm, probably makes sense though... why edit an app that is being run?
It would compromise the integrity of any error messages and so on.
> StandAlone Debugger stays on top, unable to see all of the app
Turn off "Always on top" in the Prefs.
> That bloody ListViewGadget at the bottom of the editor keeps showing
> when I try to get rid of it
There doesn't seem to be an option to remove it, but I've just resized it to
the absolute minimum size instead (so it's about 5 pixels high). Try that.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Re: 3.94 driving me nuts
Just didn't have this in 3.93 and it just slows down the programming process.PB wrote:Hmm, probably makes sense though... why edit an app that is being run? It would compromise the integrity of any error messages and so on.
I don't see that in the Preference.Turn off "Always on top" in the Prefs.Doesn't stay on top for me.
Maybe in the next version there can be an option to remove it. Not sure why sometimes it shows and sometimes it doesn't.There doesn't seem to be an option to remove it, but I've just resized it to the absolute minimum size instead (so it's about 5 pixels high). Try that.
www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: 3.94 driving me nuts
yeah, catching and fixing bugs as you encounter them is a good thing although how the ide debugs makes it hard to allow thisJ. Baker wrote:Just didn't have this in 3.93 and it just slows down the programming process.PB wrote:Hmm, probably makes sense though... why edit an app that is being run? It would compromise the integrity of any error messages and so on.
~Dreglor
Re: 3.94 driving me nuts
>> Turn off "Always on top" in the Prefs.
>
> I don't see that in the Preference.
Look harder.
>
> I don't see that in the Preference.
Look harder.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Re: 3.94 driving me nuts
I found it.PB wrote:>> Turn off "Always on top" in the Prefs.
>
> I don't see that in the Preference.
Look harder.
www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: 3.94 driving me nuts
How are you turning off the ListView at the bottom of the editor? I see
no option for that anywhere...? (And yes, I've looked everywhere).
no option for that anywhere...? (And yes, I've looked everywhere).
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Re: 3.94 driving me nuts
> 1.) "Cannot edit sourecode. It is being debugged."
When using the integrated debugger, errors get hilighted inside the source itself. (also the current line in step mode)
If you would edit the code, all that information will be wrong.
In 3.93, the debugger was separate, thats why it was no issue there.
Just use the standalone debugger, and this will be gone. (as it has a separate code
display, locking the IDE code is not needed.
> 3.) That bloody ListViewGadget at the bottom of the editor keeps showing when I try to get rid of it.
This is a setting for each source individually. You can get rid of it for new sources
with the options in "Editor->Defaults" in the preferences.
For the allready created sources, you can disable it from the debugger menu. (Errorlog submenu)
I might add a global option to turn it off for everything for the next release.
When using the integrated debugger, errors get hilighted inside the source itself. (also the current line in step mode)
If you would edit the code, all that information will be wrong.
In 3.93, the debugger was separate, thats why it was no issue there.
Just use the standalone debugger, and this will be gone. (as it has a separate code
display, locking the IDE code is not needed.
> 3.) That bloody ListViewGadget at the bottom of the editor keeps showing when I try to get rid of it.
This is a setting for each source individually. You can get rid of it for new sources
with the options in "Editor->Defaults" in the preferences.
For the allready created sources, you can disable it from the debugger menu. (Errorlog submenu)
I might add a global option to turn it off for everything for the next release.
quidquid Latine dictum sit altum videtur
Yeah, the Error Log option isn't in the preference. So maybe this is why it's not saved all the time. Usually shows back up again when I open or create a new source.
www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Thanks alot freak and to everyone else. This should solve all my problems, I think. 
www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
> OMG. (No offence.) Debug -> Error Log -> Show Error Log (uncheck).
Huh? No such option in my v3.94 install. (Image of Preferences removed).
Huh? No such option in my v3.94 install. (Image of Preferences removed).
Last edited by PB on Sun Sep 11, 2005 9:43 am, edited 1 time in total.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.




