// Left toolbar
tbMain = createToolbar("revu.toolWindow", false).getComponent();
issuePane = new IssuePane(project, issueTree, false);
new CustomAutoScrollToSourceHandler(project).install(issueTree);
new TreeSpeedSearch(issueTree, new Convertor<TreePath, String>()
{
public String convert(TreePath o)
{