mozilla / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
177 stars 278 forks source link

Add Brackets extensions for auto-quoting and beatufiying #155

Open humphd opened 9 years ago

humphd commented 9 years ago

Here's a list of interesting extensions that would be neat to try with Bramble. Step 1 is testing them all with our fork to see if they all work. Step 2 is figuring out how to enable some of the UX around the ones that need interaction via status bar or menu:

puzzledShark commented 9 years ago

Current Progress: https://github.com/szdc/brackets-cdn-suggestions : working https://github.com/sprintr/brackets-color-palette : no way to open picture file in bramble presently https://github.com/dnbard/brackets-lorem-pixel : I have no idea what this extension does, will try later https://github.com/zorgzerg/brackets-minimap : tested, works, buggy https://github.com/dnbard/brackets-documents-toolbar : tested https://github.com/coliff/Brackets-HTML5CodeHints/ : tested, working https://github.com/caseyg1204/brackets-quoter : tested, working https://github.com/konstantinkobs/brackets-colorHints : tested, working https://github.com/mikaeljorhult/brackets-autoprefixer : tested, shows up, does nothing, will try later https://github.com/drewhamlett/brackets-beautify : doesn't seem to show up in brackets, will try later https://github.com/nucliweb/Brackets.mdn-search-doc : tested, working

puzzledShark commented 9 years ago

In depth Analysis: https://github.com/szdc/brackets-cdn-suggestions

  1. Works fine, doesn't throw any errors

https://github.com/sprintr/brackets-color-palette

  1. Not Tested thoroughly yet
  2. Bramble can't open files, so I can't really do anything for this one

https://github.com/dnbard/brackets-lorem-pixel

  1. Not tested thoroughly yet, doens't seem to work still though

https://github.com/zorgzerg/brackets-minimap

  1. Although, it does work, it's implementation with our Live Preview is really buggy as seen in: screenshot 2015-04-06 15 44 37
  2. Also throws a bunch of errors, not really worth implementing in its current state with our integration

https://github.com/dnbard/brackets-documents-toolbar

  1. Tabs work perfectly fine
  2. The images on the tabs don't appear to work, unsure if its an optional feature, but I could not find anything related to it to toggle
  3. Throws a few errors about adding commands to menu on boot, and key bind manager

https://github.com/coliff/Brackets-HTML5CodeHints/

  1. Works fine, doesn't throw any errors

https://github.com/mikaeljorhult/brackets-autoprefixer

https://github.com/caseyg1204/brackets-quoter

  1. Works fine, doesn't throw any errors

https://github.com/konstantinkobs/brackets-colorHints

  1. Works fine, doesn't throw any errors

https://github.com/mikaeljorhult/brackets-autoprefixer

  1. Initially didn't work, but seems to work, doesn't throw any errors

https://github.com/drewhamlett/brackets-beautify 1.Might work, but beautify is missing from the extensions third party folder

  1. Works if you git clone it, or download the neccessary dependencies, throws a few "id # not found" errors, but works fine

https://github.com/nucliweb/Brackets.mdn-search-doc

  1. Works fine, throws an error in browser app shell upon running the extensions purpose
  2. It still runs normally afterwards though
sedge commented 9 years ago

This is probably worth revisiting once we have multi-file figured out.

humphd commented 9 years ago

Let's do the following with this: