project - btree project:alpha
finds files containing the term "btree" in the alpha projec
lang - btree lang:java
finds files containing the term "btree" written in the java programming language
filename - btree filename:*.h
finds files with the .h extension that contain the term btree
- jaxb filename:pom.xml"
finds files named pom.xml that contain the term jaxb
site - btree site:src/text/resources
finds files that contain the term btree and that have src/text/resources in their file path
comment - comment:"btree"
finds files that contain the term btree in comments
classdef - classdef:btree
finds files that contain a class named btree
functiondef - functiondef:btree
finds files that contain of a function named btree
functioncall - functioncall:btree
finds files that contain calls to the btree function
"..." - "Hello, world!\n"
finds files that contain the exact contents of the string "Hello, world!\n"; note that single quotes ('), triple single quotes (''') and triple double quotes (""") can also be used to define the beginning and end of a string.
- (minus) - "text/xml" –"utf-8"
find occurrences where "text/xml" occurs, but "utf-8" does not
combine - btree filename:"*.conf" site:src/text
combine multiple qualifiers to find code files that contain btree in .conf files that have src/text in their filepath
N,n,K,k - move to the next occurrence of the search term that was found in this file
P,p,J,j - move to the previous occurrence of the search term that was found in this file
- toggles display of line numbers to the left margin of code files
- save current file to your pc
- add a note to the current file (selected line)
- find occurrences of the currently selected text
- displays the interactive code directory that contains the currently displayed code file or project page
- show hit/resource in separate standalone window

create a permanent URL reference to the currently open files

show all internal projects

show result summary list

show code reports and analysis - click "Home" link or logo to open