1. How should WEE handle multiple errors?

When I write code like this:

foo() 
bar() 
grill() 

WEE reports back to me:

<0074:>::Errors resolving the following references: 

I have to open up ex.err to see the details. Oh, noes! sad Pressing F4 is much simpler.

Now, the actual error is more complete:

<0074>:: Errors resolving the following references: 
	'foo' (junk.exw:1) has not been declared. 
	'bar' (junk.exw:2) has not been declared. 
	'grill' (junk.exw:3) has not been declared. 
 
grill() 
     ^ 

I would be much nicer if WEE presented the complete error, and F4 moved to the first unresolved error.

Also, being able to distinguish between an error in crash() and one reported by crash() would be awesome.

Thanks!

- David

new topic     » topic index » view message » categorize

2. Re: How should WEE handle multiple errors?

Yes, it would be nice. I'll add it to the todo item for rewriting the error dialog.

new topic     » goto parent     » topic index » view message » categorize

3. Re: How should WEE handle multiple errors?

Great! grin

- David

new topic     » goto parent     » topic index » view message » categorize

4. Re: How should WEE handle multiple errors?

The view error dialog has been rewritten to show a listbox containing multiple lines of either the call stack or undeclared references. You can pick the line to go to, or open the ex.err file.

new topic     » goto parent     » topic index » view message » categorize

5. Re: How should WEE handle multiple errors?

Wow! Very slick! grin

- David

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu