Changeset 2315
- Timestamp:
- 07/29/08 00:04:46 (4 months ago)
- Files:
-
- 1 modified
-
trunk/source/textHandler.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/textHandler.py
r2176 r2315 419 419 """ 420 420 if offset>=len(text): 421 offset=len(text)-1421 return offset 422 422 while offset>0 and text[offset].isspace(): 423 423 offset-=1 … … 441 441 """ 442 442 if offset>=len(text): 443 offset=len(text)-1443 return offset+1 444 444 if text[offset].isalnum(): 445 445 while offset<len(text) and text[offset].isalnum():

NVDA is supported by