Giter VIP home page Giter VIP logo

hextoascii's People

Contributors

allz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hextoascii's Issues

Convert other HEX representation to ASCII

Can you implement conversion for other representations from HEX to ASCII.
There is the need for different languages.
Like "0xYY" >> ASCII(YY) and "YY" >> ASCII(YY) to omit "0x" if there is no one?
Or it could be like "$YY" >> ASCII(YY) to omit "$" if there is one?
From ASCII to HEX backward it could be default set for the conversion format or the last HEX to ASCII form.
May be it could be insensitive for ';' or ',' in HEX lines?

override ST keybinding

https://forum.sublimetext.com/t/solved-i-have-to-do-ctrl-h-h-to-bring-up-find-replace/15972

I have the same problem, the same plugin, and i solved, thanks at your post, i see the problem, finally i unpackage the plugin hextoascii, with instruction by the plugin PackageResourceViewer, "Extract package" and changed the shotcurts keys, in the user folder the file "Default (Linux).sublime-keymap"

how to extract open the control package, ctrl+shit+p = control package, search for PackageResourceViewer and choose Extract

from
[
{"keys": ["ctrl+"]["ctrl+h"], "command": "ascii_to_hex"},
{"keys": ["ctrl+h"]["ctrl+"], "command": "hex_to_ascii"}
]

to
[
{"keys": ["ctrl+shift+h"], "command": "ascii_to_hex"},
{"keys": ["ctrl+alt+h"], "command": "hex_to_ascii"}
]

the path folder under ubuntu linux is "/home/user/.config/sublime-text-3/Packages/hextoASCII/Default (Linux).sublime-keymap"

Greetings

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.