equal
deleted
inserted
replaced
1 diff -ru jEdit/org/gjt/sp/jedit/textarea/TextArea.java jEdit-patched/org/gjt/sp/jedit/textarea/TextArea.java |
|
2 --- jEdit/org/gjt/sp/jedit/textarea/TextArea.java 2012-06-15 22:20:05.000000000 +0200 |
|
3 +++ jEdit-patched/org/gjt/sp/jedit/textarea/TextArea.java 2012-08-13 19:11:04.000000000 +0200 |
|
4 @@ -4907,7 +4907,7 @@ |
|
5 /** |
|
6 * Returns true if the caret is visible, false otherwise. |
|
7 */ |
|
8 - final boolean isCaretVisible() |
|
9 + public final boolean isCaretVisible() |
|
10 { |
|
11 return blink && hasFocus(); |
|
12 } //}}} |
|