I have a simple starter problem to change an open source project.
Let me first explain the situation:
I want to make some changes on an open source project (NAUTILUS) , The change is to work on This idea(Progress window for file operations) ,
- The fist step is to download the source , done (using git)
- The next step is to read the code , partially done.
But i couldn't find any point of code about the file operation window, (to do more research and preparing for next steps)
So, my problem is the point of code that is related to file operation, and also How to find such a point in code .
edit: Is there any design documentation ?