keyboard shortcuts - Eclipse/Pydev: is there a way to temporarily and quickly disable the auto closing bracket feature? -
When I am closing the bracket that opens the input in Eclipse / Pydev for maximum time, I manually insert I enjoy the closing bracket feature, there are occasions that I want to disable it, such as an absence to open the bracket to add. I was thinking that in any way there is a way to disable feature on-the-fly quick and temporarily, perhaps a keyboard shortcut? Thank you. There is no such facility at this time, but you can close: You can add a keybind Open the page where the preference is defined (Preferences & gt; pydev & gt; Editor & gt; Typing & gt; "Automatic Bracket Entry"). To add a shortcut: ctrl + shift + l (twice), add more mapping to search 'typing'. If this is not enough for you, please add a feature request in PyDev Feature Tracker (or better yet, as it is open-source, you can provide a patch that facilitates Adding - Also it should be easy to change the prefs in Pyode scripting. View