nadchif / adobe-brackets-encode-decode

Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
https://registry.brackets.io/
GNU General Public License v3.0
9 stars 15 forks source link

Add more encoders/decoders - PHP Serialize #17

Closed nadchif closed 4 years ago

nadchif commented 4 years ago

We need more encoders/decoders, ie String to Hex, String to MD5 etc.

To add an encoder or decoder, follow the Contributing Guide

Shankhanil commented 4 years ago

@nadchif I was working on PHP Serialize encoder/decoder. And the function that I am writing needs to have a particular format of input. So , if the input format is not satisfied, I want to throw an error notification in brackets. How do I write code to do that?

nadchif commented 4 years ago

Here's a link to the Brackets documentation: http://brackets.io/docs/current/index.html

Check out if the following would work: Dialog: http://brackets.io/docs/current/modules/widgets/Dialogs.html

Pop-up: http://brackets.io/docs/current/modules/widgets/PopUpManager.html

Status: http://brackets.io/docs/current/modules/widgets/StatusBar.html

Shankhanil commented 4 years ago

@nadchif do you have more ideas to work on?

nadchif commented 4 years ago

None at the moment, but thank you once again.

If you're interested, you can also check this project other Brackets Extension project: https://github.com/nadchif/brackets-php-beautify/issues