I have recently begun using Delphi again (Turbo Delphi 2006) after having used VB and C++ in Microsoft Visual Studio 6. Both those IDEs made it very easy to quickly locate class properties and procedures by providing a treeview on the left-hand side.
Now, it seems Turbo Delphi has something similar in the Structure View, but I find that every time I compile my code the Structure View tree closes. I then have to painstakingly go down the tree again, clicking open branches until I get to the heading I want.
Is there a way to keep the damn thing open? Or should I use some other method to find my way quickly around the code in my classes?
Now, it seems Turbo Delphi has something similar in the Structure View, but I find that every time I compile my code the Structure View tree closes. I then have to painstakingly go down the tree again, clicking open branches until I get to the heading I want.
Is there a way to keep the damn thing open? Or should I use some other method to find my way quickly around the code in my classes?