Files
textmate/Frameworks/OakTextView
Allan Odgaard 8ea658b3cf Command-clicking single caret could lead to crash
Command-clicking an existing caret normally toggles, unless there only is a single caret, in which case it adds a caret. This would thus allow you to add a new caret sharing the position of the existing, and command-clicking again would then remove both the two existing carets, leading to an assertion failure (as there were no carets).

Fixes issue #466.
2012-09-21 16:23:35 +02:00
..
2012-09-16 11:41:23 +02:00
2012-08-13 00:25:20 +02:00