Vladimir Kotal
Vladimir Kotal
I meant the actual contents of the files. As for the analyzer, the indexer usually reports e.g.: ``` 2018-07-21 21:36:49.898+0200 FINER t185 DefaultIndexChangedListener.fileAdded: Added: /js-test/toc.js (JavaScriptAnalyzer) ```
Not sure this is actually a bug. That said, the indexer does this: ``` 412 private List getAuthCommandLineParams() { 413 List result = new ArrayList(); 414 String userName = System.getenv(ENV_SVN_USERNAME);...
The logger output from Executor would have to be redacted to achieve that.
The question is whether SVN allows to specify the user/pass by other means.
How do you perform the search exactly ? Is it full text / symbol / definition search ? Can you post an example of the code ?
Yes, the full search performs search in all the tokens, i.e. including those in the comments. If you want just references or definitions, use Definition/Symbol search.
What do you mean by "limited scope" ?
What do you mean by 'search in string' exactly ? Maybe give an example ?
It would be good if someone proposed possible solutions. I guess there should be a option to enable the behavior. Should all branches be indexed or just some ? (selection,...
Also, this is not specific to git only. Similarly, one might want to do the same thing for tags within each branch.