processing/processing

Add enhancements to bracket/paren/brace/quote closing in the editor

Open

#5,032 opened on 2017年4月26日

GitHub で見る
 (1 comment) (1 reaction) (0 assignees)Java (6,431 stars) (1,540 forks)batch import
enhancementhelp wanted

説明

I see that auto-close has the basic expected behavior, but it would be a lot easier if

  1. inserting { would also insert newline and indent
  2. if an auto-closed character( ( { [ ' " ) and its pair are both typed by the user, delete the inserted closing character
  3. deleting the auto-closed character will delete it's pair as well as its closing pair we just inserted

I know these are minor improvements, but if I could find the place the current auto-close functionality is located, I would be happy to code it. Any other recommendations/ideas welcome! Thanks for any help!

コントリビューターガイド