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 years ago |
Shaddock Heath
|
c069587e3e
fixes issue with updates to user preferences not getting reflected in the embedded web view
|
9 years ago |
Shaddock Heath
|
abf8a2955e
Initial work on updating the internal ACE editor settings from the application preferences file in userprefs.json
|
9 years ago |
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 years ago |
Shaddock Heath
|
265df4299e
removed project unloaded event from client web view editor since it will never be called. All of the editors will be shut down before they have a chance to do anything.
|
9 years ago |
Shaddock Heath
|
b630f5bb3a
added the ability to allow the webview code to retrieve user preferences
|
9 years ago |
Shaddock Heath
|
9fbef5d68e
updated license banners
|
9 years ago |
Shaddock Heath
|
bcb4cf18bf
Work on routing delete, rename, and project unloaded events to the web view so that the typescript language service can keep it's internal representation of the project in sync
|
9 years ago |
Shaddock Heath
|
b77f5ab2de
staging the webview extension code so that it will be ready to receive a project unloaded event message, a delete resource event message, and a rename resource event message. Also did some cleanup to reduce duplicate code
|
9 years ago |
Shaddock Heath
|
1e47e7e381
added copyright banners to new files
|
9 years ago |
Shaddock Heath
|
b3a3ab207c
massive cleanup and implementation of the typescript services in the web view.
|
9 years ago |