Author Topic: ActionScript fixes for Core 3.4.0  (Read 6326 times)

Ryan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 986
  • Hero Points: 77
ActionScript fixes for Core 3.4.0
« on: February 27, 2009, 07:03:46 PM »
In addition to what was enhanced in the Flex Support Plug-in (available here: http://community.slickedit.com/index.php?topic=4374.0) we have fixed several bugs involving ActionScript coding for Core 3.4.0.  The Flex Support Plug-in will be updated shortly to contain the fixes (all macro files), but I'm also attaching the fixes here.

To install, download all attached macro files and for each file FILENAME.e do the following:

  • Backup your existing copy of ECLIPSEDIR/plugins/com.slickedit.windows.libs_3.4.0/slickedit/macros/FILENAME.e
  • Save the attached FILENAME.e to the same directory
  • Go to Macro > Load Module... in Eclipse and browse to the new FILENAME.e to load

Fixes contained in these files:

  • Fix for problem involving smarttab and "Use continuation indent on function parameters" option
  • Tagging support for this.
  • Proper auto-indenting on default: statement in switch/case statements