Skip to content

Development Ideas

Shane Thompson edited this page Apr 25, 2017 · 3 revisions

This is a scratchpad for feature ideas.

Maybe some interesting things here we could implement to help with following the WordPress standard and more advanced code syntax checking

http://magp.ie/2011/01/10/tidy-and-format-your-php-and-meet-wordpress-standards-on-coda-and-textwrangler/


Checkout the following WordPress plugin "WP Live CSS Editor" to work out how to do LIVE css editing. Combining a LESS compiler with live CSS editing/compile would be a dream.

https://github.com/lennie/git-webcommit/ may be a route to git functionality


File metadata retrieval - download with file as serialized response? Separate AJAX request?? Hmm... Maybe...

{"serialized":"metadata"} ↵
↵
File Contents

Progress information on zipping? Maybe provide a notice if zipping will take a prolonged amount of time. How can this be achieved, using:

  • PclZip (ZIP)
  • ZipArchive (ZIP)
  • PharData (TAR)
  • GZ?

If the archive library does not support progress bars, does it support splitting a file into chunks for zipping, so we could zip a certain percentage at a time, then increase the percentage counter?

Clone this wiki locally