|
From: John <xa...@ve...> - 2011-11-11 00:13:12
|
I want to add a "Find First" functionality to the search menu. I know Java but I am not able to locate where the "search menu" is located. There are a lot of files in this project and looking from the outside I am unsure of how to find what I need. I found the source file for the search functionality and associated methods which I will add my code to but I cannot find the GUI portion needed for this. From: Alan Ezust [mailto:ala...@gm...] Sent: Wednesday, November 09, 2011 8:44 PM To: John Cc: jed...@li... Subject: Re: [ jEdit-devel ] How to find the spot? Can you describe what it is you want to add? Then I might have a better idea of where it belongs, or if it belongs in a plugin instead of the core. As for deciphering the source code, it helps to know Java. :-) On Wed, Nov 9, 2011 at 4:14 PM, John <xa...@ve...> wrote: OK, I have read all of the documentation for this project. I have identified something I would like to add to the core project but I cannot find the spot in the source to put it. Is there some trick to deciphering the source files to find what I am looking for? |