Tools:SNavigator: Difference between revisions

using source navigator(more later)
(including a picture)
(using source navigator(more later))
Line 18: Line 18:
#**''Add Directory'' (where your source files reside in -- I understand that the label here is not so self-explanatory...): <br/> <tt>~/moz1.9/mozilla</tt> <br/>(because I saved my source at ~/moz1.9/mozilla.)
#**''Add Directory'' (where your source files reside in -- I understand that the label here is not so self-explanatory...): <br/> <tt>~/moz1.9/mozilla</tt> <br/>(because I saved my source at ~/moz1.9/mozilla.)
# Remember to ensure that "Include Subdirectories" and "Build Cross-reference database" are checked.
# Remember to ensure that "Include Subdirectories" and "Build Cross-reference database" are checked.
# Then click "OK". The snavigator then begins to scan your source directories. This takes a few minutes.
# Then click "OK". The snavigator then begins to scan your source directories. This takes a few minutes. Now you can enjoy searching the mozilla code in a faster speed.
 
=Using Source Navigator (more later)=
==Searching a method==
#by typing in the method name
#viewing the definition/declaration by highlighting the method in the code#
#...
==Displaying a inheritance hierarchy==
#...
==Searching a string==
#...