Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Trigger-happy task tags
Trigger-happy task tags [message #226051] Tue, 28 October 2008 14:04 Go to next message
Eclipse UserFriend
Originally posted by: bullet.magnet.example.com

I have some custom task tags defined, "BUG" amongst others. But CDT
sometimes gets false positves, for example it highlights the last three
letters in the following comments:

// This is slow under FULL_DEBUG
// BAH, HUMBUG

and also the first three letter in this comment

// BUG_ME_NOT

but none of this:

// BUGLY

These lines are not added to task tags, so why are they highlighted?

I didn't find anything in Bugzilla when searching for "task tags".
Re: Trigger-happy task tags [message #226061 is a reply to message #226051] Tue, 28 October 2008 14:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bullet.magnet.example.com

Bulletmagnet <bullet@magnet.example.com> wrote in
news:Xns9B45996C6984Aiddqdbm@206.191.52.34:

> I have some custom task tags defined, "BUG" amongst others. But CDT
> sometimes gets false positves, for example it highlights the last three
> letters in the following comments:
>
> // This is slow under FULL_DEBUG
> // BAH, HUMBUG
>
> and also the first three letter in this comment
>
> // BUG_ME_NOT
>
> but none of this:
>
> // BUGLY
>
> These lines are not added to task tags, so why are they highlighted?
>
> I didn't find anything in Bugzilla when searching for "task tags".
>

Anybody seen this? It's CDT 5.0.1.200809120802
Re: Trigger-happy task tags [message #226103 is a reply to message #226051] Wed, 29 October 2008 09:27 Go to previous message
No real name is currently offline No real nameFriend
Messages: 9
Registered: July 2009
Junior Member
Hi!

Bulletmagnet wrote:
> I have some custom task tags defined, "BUG" amongst others. But CDT
> sometimes gets false positves, for example it highlights the last three
> letters in the following comments:
>
> // This is slow under FULL_DEBUG
> // BAH, HUMBUG

I've filed this as a bug recently (see comments 4 and 5 for the problem you
describe here):

https://bugs.eclipse.org/bugs/show_bug.cgi?id=246846

Cheers,

Peter
Previous Topic:CBreakpointManager nullpointerException
Next Topic:Why does CDT build every project if I execute an Ant script?
Goto Forum:
  


Current Time: Thu Apr 25 15:21:03 GMT 2024

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

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

Back to the top