1
Using Code::Blocks / Re: Hiccups while typing (continuation)
« Last post by Pecan on Today at 07:22:16 pm »OK, thanks, I have fixed an issue mentioned here: Re: The 14 June 2024 build (13529) is out.
BTW: why do you have so many custom comments in the source code, do you added manually or by some tools?Code// ----------------------------------------------------------------------------
void ClassBrowser::SetParser(ParserBase* parser)
// ----------------------------------------------------------------------------
They're applied by a key macro I have on my local system.
Once I can see where I'm supposed to be working, I mark it so it doesn't take so long to find it again.
Sometimes, I forget to remove the taggings.
I do it because of my eye sight. I have a terrible time seeing/differentiating code where I'm working without marking where I'm coding or debugging.
If it bothers someone, they can remove the comments or debugging tags. I'll try to do better at remembering it myself before a commit.
I forgot to do it this time because I'm working on 'stage two' of the suggested changes.