Menu

#2 Speedbar similar to JDE

closed
nobody
None
9
2001-05-18
2001-04-19
No

In JDE (Java Development Environment) speedbar makes it
possible to browse the inner structures of java files
(it displays classes and methods defined, as well as
class variables and the like.

Wouldn't it be possible to make something similar
available in php-mode with classes and functions?

Discussion

  • Karsten Dambekalns

    • priority: 5 --> 9
     
  • Karsten Dambekalns

    Logged In: YES
    user_id=105527

    imenu is something more interesting. I did M-x
    imenu-add-menubar-index and got something that goes at least
    into the right direction: An Index menu item which allows me
    to jump directly to function definitions.
    Now if that got integrated into the speedbar (so that you
    could expand php files there to see that list) I would be
    totally happy.

     
  • Turadg Aleahmad

    Turadg Aleahmad - 2001-05-18
    • status: open --> closed
     
  • Turadg Aleahmad

    Turadg Aleahmad - 2001-05-18

    Logged In: YES
    user_id=137402

    Actually, php-mode has worked with Speedbar since version
    0.9.4. You just have to turn it on in the Customization
    options. Or you can just add this to your .emacs file:

    (custom-set-variables
    '(php-speedbar-config t)
    )

    When I release version 0.9.7, it will have this option
    turned on by default.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.