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 PROTECTED]> 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.
>

-- 
C++ syntax highlighting omission 
https://bugs.launchpad.net/bugs/126075
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to