Author Topic: Perl Auto Dynamic Surround Stopped working in V 20  (Read 2017 times)

rgloden

  • Senior Community Member
  • Posts: 169
  • Hero Points: 5
Perl Auto Dynamic Surround Stopped working in V 20
« on: April 10, 2016, 12:13:33 AM »
SE 20.0.1.3 64-bit Windows 7  Hotfix 7

It looks like automatic dynamic surround isn't working for several constructs Perl constructs which used to work in 2013 and 2014.  I didn't check all constructs but for sure "while" and "foreach" constructs are not automatic in 2015.  I have "Use Dynamic Surround" and "Auto-Surround" enabled.

While researching this problem, I noticed that the manual invocation of "dynamic-surround" does not work for the following variation of the foreach construct:

foreach my $item (@items)
{
}
« Last Edit: April 10, 2016, 12:22:59 AM by rgloden »

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6866
  • Hero Points: 528
Re: Perl Auto Dynamic Surround Stopped working in V 20
« Reply #1 on: April 10, 2016, 05:09:56 PM »
Thanks for finding this issue. We will get this fixed for the 20.0.2 installers which are expected to be ready this month.  Not sure about when/if support for the foreach variation will be added but we will look into this too.