problems view [message #29024] |
Mon, 21 July 2008 02:47  |
Eclipse User |
|
|
|
Hi,
I downloaded the latest dltk 1.0 integration build. I created a ruby
script using ruby IDE, made changes so as to produce syntax errors, the
error squigglies were shown at correct line numbers. However, the problems
view was blank; it showed no errors. I then saved the script and problems
view got refreshed.
Also i observed one more thing- in the same script, the saved copy had
syntax errors; so i removed those errors but closed it without saving. The
next time i opened the ruby script, it opened the previous saved copy
(which has errors) correctly but now the error squigglies were not shown,
also the problems view was blank.
Can you please guide me in this?
Thanks & Regards,
Abhijit.
|
|
|
Re: problems view [message #29062 is a reply to message #29024] |
Mon, 21 July 2008 08:39  |
Eclipse User |
|
|
|
Hi Abhijit,
Abhijit wrote:
> Hi,
> I downloaded the latest dltk 1.0 integration build. I created a ruby
> script using ruby IDE, made changes so as to produce syntax errors, the
> error squigglies were shown at correct line numbers. However, the
> problems view was blank; it showed no errors. I then saved the script
> and problems view got refreshed.
That was the changes started on the last week: problems view will
display only errors from parsing the saved content - errors during file
editing are reported only as annotations in the editor. Saved files are
parsed in the background independently from the editor. Now you can use
Project - Clean to force reparsing sources, etc.
> Also i observed one more thing- in the same script, the saved copy had
> syntax errors; so i removed those errors but closed it without saving.
> The next time i opened the ruby script, it opened the previous saved
> copy (which has errors) correctly but now the error squigglies were not
> shown, also the problems view was blank.
>
> Can you please guide me in this?
That changes are not finished completely. The issue you reported is
fixed today - new build will be uploaded later today. Btw, integration
builds are now posted almost every day.
> Thanks & Regards,
> Abhijit.
Regards,
Alex
|
|
|
Powered by
FUDForum. Page generated in 0.03832 seconds