17 Commits

Author SHA1 Message Date
Martin Kaistra
10fd43e7af allow input of utf8 characters in TextEditorWrapped 2013-01-07 14:30:27 +01:00
KaboPC
3b55244296 Fix index out-of-range in pos_to_index
Fix a crash occurring from trying to access a list with a negative index when drag-selecting text above the field box boundaries.(cherry picked from commit 609538b441a0dcf7890b4656c98673ee8de8820d)
2012-12-09 17:04:56 -10:00
KaboPC
eff9dff826 Fix index out-of-range in get_text_and_insertion_data
Added check for empty list textL.(cherry picked from commit 2bf4030381eb4837e1ad3e4d50d479a95c87b972)
2012-12-04 23:36:54 -10:00
KaboPC
c30527bae5 Fix potential nonetype error
Add a check in get_text_and_insertion_data to prevent a possible NoneType crash.(cherry picked from commit 056dbec8e9efebd0d9663034a8dffc95d26986dd)
2012-11-30 16:50:25 -10:00
KaboPC
d1de57d6b5 Update get_text_and_insertion_data to return within bounds
get_text_and_insertion_data should now always only return values within the bounds of textL(cherry picked from commit d289baaf4d8ee416f9618e19eb98c8ecef27944f)
2012-11-30 16:50:24 -10:00
KaboPC
20e7acd5d2 Fix index out of bounds in get_text_and_insertion_data
Check size of textL before accessing.(cherry picked from commit db25b4131f3c042b3edc824550a2724433ea5b76)
2012-11-30 16:50:23 -10:00
KaboPC
cdea40b4b3 Add Wrapped Field classes to ALBOW package
Adds three classes to fields.py based on original ALBOW fields, but designed handle multiline and wrapped text.
2012-11-26 01:30:34 -10:00
David Sowder
0064ed3a42 pep8 compliance: E231 missing whitespace after ',' 2012-02-21 18:42:31 -06:00
David Sowder
5ec3cc1688 pep8 compliance: E701 multiple statements on one line (colon) 2012-02-21 18:40:43 -06:00
David Sowder
bf278dc98c pep8 compliance: E225 missing whitespace around operator 2012-02-21 18:32:16 -06:00
David Sowder
7cbaf42a6e pep8 compliance: E251 no spaces around keyword / parameter equals 2012-02-21 18:20:09 -06:00
David Sowder
83e9d0bd68 pep8 compliance: E301 expected 1 blank line 2012-02-21 18:12:13 -06:00
David Sowder
623dcf524d pep8 compliance: E302 expected 2 blank lines 2012-02-21 18:10:07 -06:00
David Sowder
6b1d3be2af pep8 compliance: W603 '<>' is deprecated, use '!=' 2012-02-21 17:57:02 -06:00
David Sowder
3f758184ab pep8 compliance: W291 trailing whitespace 2012-02-21 17:54:50 -06:00
David Sowder
e56bed1092 pep8 compliance: W293 blank line contains whitespace 2012-02-21 17:52:45 -06:00
David Vierra
e20a70d963 Initial open source release. 2012-02-13 14:59:37 -10:00