                                 Block Indent
                                    v1.1
                             a FAR Editor plugin
                             by Alex Yaroslavsky
                             T-Rex@operamail.com
                                 With sources

-------------------------------------------------------------------------------
Features:

  - Right or Left Indentation of the selected block (or the current line).
  - Each line in the block is indented relatively to its own position with
    no respect to other lines in the block.
  - Similar Indentation to Borland Turbo IDE, text is indented to the
    nearest tab position and not just by tab size.
  - Works correctly with any editor settings (expand tabs or not).
  - A menu with all plugin options is given for the user to create his/her own
    macros for the plugin functions (no internal far keys are processed).
-------------------------------------------------------------------------------
Now more extensively:

This FAR Editor Plugin as its name suggests indents  selected  blocks  (or  the
current line) by tab size in the direction of your choice (left or right).  The
indentation works only on the white space at the  beginning  of  each  selected
line and each line is indented tab size in the chosen direction with no respect
to the other selected lines.  Another  thing  is  that  the  indentation  works
similary to Borland Turbo IDE which means that if the text in the  line  starts
in the middle of a tab (if tab is 8, for example, and text starts  at  position
10) then the text is indented to the nearest tab  position  (9  or  17  in  our
example) and not just get indented by tab size. Now you say there  already  are
plugins just like this but the main difference is that this plugin doesn't take
control of your keyboard and intercept  Tabs  and  Backspaces  (which  is  very
important to me) but gives you a menu with the possible actions so you can make
any key macro you like for them (I might suggest ShiftTab for right indent  and
ShiftBackspace for left indent). Works  correctly  with  any  editor  settings,
whether expand tabs to spaces is set or not.
-------------------------------------------------------------------------------
Thanks go to:

Eugene Roshal - For FAR and RAR.
Ivan Sintyurin AKA Spinoza - For all his plugins and some help with this one.

P.S: In the current FAR v1.7 beta 3 build 591  this  plugin  works  incorrectly
when called with overtype mode on (but who uses that anyway),  this  should  be
corrected with the next FAR release as  I  have  been  promised.  And  while  I
haven't checked it should also work with older FAR versions too.
