|
From: SourceForge.net <no...@so...> - 2012-05-30 16:03:43
|
Feature Requests item #3514076, was opened at 2012-04-02 01:29 Message generated for change (Comment added) made by k_satoda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350588&aid=3514076&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: None Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Jarek Czekalski (jarekczek) Assigned to: Jarek Czekalski (jarekczek) Summary: option to disable electrickeys Initial Comment: As a follow up to #1936678 https://sourceforge.net/tracker/index.php?func=detail&aid=1936678&group_id=588&atid=100588 For me electricKeys are only a source of problems and waste of time. What I suggest is possibility to turn them off in Options / Editing. This would make it possible on a per mode basis. After turning off the electric keys (which would in the same time switch off the indenting brackets) some lines would be indented incorrectly. So a macro would be needed to restore the missing functionality with the enter key: textArea.indentSelectedLines(); textArea.insertEnterAndIndent(); Now the last part: this new enter key must not be used for lines indented manually. Instead of enter C-enter should be pressed which would be assigned to the old command Insert Newline and Indent. Does it make sense? I think it should not harm anyone and leave the field for further improvements. So we have a simple feature request here and some background given. Let's limit discussion under this ticket to this simple feature request. If one wants to extend the subject, please do it on a mailing list. We will link it from here later. ---------------------------------------------------------------------- >Comment By: Kazutoshi Satoda (k_satoda) Date: 2012-05-30 09:03 Message: For the record, r21634 was reverted in r21723, and the modes were superseded by a restriction in r21725. http://jedit.svn.sourceforge.net/jedit/?view=rev&rev=21725 ---------------------------------------------------------------------- Comment By: Jarek Czekalski (jarekczek) Date: 2012-05-05 13:06 Message: Four choices available for electric keys since r21634: on, off, smart, brackets only. To be in next daily and jedit 5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350588&aid=3514076&group_id=588 |