jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

Add getTextAreaTagRanges #572

Closed mtalimanchuk closed 4 years ago

mtalimanchuk commented 5 years ago

It now returns text index positions and actual text. Previous method is now available as getTextAreaTagConfig.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.04%) to 73.815% when pulling e49573f547d030935a9160d9396bb06c191f6402 on mtalimanchuk:next_release into 58df9638379cc75e50e1ff00f10c0dd889db5f56 on jarvisteach:next_release.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.01%) to 73.841% when pulling 34da7792188bbf557332c79cbf2bec89fe8cbdd7 on mtalimanchuk:next_release into 58df9638379cc75e50e1ff00f10c0dd889db5f56 on jarvisteach:next_release.

mtalimanchuk commented 5 years ago

Sorry, totally forgot to check the usage of getTextAreaTag in tests. Now I realize the idea behind your naming and don't want to mess it up :)