Author Topic: Remove/Toggle parens around a current selection.  (Read 6764 times)

SlickEdit Support

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 384
  • Hero Points: 29
Remove/Toggle parens around a current selection.
« on: April 08, 2010, 08:55:39 PM »
//This macro has been posted for other SlickEdit users to use and explore.
//Depending on the version of SlickEdit that you are running, this macro may or may not load.
//Please note that these macros are NOT supported by SlickEdit and is not responsible for user submitted macros.
4/8/2003

-----------------------------------------------------------------------
my_parens.e

Version 7.0+

    Simply includes or removes (toggles) parentheses around the current
selection.  Try it, you'll see how useful it is.

    Contains one command
        toggle_parens()

------------------------------------------------------------------------