/HexBinDecConverter

Hexadecimal, Binary and Decimal number converter plugin for Sublime Text 3

Primary LanguagePythonMIT LicenseMIT

HexBinDecConverter

Hexadecimal, Binary and Decimal number converter plugin for Sublime Text 3

alt text

Installation

Git

Linux
cd ~/.config/sublime-text-3/Packages/
git clone https://github.com/rohanrhu/HexBinDecConverter.git HexBinDecConverter
Windows
cd "%HOMEPATH%\AppData\Roaming\Sublime Text 3\Packages"
git clone https://github.com/rohanrhu/HexBinDecConverter.git HexBinDecConverter

Usage

Events

Cursor on hexadecimal or binary and hover mouse point on hexadecimal, binary or decimal shows popup

Hexadecimal Syntaxes:

0xa
0ah

Binary Syntaxes:

1010b

Shortcuts

You can set shorcut with hex_bin_dec_converter function

{"keys": ["ctrl+k", "ctrl+i"], "command": "hex_bin_dec_converter"}

Menu Commands

There're one menu (ctrl+shift+p) command

  • Show Popup: HexBinDecConverter: Show Popup

License

MIT