Files
cappuccino/AppKit/CPTextView
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
..
2014-07-19 18:46:25 -07:00
2014-07-19 19:07:08 -07:00
2014-07-19 18:46:25 -07:00
2014-07-19 19:07:08 -07:00
2014-07-19 19:07:08 -07:00
2014-08-14 00:12:02 +02:00
2014-08-12 08:33:28 +02:00
2014-08-12 16:06:49 +02:00