We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Each project can have its own set of properties. These control various aspects of how the project (plus its repositories) is handled.
The setting of per-project tunables is done in read-only configuration file (passed to the indexer using the -R option). The file can look like this:
-R
<?xml version="1.0" encoding="UTF-8"?> <java version="1.8.0_121" class="java.beans.XMLDecoder"> <object class="org.opensolaris.opengrok.configuration.Configuration" id="Configuration0"> ... <void property="projects"> <void method="put"> <string>PROJECT_NAME</string> <object class="org.opensolaris.opengrok.configuration.Project"> <void property="navigateWindowEnabled"> <boolean>true</boolean> </void> </object> </void> </void> </object> </java>
navigateWindowEnabled