Is there a way in the editor to move from the interface section declaration of a method to its implementation? And when I ask that, I mean from the declaration signature to the implementation signature, NOT to the implementation begin. We're dealing with legacy code where the distance from the implementation signature to the begin can be many lines.

Is there a way in the editor to move from the interface section declaration of a method to its implementation? And when I ask that, I mean from the declaration signature to the implementation signature, NOT to the implementation begin. We're dealing with legacy code where the distance from the implementation signature to the begin can be many lines.

I have not found anything in GExperts, CnPack, or ModelMaker Code Explorer which would accomplish this.

Comments

  1. I've started to use the tools in the Navigation toolbar (attached to the top of the editor window) more often these days. I need to check if there's a shortcut to go to them. You can type your method name in there and go to the method signature line in the implementation section. These tools support a "contains text" search so the method can be found by typing any part of the method name. Maybe this works for you, but I'm not sure if this was there in D2007.

    ReplyDelete
  2. Girish Patil no, it was added much later. But iirc Castalia was available for Delphi 2007, before Embarcadero bought it.

    ReplyDelete
  3. The best solution I have found so far is the navigation toolbar (bottom one in the image) from CnPack:

    https://plus.google.com/photos/...

    ReplyDelete

Post a Comment