• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

gdb-frontend

β˜• GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev
JavaScript
2,738
star
2

cebsocket

Lightweight WebSocket library for C.
C
84
star
3

nodes.js

🌌 nodes.js is a nodes/particles animation useable for backgrounds
JavaScript
27
star
4

gdb-frontend-live

GDBFrontendLive is a server that creates GDBFrontend instances and provides online sharable IDEs for each individiual users. πŸ›ΈπŸ‘½πŸŒŒ
C
24
star
5

jsonic

β­• Tricky, super fast and dumb JSON library for C/C++
C
20
star
6

virtual-joystick

Virtual Joystick plugin for Godot Engine
GDScript
13
star
7

MoneroSharp

Monero library for C#
C#
13
star
8

vegetables

Multiplayer deathmatch shooter game with cute vegetable characters.
GDScript
12
star
9

jquery.datepicker

⌚ a futuristic datepicker for web
JavaScript
9
star
10

libhash

A fast and efficient non-iterating hashmap library
C
6
star
11

GodotCarouselMenu

Horizontal carousel menu for Godot 4
GDScript
6
star
12

node-Win32Volume

Node.js, set volume level or mute functions for Win32 platform.
C++
4
star
13

json-tcp-socket

JSON messaging over TCP sockets for Node.js
JavaScript
3
star
14

python-jsonic

Python bindings for Jsonic JSON reader library.
C
2
star
15

snake

Snake is a snake game implementation on HTML5.
JavaScript
2
star
16

meow

Quick screen recorder to GIF
JavaScript
2
star
17

3DAudioVisualization

3D audio visualization thing in Godot Engine
GDScript
1
star
18

GodotBorderRadius

Pixel-sized border radius shader for Godot 4
GDScript
1
star
19

WinDrag

Linux Desktop Environments-Like Alt+Drag Window Mover for Windows
C#
1
star
20

semserv

High-performance async semaphore service useable with long string ipc keys stored in memory.
C
1
star
21

catcrypt

Simple RSA public key encryption library for C/C++.
C
1
star
22

sound-level-protect

Maximum sound level protection for headphones on Win32 platform.
C++
1
star