Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: fflittle4 on May 20, 2020, 10:30:14 pm

Title: F3 globalization
Post by: fflittle4 on May 20, 2020, 10:30:14 pm
I want to load text into a named memory maped file and have F3 in codeblocks find the next instance of that text as if I had ^F entered it.
This functionality is similar to the ClipBoard <^S ^X ^V> function, which, with several interactions can accomplish it.
I would be content with a message based solution as well.
I pipe my  search target to clipboard then paste it into the standard search dialog in c::b.
I use tags in comments to relate an interactive state diagram to C++ code.
The error jump from the compiler log would also be ideal as needs even less interaction.
Title: Re: F3 globalization
Post by: BlueHazzard on May 21, 2020, 11:38:33 am
I understand absolutely nothing...

Can you try to be more expressive? Describe the steps you want to automate as detailed as possible...

Also: Operating system? Codeblocks version?