IDE - unfolding on error

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

IDE - unfolding on error

Post by #NULL »

on compiler errors the according area in the soucecode is being unfolded if neccessary.
this does not happen for runtime errors (integrated debugger).
would this be to difficult to implement?
sometimes you have to search for the right line and folding sequence and unfold it manually to get there.
(i know, i never stop inventing problems :P )
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: IDE - unfolding on error

Post by Josh »

Would be very usefull
sorry for my bad english
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Re: IDE - unfolding on error

Post by Niffo »

+1000 !
Niffo
User avatar
Kiffi
Addict
Addict
Posts: 1487
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: IDE - unfolding on error

Post by Kiffi »

here is a related Thread

Greetings ... Kiffi
Hygge
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: IDE - unfolding on error

Post by davido »

+1

Would be nice if just the offending procedure was unfolded!
Then I'd only see 'red' once!
DE AA EB
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: IDE - unfolding on error

Post by Kukulkan »

+1
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: IDE - unfolding on error

Post by Josh »

If this will be realized, it would be nice that the errorline isn't shown in the first line. Better would be, that the errorline is shown in line five, so I can see some lines above.

The same would be fine in Find/Replace
sorry for my bad english
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Re: IDE - unfolding on error

Post by Niffo »

+1
Niffo
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: IDE - unfolding on error

Post by blueznl »

+1
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: IDE - unfolding on error

Post by Josh »

The same problem, if the debugger is running to a breakpoint. In this case it's now very annoying, because you don't know nothing. No tip where the debugger stopped, absolute nothing.
sorry for my bad english
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: IDE - unfolding on error

Post by skywalk »

The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply