[[EMAIL PROTECTED] wrote]
> 
> Hello there,
> 
> I am using PythonWin from the Active Python 2.2.1
> It stroke me that the "Find" and "find & replace"
> dialogs only accept strings less than 30 characters long.
> Is it the way I use it or is this a real limitation?
> How comes that nobody complained about this before?

It looks to me like the limitation has to do with how *wide* the string
is. For example, I can search for a lot of i's in a row, but not a lot
of m's. You might want to ask on [EMAIL PROTECTED]

I suspect no one has complained (or they might have you just didn't find
the complaint) because searching for strings that long is rare. If you
have a strong need to do so, I suspect that it would be easy to widen
the find dialog to allow this.

Trent

-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to