Comment 2 for bug 126075

Revision history for this message
undriedsea (voidlogic7) wrote : Re: [Bug 126075] Re: C++ syntax highlighting omission

Ver: 2.18.1
In TimerDriver.h there is a class:

class TimerDriver
{
    friend void timerHandler(struct regs *r);

    public:
        TimerDriver();
        ~TimerDriver();
        void setTimerPhase(unsigned int hertz);
        void timerHardWait(unsigned int ticks);

    private:
        unsigned long timerTicks;
};

The :
friend void timerHandler(struct regs *r);
is not highlighted

I guess it was not a .cpp file like I said at first. Sorry

On 7/14/07, Andre M <email address hidden> wrote:
>
> Can you please provide some example code to reproduce the error? And
> what do you mean by 'not highlighted as it should be'? In my gedit
> (2.18.1) 'friend' is highlighted in red, and 'friends' for instance is
> not highlighted at all.
>
> --
> C++ syntax highlighting omission
> https://bugs.launchpad.net/bugs/126075
> You received this bug notification because you are a direct subscriber
> of the bug.
>