Shaddock Heath
|
bda9cb6bbc
Work on jumping to the the editor and line as you step through the code with the debugger. Prep for moving the duktape debugger ui into it’s own panel so that pause, step over, step into, and step out bring up the proper editors.
|
8 жил өмнө |
Shaddock Heath
|
c391083ed0
Work on atomicQuery. These changes allow the web view to talk directly to the running TS in the editor and allow the editor to respond back to the web view that initiated the request w/o needing the C++ to need to get involved other than just passing the message back and forth. Made a distinction between having a request and just a notification. Also added types to the atomicQuery response.
|
8 жил өмнө |
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.
|
9 жил өмнө |
Shaddock Heath
|
cc23f9f599
fix whitespace
|
9 жил өмнө |
Shaddock Heath
|
53aa47ac95
Fix for undo/redo menu item under windows
|
9 жил өмнө |
Shaddock Heath
|
c0c3ae49d4
Hooked and enabled the Format Code shortcut (CTRL/CMD+I)
|
9 жил өмнө |
Shaddock Heath
|
b0df467662
Undo, Redo, and Paste are handled properly from the editor menu bar.
|
9 жил өмнө |
Shaddock Heath
|
92658afd93
Work on forwarding shortcut events from the menu to the web view
|
9 жил өмнө |
Josh Engebretson
|
3c9817df7f
Compilation and link delta
|
9 жил өмнө |
Shaddock Heath
|
abf8a2955e
Initial work on updating the internal ACE editor settings from the application preferences file in userprefs.json
|
9 жил өмнө |
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.
|
9 жил өмнө |
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.
|
9 жил өмнө |
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.
|
9 жил өмнө |
Shaddock Heath
|
7814c18962
Removed Delete resource and project unloaded native events
|
9 жил өмнө |
Shaddock Heath
|
797b7d78de
Removed the native event for the user preferences changed as it's no longer needed
|
9 жил өмнө |
Shaddock Heath
|
2af71ef32f
Have the JSResource window listen for user preference change notification events
|
9 жил өмнө |
Shaddock Heath
|
b630f5bb3a
added the ability to allow the webview code to retrieve user preferences
|
9 жил өмнө |
Shaddock Heath
|
95858eb29c
Added delete, rename, and project unloaded events to the native side so it can route these events to the web view
|
9 жил өмнө |
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
|
9 жил өмнө |
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
|
9 жил өмнө |
Josh Engebretson
|
94b70f32e7
Applying MIT License
|
9 жил өмнө |
Josh Engebretson
|
f04c03fc9e
Support setting WebTexture2D clear color
|
10 жил өмнө |
Josh Engebretson
|
d88a1dac07
Remove hard coded Editor.html path, fix Xcode build, update WebView cmake script for Xcode paths
|
10 жил өмнө |
Josh Engebretson
|
1bbc00a183
Fix for WebView resize issue, use key combinations as the shortcuts invocation isn't quite working
|
10 жил өмнө |
Josh Engebretson
|
d9c853be10
Round tripping code edits with UIWebView Ace editor
|
10 жил өмнө |
Josh Engebretson
|
dd342a49b8
Adding Web message handling, separate process app setup, etc
|
10 жил өмнө |
Josh Engebretson
|
1ae0081521
Add WebSchemeHandler for loading from resource cache/absolute path into WebView, adding Ace editor sources, simple Editor.html for editing resources
|
10 жил өмнө |
Josh Engebretson
|
80e039a62f
Adding web view console log, web client JavaScript execution, working on code editor
|
10 жил өмнө |
Josh Engebretson
|
bf1ec81c71
Text entry improvements
|
10 жил өмнө |
Josh Engebretson
|
466f3f7a32
Cleanups for PR
|
10 жил өмнө |