Re: Ver 4 editor prolem maybe?
- Posted by dcole Jun 23, 2011
- 1236 views
There is an options/edit flag: "Load ex.err on error" which if checked opens the ex.err on error (doh) and you have to press F12 to jump to the line in error (while the cursor is on a "<file>:<line>" line, that is). But that doesn't sound like what's happening here.
Regards, Pete
Thank you Pete,
For researching this.
If run (by clicking on the green light in Edita) a program with ver 4.
I get (in the black window):
E:\eu\myincludes\myKeysSeq.ew:380
<0074>:: Errors resolving the following references:
blowup.e (878):myNewKeyDown_id
E:\eu\myinclude\myKeysSeq.ew(380):myNewKeyDown_id
myNewKeyDown_id("myNewKeyDown")
Press Enter
When I press Enter Edita opens up at port.exw The main program which is where I was before I clicked the green light.
Now if I do the same thing with ver 3 and not making any changes to Edita, Edita opens up at blowup.e with the cursor blinking at line 878. Making it a easier to work on the problem.
Don Cole