-
Notifications
You must be signed in to change notification settings - Fork 780
User Interface
This is a guide to user interface, meaning the web pages presented by the web application. In general it should not be needed as everything should be self explanatory however there are some hidden features and quirks that are also worth mentioning.
The web application has several views:
- directory listing
- xref (cross reference), i.e. the rendering of the input files
- history
- includes annotation
If you have projects enabled, you can double click on project name either in the project picker or on the rectangle showing the selected project and it will take you to the directory listing of this project.
In the xref view one can toggle the "Scopes" window. It normally shows which function you are in, along with function arguments. This is handy when scrolling through long (perhaps spaghetti code) functions.
When browsing a source code, press 1
when hovering over a link/symbol and the intelligence window will appear.
It allows to perform highlighting and various searches. It looks like this:
The full text search is case insensitive, while definitions/references search is case sensitive.