Skip to content

Added Goto Matching Bracket

Choose a tag to compare

@robert-hh robert-hh released this 19 Dec 20:17
· 258 commits to master since this release

1.12 Bracket Match and Minor changes

  • Ctrl-K causes the cursor set to the matching bracket, if any. Pretty raw, not elegant. Brackets in comments and strings are counting as well.
  • On Copy the mark will be cleared, since it is assumed that the just copied lines will not be overwritten.
  • High level try/except catching internal errors (e.g. coding errors)
  • Separate cpp options for including scroll optimization, replace or bracket match into the minimal version. Changes in strip.sh script to generate the minimal wipye version too.
  • Some editorial changes and fixign of tyops.