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
|
cbbafcaec3
Updated signature of getting a edit resource to allow passing a line number so that once the editor loads, it auto navigates to that line.
|
пре 8 година |
Shaddock Heath
|
59bb25efd3
Updated to use the new events
|
пре 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 година |
JoshEngebretson
|
123bcb0ae0
Merge pull request #1435 from AtomicGameEngine/TSH-ATOMIC-DYNAMIC-WEBVIEW-SETTINGS
|
пре 8 година |
Shaddock Heath
|
d6f6c68e53
Updated the way preferences are handled to allow editor prefs to be sent to the code editor and apply immediately
|
пре 9 година |
Shaddock Heath
|
0bfea61e06
All editor events have now been mapped to native events. Next step is to clean up the events and weed out duplicates if possible.
|
пре 9 година |
Shaddock Heath
|
ac333177f3
Converting the editor events to use the native versions of them.
|
пре 9 година |
Shaddock Heath
|
d97ec9157d
First cut at converting all event handling to the new event model
|
пре 9 година |
Johnny
|
341dc635f6
Added ability to use customized inspectors through plugin support
|
пре 9 година |
Shaddock Heath
|
3f8e49c069
expose editResourceEvent to the extension system
|
пре 9 година |
Shaddock Heath
|
a99169438a
- Added new UI Extension method getCurrentResourceEditor to grab the current editor
|
пре 9 година |
Shaddock Heath
|
7cc6ffc19c
Hooked in the ability for project extensions to provide custom editors.
|
пре 9 година |
Shaddock Heath
|
dc1faa32b1
Updated to handle the user prefs change notification to the web client from the host typescript. Also cleaned up some typos and api signatures.
|
пре 9 година |
Shaddock Heath
|
c59ea5b70d
- cache the settings file so that it only reads the file once for multiple setting requests
|
пре 9 година |
Shaddock Heath
|
e855b7df92
- Added a new UserPreferencesChanged event that gets propagated to the web client
|
пре 9 година |
Shaddock Heath
|
427fdb0e3e
added new extension project methods: getUserPreference and setUserPreference. These will be stored under an "extensions/extensioname" block in the project.userpreferences file
|
пре 9 година |
JohnnyWahib
|
0031c450f0
-Added Scene service provider for Editor plugins
|
пре 9 година |
Matt Benic
|
ae708bd7be
Simplified context menu API to pass node and asset directly. Fixed all plugins processing all menu events even if already processed. Fixed HierarchyFrameMenu passing already processed events to plugins.
|
пре 9 година |
Matt Benic
|
4fd7403f8d
Editor plugins can add items to project and hierarchy context menus and handle their events.
|
пре 9 година |
Shaddock Heath
|
afda43a968
removed some dead code
|
пре 9 година |
Shaddock Heath
|
303d712ec9
Refactoring the extension interface names to make more sense
|
пре 9 година |
Matt Benic
|
54fdbc7bf0
Moved ServiceLocator initialization into EditorUI to give it access to ModalOps without having init spread all over. Added a showModalOps method to UIServices to allow extensions to show modal windows.
|
пре 9 година |
Shaddock Heath
|
7a43a8fe60
fix for project unloaded event to account for services de-registering themselves during the loop
|
пре 9 година |
Shaddock Heath
|
af17f951a7
Fleshed out the per-project extensions
|
пре 9 година |
Matt Benic
|
f8e60f9287
WIP changes supporting per project extensions
|
пре 9 година |
Matt Benic
|
2541b51cb7
Editor scans Resources/Editor when a project is opened for .Service.js files, and loads them as extensions
|
пре 9 година |
Shaddock Heath
|
9fbef5d68e
updated license banners
|
пре 9 година |
Shaddock Heath
|
b3a3ab207c
massive cleanup and implementation of the typescript services in the web view.
|
пре 9 година |