We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › java-exception line number -> status bar
Page Index Toggle Pages: 1
java-exception line number -> status bar (Read 1355 times)
java-exception line number -> status bar
May 6th, 2005, 11:20pm
 
some exceptions don't cause the editor to jump to the line raising it. but java gives a line-number in relation to the compiled .java file which is all pde's together and a little more ...

would it be possible to have a line-number _added_ to the lower status-bar that gives the line-number in relation to the temporary .java file rather than to the current tab?

F
Re: java-exception line number -> status bar
Reply #1 - May 6th, 2005, 11:32pm
 
i'd rather we fix the problem that it's not jumping to the right line. if it's got the line number in the temporary file, it should be parsing that. there was a bug in that code which was causing some of that hanging stuff so it may have gotten worse in 87 when that bug was fixed.

if you have a specific, short piece of code that exhibits the behavior i'll try and test with that to see what's going on.
Re: java-exception line number -> status bar
Reply #2 - May 7th, 2005, 12:57am
 
k. i see ... code's here.

http://www.florianjenett.de/processing/jump_line_exception_bug.zip

best,
F
Re: java-exception line number -> status bar
Reply #3 - May 7th, 2005, 3:02am
 
found and fixed for rev 88.
Page Index Toggle Pages: 1