|
From: Max <lis...@ma...> - 2003-02-28 13:29:10
|
Hi, I am not sure where this feature should go, probably in project viewer. When programming in C++ it is often required to switch between Foo.h ( or .hh ) and Foo.cpp ( or .c++ or .C ). It is possible to write a macro to achieve this functionality. However in many cases Foo.h and Foo.cpp are not in the same directory. I believe it is no problem for the ProjectViewer plugin to find the corresponding Foo.cpp for a Foo.h and Foo.h for a Foo.cpp. When this feature is implemented, C++ developers can truely enjoy JEdit. I would love to implement it, but I can not speak java anymore. Max. |