Menu

#109 shiftcolumn scrambles selected text

trunk
open
nobody
None
5
2014-07-26
2014-03-19
RonW
No

Trying to use the shiftcolumn plug-in from the current Windows installer.

In my text (Perl source code), I selected a few files of source, then used Shift Right to shift the selected text right. The result was something different.

Selected text was:

# If at end of current file, force Perl's line counter to reset.
close ARGV if eof;  # Not eof()!

Result was:

c # If at end of current file, fore Perl's line counter to reset.

close ARGV if eof;  # Not eof()!

Also, pressing Cntrl-0 did not do anything.

Related

Bugs: #109

Discussion

  • Anonymous

    Anonymous - 2014-03-19

    I'm not sure what the plugin is supposed to do (that tab/shift+tab doesn't do,) but I can confirm the behaviour seems to either randomly scramble the text or do nothing (just using the Tools menu items).

     

    Last edit: Anonymous 2014-03-19
    • RonW

      RonW - 2014-03-19

      From reading the plug in description and having used a similar feature in a
      pay-ware IDE, I think you are supposed to be able to select several lines
      of code/text, then increase/decrease the indentation.

      On Wed, Mar 19, 2014 at 5:43 PM, Matthew Brush codebrainz@users.sf.netwrote:

      I'm not sure what the plugin is supposed to do (that tab/shift+tab)
      doesn't do, but I can confirm the behaviour seems to either randomly
      scramble the text or do nothing (just using the Tools menu items).


      Status: open
      Group: trunk
      Created: Wed Mar 19, 2014 09:28 PM UTC by RonW
      Last Updated: Wed Mar 19, 2014 09:28 PM UTC
      Owner: nobody

      Trying to use the shiftcolumn plug-in from the current Windows installer.

      In my text (Perl source code), I selected a few files of source, then used
      Shift Right to shift the selected text right. The result was something
      different.

      Selected text was:

      If at end of current file, force Perl's line counter to reset.close ARGV if eof; # Not eof()!

      Result was:

      c # If at end of current file, fore Perl's line counter to reset.

      close ARGV if eof; # Not eof()!

      Also, pressing Cntrl-0 did not do anything.

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/geany-plugins/bugs/109/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #109