Author Topic: context-sensitive menus in editor  (Read 6704 times)

Offline adorlith

  • Multiple posting newcomer
  • *
  • Posts: 22
context-sensitive menus in editor
« on: October 06, 2005, 10:02:10 am »
  It would be nice to have context-sensitive menus in editor. If you right click on a function, for instance, you could jump to the function's definition, etc.
  And it would also be helpful to have a tool tip displaying the type when you point the mouse pointer over a variable.

Anybody agrees with me?

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: context-sensitive menus in editor
« Reply #1 on: October 06, 2005, 10:18:42 am »
I agree :)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: context-sensitive menus in editor
« Reply #2 on: October 06, 2005, 10:50:29 am »
The right-click part is implemented and will appear in RC2.
Also, if you right-click an #include, you have the option to open it ;)
Be patient!
This bug will be fixed soon...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: context-sensitive menus in editor
« Reply #3 on: October 06, 2005, 11:12:19 am »
hehe, I didn't noticed that :P It is even working :lol:
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring