XCode-style function list

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
russellweed
Posts: 24
Joined: Tue Aug 21, 2007 3:40 pm

XCode-style function list

Post by russellweed »

It'd be great if Rapid PHP had a function dropdown list in the toolbar akin to XCode:

Image

Now I know what you're thinking: "You dolt, Rapid PHP already has this. It's in the Code Explorer window!"

So why would I want it in the toolbar too?
1) The code explorer shows more than just function names. It shows members, include files, and all kinds of other handy info. But sometimes all I want to see is just the functions in the class I'm currently working on.
2) I have Code Explorer and File Explorer docked to the same pane, and I'm usually on the File Explorer tab.
3) This would be a wonderful spot to throw in // TODO: support. Maybe something equivilent to Objective-C's #pragma mark "bleh" stuff too. :)
Post Reply