Shaddock Heath
|
abf8a2955e
Initial work on updating the internal ACE editor settings from the application preferences file in userprefs.json
|
9 lat temu |
Shaddock Heath
|
a99169438a
- Added new UI Extension method getCurrentResourceEditor to grab the current editor
|
9 lat temu |
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 lat temu |
Shaddock Heath
|
e182b02da8
removed some extraneous log calls
|
9 lat temu |
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 lat temu |
Shaddock Heath
|
3554ad5a7e
Restructured web view client so that it can be controlled from the host typescript after getting an OnWebviewEnd message. This is the first step to removing some of the native events and being able to handle them from the TS side of things.
|
9 lat temu |
Shaddock Heath
|
b630f5bb3a
added the ability to allow the webview code to retrieve user preferences
|
9 lat temu |
Shaddock Heath
|
e88b4e0e47
first cut at annotations. The save resource event has also been hooked up and renamed to saveCode
|
9 lat temu |
Shaddock Heath
|
9fbef5d68e
updated license banners
|
9 lat temu |
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 lat temu |
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 lat temu |
Shaddock Heath
|
1e47e7e381
added copyright banners to new files
|
9 lat temu |
Shaddock Heath
|
6dd59a7279
fix issues with the merge
|
9 lat temu |
Josh Engebretson
|
a3ea9edcee
Fixing code editor saves
|
9 lat temu |
Shaddock Heath
|
aa74d86fe3
converted the webview editor code to a typescript project
|
10 lat temu |