Changeset 7276 for code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc
- Timestamp:
- Aug 31, 2010, 1:00:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc
r7236 r7276 147 147 ARGUMENT_COMPLETION_FUNCTION_IMPLEMENTATION_MULTI(hiddencommand)(const std::string& fragment) 148 148 { 149 SubString tokens(fragment, " ", SubString::WhiteSpaces, false, '\\', true, '"', true, ' (', ')', true, '\0');149 SubString tokens(fragment, " ", SubString::WhiteSpaces, false, '\\', true, '"', true, '{', '}', true, '\0'); 150 150 151 151 if (tokens.size() == 0)
Note: See TracChangeset
for help on using the changeset viewer.