Skip to content

Commit

Permalink
code navigator stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 4, 2011
1 parent c081050 commit b5df40a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cpp/core/r_util/RTokenizer.cpp
Expand Up @@ -22,10 +22,6 @@
#include <core/StringUtils.hpp>


// TODO: optimization for search of active source file (use local index)

// TODO: consider getting Invalidation working again in CodeSearchOracle

// TODO: include files in the query

// TODO: open with project-level encoding & convert to UTF-8 / wide
Expand Down
@@ -0,0 +1,8 @@
package org.rstudio.studio.client.workbench.views.source.codenavigator;

// TODO: optimization for search/navigate to active source file (local index)

public class CodeNavigator
{

}

0 comments on commit b5df40a

Please sign in to comment.