Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Error in Editor & so does not appear in the Outline view.

The parser that fills the outline view is pretty generic and should be able to handle aCC. A bug report with some sample code that can reproduce the error would be helpful so we can debug the parser and see what’s going on.

 

Cheers,

Doug

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sumit Sarkar
Sent: Friday, October 21, 2005 1:39 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Error in Editor & so does not appear in the Outline view.

 

Hi Doug,

Is 'gcc' format being  used to parse these files? For HP-UX, we are using 'aCC' for compiling the files. The compilation does not produce any error. But, the editor shows these 'syntax' errors.

I will file a bug with all the information discussed here.

Thanks,
sumit

On 10/21/05, Doug Schaefer <DSchaefer@xxxxxxx> wrote:

There is a little advertised feature of the parse that populates the outline
view. If it thinks it detects a syntax error, it will underline it in red.
If it is incorrectly doing so with some code you have, please file a bug
report with sample code to reproduce it.

Thanks,
Doug

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto: cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Ploett, Norbert
> Sent: Friday, October 21, 2005 2:22 AM
> To: CDT General developers list.
> Subject: AW: [cdt-dev] Error in Editor & so does not appear in the Outline
> view.
>
> Hi Bala,
>
> looks strange. I never saw underlined text without any markers and
> corresponding messages in the Problems view.
> Did you look into the Problems view? (Window --> Show View --> Problems)
> Do you get any hover information when hovering over the underlined text?
>
>
> Norbert
>
> -----Ursprüngliche Nachricht-----
> Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im
> Auftrag von Balasubramaniyan K
> Gesendet: Freitag, 21. Oktober 2005 08:09
> An: cdt-dev@xxxxxxxxxxx
> Betreff: [cdt-dev] Error in Editor & so does not appear in the Outline
> view.
>
>
> Hi
>
>       I created a project & am editing the project. But I see some red
> lines on some of my functions as shown in the attached
> image.
>       I think the editor does not understand some format. Should we make
> the editor understand all the formats ? ofCourse we can
> disable the red lines by unchecking the Hover
>
>       Moreover if the function has some error then they do not appear on
> the Outline view.
>
> Thanks,.\
> Bala
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top