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 vuotta sitten |
Shaddock Heath
|
c0c3ae49d4
Hooked and enabled the Format Code shortcut (CTRL/CMD+I)
|
9 vuotta sitten |
Shaddock Heath
|
92658afd93
Work on forwarding shortcut events from the menu to the web view
|
9 vuotta sitten |
Shaddock Heath
|
c069587e3e
fixes issue with updates to user preferences not getting reflected in the embedded web view
|
9 vuotta sitten |
Shaddock Heath
|
57441d59ad
Initial work on using the Monaco editor instead of Ace editor. TypeScript property completions are successfully being handled by the shared web worker.
|
9 vuotta sitten |
Shaddock Heath
|
abf8a2955e
Initial work on updating the internal ACE editor settings from the application preferences file in userprefs.json
|
9 vuotta sitten |
Shaddock Heath
|
a99169438a
- Added new UI Extension method getCurrentResourceEditor to grab the current editor
|
9 vuotta sitten |
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 vuotta sitten |
Shaddock Heath
|
e182b02da8
removed some extraneous log calls
|
9 vuotta sitten |
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 vuotta sitten |
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 vuotta sitten |
Shaddock Heath
|
b630f5bb3a
added the ability to allow the webview code to retrieve user preferences
|
9 vuotta sitten |
Shaddock Heath
|
e88b4e0e47
first cut at annotations. The save resource event has also been hooked up and renamed to saveCode
|
9 vuotta sitten |
Shaddock Heath
|
9fbef5d68e
updated license banners
|
9 vuotta sitten |
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 vuotta sitten |
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 vuotta sitten |
Shaddock Heath
|
1e47e7e381
added copyright banners to new files
|
9 vuotta sitten |
Shaddock Heath
|
6dd59a7279
fix issues with the merge
|
9 vuotta sitten |
Josh Engebretson
|
a3ea9edcee
Fixing code editor saves
|
9 vuotta sitten |
Shaddock Heath
|
aa74d86fe3
converted the webview editor code to a typescript project
|
10 vuotta sitten |