2381: basic seach oddities
I'm trying to match strings from my log file against the source code. This is the basic search, without structural search or regular expressions.
Repeatedly, a string that I can see in the editor's current buffer is not found
Find in path is finding the string in non-Java files, even when the 'file name filter' mask is set to '*.java' .
请先登录再写评论。