[Bug 126075] Re: C++ syntax highlighting omission

2007-07-14 Thread Andre M
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/bu

[Bug 126075] Re: C++ syntax highlighting omission

2007-07-23 Thread Sebastien Bacher
Thank you for your bug. That works fine in gutsy, likely due to the change described on http://bugzilla.gnome.org/show_bug.cgi?id=312455 ** Changed in: gedit (Ubuntu) Importance: Undecided => Wishlist Assignee: (unassigned) => Ubuntu Desktop Bugs Status: New => Fix Released -- C++

Re: [Bug 126075] Re: C++ syntax highlighting omission

2007-07-14 Thread undriedsea
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: unsigne