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

Underliner

by dfleury ALL

A space to underline converter plugin for Sublime Text

Details

  • 1.0.0
  • github.​com
  • github.​com
  • 10 years ago
  • 45 minutes ago
  • 10 years ago

Installs

  • Total 736
  • Win 445
  • Mac 181
  • Linux 110
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
Windows 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 1 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 1 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
Linux 0 0 0 0 0 0 0 0 0 1 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

Readme

Source
raw.​githubusercontent.​com

Underliner

This is a space to underline converter plugin for Sublime Text 3

Motivation

I figured out how boring is write python methods to describe a test case typing underlines (also called underscore) instead of spaces. So I made this plugin to replace spaces contained in selected code chunks in a practical way.

Usage example

test if can sum two numbers
more   than  one spaces

After selecting a text like that above, there are many ways to activate the Underliner command such: context menu, main menu (Edit > Convert Case > Underliner), command list ([Ctrl/Cmd]+Shift+P > Convert Case: Underliner) and the keyboard shortcut ([Ctrl/Cmd]+Shift+U), which is my preferred option. The expected effect is the same text with each space character replaced to a underline:

test_if_can_sum_two_numbers
more___than__one_spaces

You can do the reverse too. Same principle: select and execute the command. Spaces and underlines are counted and the most found charactere will be used as target to replace, maintaining the less found characteres.

License

The MIT License (MIT) - Copyright © 2014 Diego Fleury