Andrew Hankinson
dca6347ea9
Fixed: Remove lingering references to i
...
Refs 75e347e8e3
2014-08-14 07:19:53 -04:00
Andrew Hankinson
75e347e8e3
Fixed: obscure use of variables
...
Previously, the counting variable "i" was used as a variable throughout this method, leading to the value of 'i' becoming unclear as the method progressed.
Additionally, a later loop in this method redeclared 'i', providing more confusion.
This commit renames 'i' to the more descriptive 'targetLine' and uses that in its place. The redeclared value of 'i' was also renamed to "newTargetLine".
2014-08-13 18:15:58 -04:00
daboe01
4700c2583d
fix acessor names
2014-08-12 08:29:28 +02:00
daboe01
7cbb103376
fix selecting last newline error
2014-07-31 20:35:29 +02:00
Alexandre Wilhelm
f13c96839e
Fixed synthax in CPTextView
2014-07-19 19:07:08 -07:00
Alexandre Wilhelm
776f68c9dd
Fixed style in CPTextView
2014-07-19 18:46:25 -07:00
Alexandre Wilhelm
c6fd14afd2
Fixed: capp_lint
2014-05-30 11:12:29 -07:00
daboe01
91495c8595
more dom protection
2014-05-29 20:37:27 +02:00
daboe01
4a44b35ea5
fix relayouting optimization bug
2014-04-18 17:17:01 +02:00
daboe01
47aafe9042
better workaorund for chrome bug
2014-04-18 13:28:51 +02:00
daboe01
53d94a1d3d
stability improvement
2014-04-18 00:41:33 +02:00
daboe01
5dd3c7c8e8
spooky chrome fix
2014-04-18 00:36:18 +02:00
daboe01
5ca41a6fff
style
2014-02-15 19:47:50 +01:00
daboe01
e4f71420fc
prototypes+style
2014-02-15 12:43:09 +01:00
daboe01
d647258856
formatting
2014-02-12 05:59:34 +01:00
daboe01
e45140b7ea
formatting
2014-02-10 21:28:25 +01:00
daboe01
e448430d8a
fix of circular imports
2014-02-10 21:07:57 +01:00
daboe01
394b1a1602
fix circular imports
2014-02-10 06:02:28 +01:00
daboe01
85abd5a8c3
eliminate warnings + style
2014-02-09 11:00:25 +01:00
daboe01
9edd8d6f66
CPTextView commit
2014-02-08 20:43:15 +01:00