Search code examples
svnjedit

jEdit - Filter SVN directories/files out of "Search in Directory" function


Using the jEdit programmer's text editor, given a directory of existing code, I have been searching for and updating references in directories using the "Search in Directory" function. However, the directory also contains SVN files and subdirectories in addition to the code.

Is there an easy way to filter out these files when searching through the code directories with jEdit?


Solution

  • Apparently, I wasn't using the correct filtering syntax. I needed to filter out the files explicitly for some reason. More information about the filtering syntax is available at http://www.jedit.org/users-guide/globs.html .