Author Topic: Open wx source files easily  (Read 3066 times)

Offline Jeisson

  • Multiple posting newcomer
  • *
  • Posts: 26
Open wx source files easily
« on: December 11, 2007, 01:24:21 am »
Hi wxFolks!

Sometimes I want to edit or view a source file of the wxWidgets distribution. Let say, <wx/string.h>. So I do a typical search in the File Manager (e.g. Windows Explorer or Dolphin), then I drop the file over CodeBlocks. If I want to view the related .cpp file, I have to repeat the procedure (F11 does not work).

But I have noticed when I am debugging the project, the IDE opens wxWidgets distribution files automatically when a do "step into" command.. So, I wonder if there is an easier way to open these files with in IDE?

Thanks in advance.
Greetings!

Pd.: I beg your pardon if this question is already, I could not find something related in the search.