User forums > General (but related to Code::Blocks)
A single wish
ashotisatoshi:
Hi,
I'm new here, so apologies if this is not the right section to post to.
I have a single simple wish for code blocks..
On the status bar, could there be the name of the function I am currently in?
Sometime when working within a function which is more than one page long, I some time forget
which function I am working on - or even when just browsing through my code quickly I have
to page up to know what function it is that I am looking at - showing the function that
currently the cursor is in would be handy
Thanks.
Ps - Code::Blocks is so great btw !!
Ash
oBFusCATed:
We already have this feature.
Just enable the code completion plugin and make sure the code completion toolbar is visible.
ashotisatoshi:
Hi,
Cheers for the reply -
some of my code is several hundred thousand lines in length, and I have found code completion really slows down
editing - is there a way a plugin can achieve what I am after ?
oBFusCATed:
Yes, but you need to write a parser for c/c++ and probably get the same effective slowdown.
p.s. I hope you don't have files larger than ten thousand lines. :)
p.p.s. I'm using codeblocks to edit a project that is 2-3 milion lines of code and it works fine!
ashotisatoshi:
Yes,
Avg line count of files in project are 80k lines,
largest being 232k lines..
Not ideal, but client is a bank with some very strange rules
Navigation
[0] Message Index
[#] Next page
Go to full version