Closed nadchif closed 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?
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
@nadchif do you have more ideas to work on?
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
We need more encoders/decoders, ie String to Hex, String to MD5 etc.
To add an encoder or decoder, follow the Contributing Guide