Shaddock Heath
|
0cbcdd1a47
Work on wiring up the ability to tell editor to jump to a particular line and also added clickable icons in the TypeScript compiler output to jump to editor and line of error.
|
vor 8 Jahren |
Shaddock Heath
|
cc23f9f599
fix whitespace
|
vor 9 Jahren |
Shaddock Heath
|
53aa47ac95
Fix for undo/redo menu item under windows
|
vor 9 Jahren |
Shaddock Heath
|
c0c3ae49d4
Hooked and enabled the Format Code shortcut (CTRL/CMD+I)
|
vor 9 Jahren |
Shaddock Heath
|
b0df467662
Undo, Redo, and Paste are handled properly from the editor menu bar.
|
vor 9 Jahren |
Shaddock Heath
|
92658afd93
Work on forwarding shortcut events from the menu to the web view
|
vor 9 Jahren |
Josh Engebretson
|
3c9817df7f
Compilation and link delta
|
vor 9 Jahren |
Shaddock Heath
|
abf8a2955e
Initial work on updating the internal ACE editor settings from the application preferences file in userprefs.json
|
vor 9 Jahren |
Shaddock Heath
|
3ce24c259b
Adding some checks to the EDITOR_SAVE_FILE command to only allow saving into the resources folder and not allow relative paths. Trying to sandbox any direct file writes from the web view.
|
vor 9 Jahren |
Shaddock Heath
|
9561aae986
Did work on how AtomicQuery is being used inside the WebView editors to make it have a more consistent API. Also attached AtomicQueryPromise to the window object so it's available to everything.
|
vor 9 Jahren |
Shaddock Heath
|
6c96ab225f
Modifications to JSResourceEditor - pass path to code editor URL from the typescript (custom editor class, allowing for a variety of pure web editor implementations) and fixes issue with the EDITOR_SAVE_FILE AtomicQuery call so that the web view can pass up a code block and path and it will save it.
|
vor 9 Jahren |
Shaddock Heath
|
7814c18962
Removed Delete resource and project unloaded native events
|
vor 9 Jahren |
Shaddock Heath
|
797b7d78de
Removed the native event for the user preferences changed as it's no longer needed
|
vor 9 Jahren |
Shaddock Heath
|
2af71ef32f
Have the JSResource window listen for user preference change notification events
|
vor 9 Jahren |
Shaddock Heath
|
b630f5bb3a
added the ability to allow the webview code to retrieve user preferences
|
vor 9 Jahren |
Shaddock Heath
|
95858eb29c
Added delete, rename, and project unloaded events to the native side so it can route these events to the web view
|
vor 9 Jahren |
Shaddock Heath
|
2948b2e685
cleaning up the way files are transmitted to the web view and staging the ability to compile typescript in the webview and notify the host to save the generated code
|
vor 9 Jahren |
Shaddock Heath
|
a0aaeda280
- delay loading of the code into the editor instance until the editor instance notifies the host that it is fully loaded and all bits are required in
|
vor 9 Jahren |
Josh Engebretson
|
94b70f32e7
Applying MIT License
|
vor 9 Jahren |
Josh Engebretson
|
f04c03fc9e
Support setting WebTexture2D clear color
|
vor 10 Jahren |
Josh Engebretson
|
d88a1dac07
Remove hard coded Editor.html path, fix Xcode build, update WebView cmake script for Xcode paths
|
vor 10 Jahren |
Josh Engebretson
|
1bbc00a183
Fix for WebView resize issue, use key combinations as the shortcuts invocation isn't quite working
|
vor 10 Jahren |
Josh Engebretson
|
d9c853be10
Round tripping code edits with UIWebView Ace editor
|
vor 10 Jahren |
Josh Engebretson
|
dd342a49b8
Adding Web message handling, separate process app setup, etc
|
vor 10 Jahren |
Josh Engebretson
|
1ae0081521
Add WebSchemeHandler for loading from resource cache/absolute path into WebView, adding Ace editor sources, simple Editor.html for editing resources
|
vor 10 Jahren |
Josh Engebretson
|
80e039a62f
Adding web view console log, web client JavaScript execution, working on code editor
|
vor 10 Jahren |
Josh Engebretson
|
bf1ec81c71
Text entry improvements
|
vor 10 Jahren |
Josh Engebretson
|
466f3f7a32
Cleanups for PR
|
vor 10 Jahren |
rsredsq
|
0fd9e767ff
Don't check for unsaved changes in SceneEditor yet, some fixes and clean up
|
vor 10 Jahren |
rsredsq
|
9d7ea2fc76
Check for unsaved changes before closing a JSResourceEditor
|
vor 10 Jahren |