Author Topic: Block insert typing strange  (Read 2423 times)

jorick

  • Senior Community Member
  • Posts: 390
  • Hero Points: 17
Block insert typing strange
« on: October 09, 2015, 09:52:28 PM »
In the C language, I want to change the following lines in a structure
Code: [Select]
   GPIO_Pin_t stX1Pin;                 //!< X1 line
   GPIO_Pin_t stX2Pin;                 //!< X2 line
to
Code: [Select]
   GPIO_Pin_t stX1Line;                 //!< X1 line
   GPIO_Pin_t stX2Line;                 //!< X2 line

So I block select the words "Pin" and type an L, and I get:
Code: [Select]
   GPIO_Pin_t stX1; L                //!< X1 line
   GPIO_Pin_t stX2; L                //!< X2 line

So the L is being inserted in the wrong place.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6823
  • Hero Points: 526
Re: Block insert typing strange
« Reply #1 on: October 09, 2015, 11:07:07 PM »
This will be fixed in the next beta