ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Pseudo Block Mode

by guija ST3

No description provided

Details

Installs

  • Total 402
  • Win 300
  • Mac 59
  • Linux 43
Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

pseudo_block_mode

A sublime text plugin that fills out the whole file with whitespace so that block mode editing and text overwriting gets easier. Especially useful when working with old programming languages like COBOL or PL1.

Features

  • Block mode: The complete file is filled with whitespace aligning with the longest line of the file.
  • Align cursor at end: When having multiple cursors or a selection over multiple lines you can fill out those lines with whitespace in a rectangle manner. For every line a cursor will be created and put positioned at the end of the line.

Usage

  • Toggle block mode (all OS): Alt+Shift+A (Or over command palette)
  • Enter Block Mode: Command palette or Edit -> Pseudo Block Mode -> Enter block mode
  • Exit Block Mode: Command palette or Edit -> Pseudo Block Mode -> Enter block mode
  • Align cursor at end: Command palette or Edit -> Pseudo Block Mode -> Align cursors at end

License

GNU General Public License v3.0

Contributing

Any contributions are welcome.