Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tim777 on January 19, 2007, 06:03:54 pm

Title: how to highlight text
Post by: tim777 on January 19, 2007, 06:03:54 pm
Firefox and some text editors have very useful feature - text highlighting.
Is it possible in CodeBlocks or may be will be possible?
Title: Re: how to highlight text
Post by: sethjackson on January 19, 2007, 07:36:52 pm
Firefox and some text editors have very useful feature - text highlighting.
Is it possible in CodeBlocks or may be will be possible?

What do you mean by text highlighting?

Do you mean text selection or maybe you mean syntax highlighting?

In either case Code::Blocks can do both. :)

Or maybe you meant something else....
Title: Re: how to highlight text
Post by: tim777 on January 20, 2007, 01:13:24 pm
Firefox and some text editors have very useful feature - text highlighting.
Is it possible in CodeBlocks or may be will be possible?

What do you mean by text highlighting?

Do you mean text selection or maybe you mean syntax highlighting?

In either case Code::Blocks can do both. :)

Or maybe you meant something else....

Thanks for reply, sethjackson.
Of course, I know about text selection and syntax highlighting :-)
But I mean another feature:
for example, in Firefox browser, all part of a text that you are searching (by ctrl-F) can be highlighted in current document. For this there is the button "Highlight all" in searching bar. Such that you may fast scroll the document and see searching part. In many cases this is much more convenient than sequential searching.
Title: Re: how to highlight text
Post by: dmoore on January 20, 2007, 02:45:26 pm
tim: it could be done, but it would be a PITA to implement.
an easier fix would just be to add the option to search current file only in Find in Files as that gives a list of all hits to select from.
Title: Re: how to highlight text
Post by: tim777 on January 20, 2007, 05:49:30 pm
tim: it could be done, but it would be a PITA to implement.
an easier fix would just be to add the option to search current file only in Find in Files as that gives a list of all hits to select from.

Ok, I see  :)
Thank you.