Feature #2756 2006-10-08 00:11
julienlecomte
swap interface/implementation
When clicking on a source file tab, we've currently have a "swap header/source"
What would be nice would be additionals "swap interface/implementation/source" menus:
Let's say we've got: IFoobar.h (pure abstract interface) CFoobar.h (interface implementation) CFoobar.cpp (source implementation)
If we're on IFoobar.h, we can then directly open CFoobar.h, or CFoobar.cpp... etc...
- Category
- Editing
- Status
- Open
- Close date
- Assigned to
History
julienlecomte 2006-10-08 00:13
Actually we only need a menu to swap from IFoobar.h to CFoobar.h (since "swap header/source" already swaps CFoobar.h to CFoobar.cpp)