Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » problems view
problems view [message #29024] Mon, 21 July 2008 06:47 Go to next message
Abhijit is currently offline AbhijitFriend
Messages: 18
Registered: July 2009
Junior Member
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 12:39 Go to previous message
Alex Panchenko is currently offline Alex PanchenkoFriend
Messages: 342
Registered: July 2009
Senior Member
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
Previous Topic:[BUILD] R1.0--
Next Topic:[BUILD] R1.0-I
Goto Forum:
  


Current Time: Sat Jul 27 12:18:20 GMT 2024

Powered by FUDForum. Page generated in 0.03330 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top