| Commit message (Collapse) | Author | Age |
|
|
|
| |
Ninja does not need to create duplicate files when it sets up the users Ninja Projects directory for RDGE support.
|
| |
|
|
|
|
| |
Removed saving m-js components as new components broke I/O when present. Also made a fix for checking length of webGL array since first item now is non-user data. (That is to be removed)
|
| |
|
| |
|
|
|
|
| |
Added the ability to save montages component serialization from Ninja. Very rough, but functional.
|
| |
|
| |
|
|
|
|
| |
Added a temporary fix to allow for webGL runtime functionality. Copying the desired folder name into a static name. There is a lag in doing this, so obviously now ideal. Need to discuss adding dynamic path-ing during author and runtime.
|
|
|
|
| |
This is still no resolving issues with webGL runtime.
|
| |
|
| |
|
|
|
|
| |
There is a problem that needs to be resolved in the CanvasRuntime.
|
|
|
|
| |
Added webGL/Canvas file I/O for Ninja, it also created routine for saving data for runtime, however, the runtime RDGE library needs an update for runtime to work, so right now I/O will only work for Ninja.
|
|
|
|
| |
Fixed a bug with data-uris not opening correctly.
|
| |
|
| |
|
| |
|
|
|
|
| |
Added a temp fix for allow the viewing of CSS on a CDN, however, the styles should not be editable, but will allow for accurate preview of styles. Need to coordinate with the CSS panel and styles manager to insert styles in the appropriate files or tags that have write permission.
|
|
|
|
| |
Forgot to comment out the return, therefore preventing to save.
|
|
|
|
| |
Still need to implement CSS loaded from a CDN, currently this would break Ninja.
|
|
|
|
| |
Added logic to allow for files opened and assets linked in any order all under the cloud server root.
|
|
|
|
| |
Added logic to accommodate any URLs in a CSS file inside the opened document root. Need to add logic for handling linked references above the root. Also need to reformat into a reusable method as it might be needed besides CSS.
|
| |
|
|
|
|
| |
Only partially, supporting unquoted files under same root.
|
|
|
|
| |
Fixed parsing files to have correct URLs with RegEx, inner content of CSS files still needs to be fixed.
|
|
|
|
| |
Created a class level variable for the URL to be parsed out of the user files.
|
|
|
|
| |
Setting up logic to include attributes in <link> for the <style> duplicates and add attributes created in Ninja back to <link> tag on save.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also cleaned up URL getter for app in cleaning string code.
|
|
|
|
| |
Added logic to load cross-domain CSS from CDN, but need to explore how to load without impacting permissions.
|
|
|
|
| |
This is a possible set of methods to be used to prettify code. Added temporarily until approved.
|
|
|
|
| |
This is only the IO aspect, the data getter seems broken for 2D canvas and does not allow for save, and nothing works for setting the data on load. However, the IO aspect of saving and opening the data are not incorporated.
|
| |
|
|
|
|
| |
Added a temp fix to parse out the app url that is placed in the CSS styles.
|
| |
|
|
|
|
| |
Saving CSS in <style> tags, need to implement saving CSS to files.
|
| |
|
| |
|
|
|
|
| |
This function will need to be cleaned up and possibly moved once the MVC structure is in-place for the document.
|
| |
|
|
|
|
| |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|
|
|
| |
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.
|
| |
|
| |
|