Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » don't show error dialog on problem marker in Eclipse 3.2?
don't show error dialog on problem marker in Eclipse 3.2? [message #306401] Fri, 28 July 2006 00:12 Go to next message
Eclipse UserFriend
Originally posted by: zzhang.numericatech.com

Hi,

I just upgrade my eclipse to 3.2.

I have an editor which will mark some errors (IMarker.PROBLEM) on the file,
using

MarkerUtilities.createMarker(file, map, IMarker.PROBLEM)

Now in 3.2, everytime, when a marker is created for the file, an error
dialog will popout
title: Error
msg: An error has occured. See error log for more details.

while previously in 3.1, it doesn't show such dialog.

Is there a flag that I can turn off the error dialog?

Thanks a lot.

Sincerely,
Stan
Re: don't show error dialog on problem marker in Eclipse 3.2? [message #306402 is a reply to message #306401] Fri, 28 July 2006 00:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"zzhang" <zzhang@numericatech.com> wrote in message
news:eabkpf$lm3$1@utils.eclipse.org...
> Hi,
>
> I just upgrade my eclipse to 3.2.
>
> I have an editor which will mark some errors (IMarker.PROBLEM) on the
> file, using
>
> MarkerUtilities.createMarker(file, map, IMarker.PROBLEM)
>
> Now in 3.2, everytime, when a marker is created for the file, an error
> dialog will popout
> title: Error
> msg: An error has occured. See error log for more details.
>
> while previously in 3.1, it doesn't show such dialog.
>
> Is there a flag that I can turn off the error dialog?


Have you looked in the error log? It sounds like maybe something else is
broken - that is, maybe there are actually errors happening, perhaps because
of some problem in your marker implementation. Maybe the error log would
contain an exception stack trace showing where the error is.
Re: don't show error dialog on problem marker in Eclipse 3.2? [message #306406 is a reply to message #306402] Fri, 28 July 2006 02:50 Go to previous message
Eclipse UserFriend
Originally posted by: zzhang.numericatech.com

Thanks, Walter. You're right.

I started another thread "Error on displaying Problem Marker in Problem View
in Eclipse 3.2"

Sincerely,
Stan
"Walter Harley" <wharley@bea.com> wrote in message
news:eabl4j$n31$1@utils.eclipse.org...
> "zzhang" <zzhang@numericatech.com> wrote in message
> news:eabkpf$lm3$1@utils.eclipse.org...
>> Hi,
>>
>> I just upgrade my eclipse to 3.2.
>>
>> I have an editor which will mark some errors (IMarker.PROBLEM) on the
>> file, using
>>
>> MarkerUtilities.createMarker(file, map, IMarker.PROBLEM)
>>
>> Now in 3.2, everytime, when a marker is created for the file, an error
>> dialog will popout
>> title: Error
>> msg: An error has occured. See error log for more details.
>>
>> while previously in 3.1, it doesn't show such dialog.
>>
>> Is there a flag that I can turn off the error dialog?
>
>
> Have you looked in the error log? It sounds like maybe something else is
> broken - that is, maybe there are actually errors happening, perhaps
> because of some problem in your marker implementation. Maybe the error
> log would contain an exception stack trace showing where the error is.
>
Previous Topic:How do I add a shell within the editor window and move it with my mouse.
Next Topic:Error in xDoclet Page
Goto Forum:
  


Current Time: Wed Jul 17 18:31:36 GMT 2024

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

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

Back to the top