Instead of reloading the entire page when editing a file, it would be nice to have only the code loaded via ajax and updated in the textarea (and code view/base).
Backend already available, adding a request parameter "json" to the url will return only json object with code, filename and checksum. Even better would be if this could be handled automatically based on accept-header.
Instead of reloading the entire page when editing a file, it would be nice to have only the code loaded via ajax and updated in the textarea (and code view/base).
Backend already available, adding a request parameter "json" to the url will return only json object with code, filename and checksum. Even better would be if this could be handled automatically based on accept-header.