vote up 2 vote down star
2

For Delphi IDE, Is there any tool/expert to know the name of the function where the cursor is, without scrolling the code editor?

flag

80% accept rate

5 Answers

vote up 5 vote down check

CnPack offer that too for free ;-)

link|flag
vote up 0 vote down

Funny, nobody mentioned GExperts - that's a free addon for Delphi, works flawlessly with all editions from Personal to Architect. And has a lot useful stuff in it. Personally I don't even touch Delphi if there's no GExperts installed - but that's me :D

link|flag
I use GExperts, but It doesn't provide such a functionality. – samir105 Jan 2 at 13:33
vote up 3 vote down

The Structure Pane provides this information when a code window is open.

link|flag
I move cursor up and down, from one procedure to another on the code window, but nothing changes on the Structure Pane. I don't need to look at the list of procedures and move to selected, I want to know the name of the current procedure. – samir105 Dec 23 '08 at 6:26
vote up 5 vote down

Castalia is the tool you want, for all IDE's including the post-Delphi 7 versions. Castalia at TwoDesk

link|flag
Thanks. I tried it, it works nicely for Delphi personality. Do you know such a tool for C++Builder personality of post-Delphi 7 versions? – samir105 Dec 22 '08 at 13:47
vote up 1 vote down

I never used it personally, but CodeRush for Delphi might be the tool you are looking for (on the linked page search for "breadcrumb").

link|flag
CodeRush is only available up to Delphi 7. – Bruce McGee Dec 22 '08 at 14:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.