项目作者: Esshahn

项目描述 :
Sublime Plugin: displays hex values like $F7 as integer in the status bar
高级语言: Python
项目地址: git://github.com/Esshahn/dollarhex2int.git
创建时间: 2018-10-11T16:08:50Z
项目社区:https://github.com/Esshahn/dollarhex2int

开源协议:

下载


dollarhex2int Preview

Example

Summary

This plugin for Sublime Text shows the hex value (typically used e.g. in 8bit assembly language) as integer in the status bar.

Changelog

2018-10-12: Additional display of binary

Example

$F3 = #243 | %11110011

$0f = #15 | %1111

Install

To make this work the word separators in Sublime Text need to be adjusted

In your settings, change

  1. "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?"

to

  1. "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"

Git Clone

Clone this repository in to the Sublime Text “Packages” directory, which is located where ever the
“Preferences” -> “Browse Packages” option in Sublime takes you.

hex2int

Based on hex2int by unknownuser888
https://github.com/unknownuser88/hex2int