Page MenuHomePhabricator

Automatic bracket/quote completion/pairing needs a way to be disabled.
Closed, ResolvedPublic

Description

While this is a great feature that I love when writing a new script, it is a pain in the rear when I'm trying to go back and change or fix existing code. There needs to be a toggle for this so I can have it turned off when I'm changing code and on when I'm writing something new from scratch.


Version: unspecified
Severity: enhancement

Details

Reference
bz53915

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:01 AM
bzimport added a project: CodeEditor.
bzimport set Reference to bz53915.
bzimport added a subscriber: Unknown Object (MLST).

This can be disabled by using:

editor.setBehavioursEnabled(true);

The editor is not accessible from the hook though... We could add a button for this, like i did with https://gerrit.wikimedia.org/r/#/c/104512/

He Technical 13, can you test what you think about it in the beta labs version ? Is it any better with the newer ACE version that we have deployed there ?

http://en.wikipedia.beta.wmflabs.org/w/index.php?title=Module:HtmlBuilder&action=edit

Do you want a toolbar button to toggle this behavior ?

TheDJ claimed this task.

I've not heard complaints about this since 2014, so i'm calling this fixed.