I don't use Adobe Brackets anymore, so I'm not maintaining this extension. If you would like to maintain it, contact me at [email protected].
Compress and uncompress files or folders in Brackets.
Just click on Compress or on Uncompress - which is enabled only on .zip files.
You can contribute in one of this three ways:
-
If, using the extension, you find a bug, please report it!
-
To fix a bug, follow these steps:
- If an issue about that bug is opened, ask if someone is already working on it.
- Clone the repo and run
npm installto install dependencies. - Code 😉
- The code must pass jshint test.
- Submit a pull request and ... it will be merged!
-
To translate this extension, follow thes steps:
- Create a subfolder of the nls folder whose name is the language or locale you want to create a translation for.
- If you're creating a general translation for a language, just use its two-letter code (e.g.
en,de). - If you're creating a locale-specific translation for a particular country, add a hyphen and the country code in lowercase (e.g.
en-ca,en-gb).
- If you're creating a general translation for a language, just use its two-letter code (e.g.
- Add an entry for your translation to the object in
nls/strings.js. - Copy the root
strings.jsfile into your subfolder and start translating!
You also can correct my English grammar errors 😉
- Create a subfolder of the nls folder whose name is the language or locale you want to create a translation for.

