Mercurial > hg > svgui
comparison widgets/TextAbbrev.cpp @ 587:4806715f7a19
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:27:05 +0100 |
parents | f4960f8ce798 |
children | 1a0dfcbffaf1 |
comparison
equal
deleted
inserted
replaced
586:1ae54a29e59e | 587:4806715f7a19 |
---|---|
259 break; | 259 break; |
260 } | 260 } |
261 } | 261 } |
262 } | 262 } |
263 | 263 |
264 // DEBUG << "TextAbbrev::getPrefixLength: prefix length is " << candidate << endl; | 264 // SVDEBUG << "TextAbbrev::getPrefixLength: prefix length is " << candidate << endl; |
265 // for (int i = 0; i < texts.size(); ++i) { | 265 // for (int i = 0; i < texts.size(); ++i) { |
266 // std::cerr << texts[i].left(candidate) << "|" << texts[i].right(texts[i].length() - candidate) << std::endl; | 266 // std::cerr << texts[i].left(candidate) << "|" << texts[i].right(texts[i].length() - candidate) << std::endl; |
267 // } | 267 // } |
268 | 268 |
269 return candidate; | 269 return candidate; |