sublimetext-stringutilities icon indicating copy to clipboard operation
sublimetext-stringutilities copied to clipboard

Sublime Text 2/3 plugin for string manipulations

Results 15 sublimetext-stringutilities issues
Sort by recently updated
recently updated
newest added

If you try to convert a base64 string that contains non-unicode characters, this script fails silently: https://github.com/akalongman/sublimetext-stringutilities/blob/c7cccf26d9e48bda86849e13f7dafbe6d6698c5f/stringutilities.py#L233

1.Optimize Pretify JSON 2.Add JSON escape unescape 3.Improve password generation

How can I convert chars to html entities using key combination?? e.g. `Ctr + c`

Add dashed string to Pascal String convertion

This will automatically convert timestamps in milliseconds to seconds before returning the datetime.

I have a string like `Шлифовальные и полировальные машины ` This should be HTML Entities and it can be decode to `Шлифовальные и полировальные машины` But it doesn't work.

If the extra options I have implemented get merged, the right-click menu gets quite long, maybe it would be a good idea to add sub-menus?

Hacktoberfest

I get following error when trying to convert camel case text to underscore: > Traceback (most recent call last): > File "...\Sublime3\sublime_plugin.py", line 818, in run_ > return self.run(edit) >...

master-branch based releases are deprecated: see here https://packagecontrol.io/docs/submitting_a_package Also, you might want to add a message system for your users. see here https://packagecontrol.io/docs/messaging