| Commit message (Collapse) | Author | Age |
|
|
|
| |
Added functionality (temp) to save files in code view.
|
|
|
|
| |
Temp fix for saving styles in <style> of HTML document.
|
|
|
|
| |
Added the ability to save an HTML file from design view, need to add CSS detection and saving (of styles in <style> only). Also need to add 'Save All' for all file attached to the HTML file.
|
| |
|
| |
|
|
|
|
| |
Adding file open functionality.
|
|
|
|
| |
Adding new file functionality, awaiting UI to implement correct file path for templates to hook into mediator.
|
| |
|
|
|
|
|
|
| |
with io mediator
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|
|
|
|
|
| |
integrated file open with io mediator
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|
|
|
|
|
| |
integrated new file dialog with io mediator to open the new file in a new tab
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|
|
|
| |
Doing benchmark testing of the native HTML5 FileSystem API available in Chrome. Need to run testing of local XHR requests and also getting files from packaged app.
|
| |
|
|
Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.
|