Ticket #4754: TextView.diff

File TextView.diff, 470 bytes (added by ilzu, 15 years ago)

After sending the last patch, I read BeBook, and noticed it was wrong, this only adds more characters to _CharClassification and doesn't do anything to wrapping

  • src/kits/interface/TextView.cpp

     
    50735073
    50745074        case '.':
    50755075        case ',':
     5076        case ':':
     5077        case ';':
     5078        case '!':
     5079        case '?':
     5080        case '(':
     5081        case ')':
     5082        case '[':
     5083        case ']':
     5084        case '{':
     5085        case '}':
     5086        case '"':
     5087        case '\'': 
    50765088            return B_PUNCTUATION_CHARACTER;
    50775089
    50785090        default: