RM EAP Text Selection
So in RM 3.2.4 and earlier, when I select multiple lines and copy and paste, it worked the way i expected.
In the EAP when i hold shift and selected a few lines and paste, it tries to autoindent or something and I end up with some weird results.
E.G. - When I copy and paste this, this is what i get:
somevar = "sometext";
somevar = "sometext";
somevar = "sometext";
somevar = "sometext";
instead of:
somevar = "sometext";
somevar = "sometext";
somevar = "sometext";
One of the reasons I prefer RM over textmate is because it has much better and much simpler text manipulations. Is there any reason this happens?
请先登录再写评论。