unity-dev team mailing list archive
-
unity-dev team
-
Mailing list archive
-
Message #00208
Re: [Ayatana-dev] Help
Hi,
Other than that, you almost never have to look through the entire code, if you are not familiar with the code at all, searching (e.g. with grep) for the right words (which sometimes can be tricky to find, in this case click, mouseup, mousedown, etc might be the right words to look for) most of the times gives me some pointers where I should check/modify the code.
I hope this helps,
Regards,
Robert
On Fri, Jul 1, 2011 at 8:53 AM, Abhishek Singh
<abhishek1729@xxxxxxxxx> wrote:
To be clearer is there some developer's guide to unity that gives you a
basic overview of the code or any such resources?
If not then where in the src code should I look to solve bug # 688830?
Or is going through the entire src code my only option?
References