| 2061 | } |
| 2062 | |
| 2063 | void ASConsole::updateExcludeVector(string suffixParam) |
| 2064 | { |
| 2065 | excludeVector.push_back(suffixParam); |
| 2066 | standardizePath(excludeVector.back(), true); |
| 2067 | excludeHitsVector.push_back(false); |
| 2068 | } |
| 2069 | |
| 2070 | // Adapted from SciTE UniConversion.cxx. |
| 2071 | // Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> |