mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
notes and disable electric scroll (issue 1055)
This commit is contained in:
@@ -142,7 +142,11 @@ public class PdeTextAreaDefaults extends TextAreaDefaults {
|
||||
|
||||
document = new SyntaxDocument();
|
||||
editable = true;
|
||||
electricScroll = 3;
|
||||
|
||||
// Set to 0 for revision 0215 because it causes strange jumps
|
||||
// http://code.google.com/p/processing/issues/detail?id=1055
|
||||
electricScroll = 0;
|
||||
|
||||
caretVisible = true;
|
||||
caretBlinks = Preferences.getBoolean("editor.caret.blink");
|
||||
blockCaret = Preferences.getBoolean("editor.caret.block");
|
||||
|
||||
Reference in New Issue
Block a user