eeeeaaii / vodka

Creative Coding Environment
GNU General Public License v3.0
126 stars 3 forks source link

fix parentheses keys #127

Closed eeeeaaii closed 2 years ago

eeeeaaii commented 3 years ago

put this under the ORG_Z flag:

  1. left paren creates org
  2. less than sign creates word
  3. left brace and bracket stay the same
  4. right paren, right brace, right bracket, and greater than all attempt to go up the tree and select the nex container that matches that type - select it - and put the insertion point after it. so an alternative to shift-tab that's type-specific.
eeeeaaii commented 2 years ago

fixed