Author Topic: B2:M block selection wierdness  (Read 2666 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
B2:M block selection wierdness
« on: October 06, 2015, 08:51:12 PM »
At the top of a file, have this text:
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.GridLayout;

Now, block select from (1,1) to (2, 3).
Now type "x".
The result is
poxrt java.awt.GridBagConstraints;
poxrt java.awt.GridBagLayout;
poxrt java.awt.GridLayout;

In VS2014, the result is:
xport java.awt.GridBagConstraints;
xport java.awt.GridBagLayout;
xport java.awt.GridLayout;

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6823
  • Hero Points: 526
Re: B2:M block selection wierdness
« Reply #1 on: October 06, 2015, 09:25:52 PM »
Already reported. This will be fixed in the next beta.