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 年之前 |
Shaddock Heath
|
86c843419a
Fixes #1268 - Work on converting to TS enums
|
9 年之前 |
Josh Engebretson
|
a02e4366aa
Better handling for closing scene editor resource (closes #1167)
|
9 年之前 |
Josh Engebretson
|
228eb3fed1
Script lifetime and update fixes (+1 squashed commit)
|
9 年之前 |
Shaddock Heath
|
21b92356ba
remove some log statements
|
9 年之前 |
Shaddock Heath
|
bfa5dfd280
fixes issue where closing a project would not close the editors properly
|
9 年之前 |
Shaddock Heath
|
b23ec556c1
extracted the logic that instantiates resource editors into separate ResourceEditorBuilders so that it's easier to register and add new editors
|
9 年之前 |
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 年之前 |
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 年之前 |
Josh Engebretson
|
b3d44c743c
Expose UIWebView from JSEditor
|
9 年之前 |
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 年之前 |
Shaddock Heath
|
0d2b649977
* refactored the way the SeriveLocator is being called. Now instead of being called from multiple locations, it listens for incoming event messages
|
10 年之前 |
Shaddock Heath
|
4017fb13b4
implemented a new service type: ProjectService and moved the UnloadProject event out of the ResourceService and into that. Also modified TypescriptLanguageService to implement both resource types and register with both types of registries.`
|
10 年之前 |
Shaddock Heath
|
81188d913e
- hook in project unload trigger so the state of the language service will get reset.
|
10 年之前 |
Shaddock Heath
|
a9ce46963e
initial cut at allowing typescript to be compiled by the editor and having the ability to hook additional services into editor events
|
10 年之前 |
Josh Engebretson
|
94b70f32e7
Applying MIT License
|
9 年之前 |
Shaddock Heath
|
9535116392
relaxed some lint configuration settings and fixed all the critical lint errors in the editor files
|
10 年之前 |
Josh Engebretson
|
a44199d3b4
Adding preliminary TypeScript importer and resource view
|
10 年之前 |
Josh Engebretson
|
8821c0b652
Add frame selected to menu, way to have shortcuts that don't require super key, if in a text edit don't invoke shortcuts
|
10 年之前 |
Josh Engebretson
|
5227160bc6
WIP Multiple Selection
|
10 年之前 |
Josh Engebretson
|
ea6822b89d
JSONFile resource type
|
10 年之前 |
rsredsq
|
68486a26f1
Unified events names
|
10 年之前 |
JoshEngebretson
|
3f197a152f
Merge pull request #410 from rsredsq/RED-EDITOR-325
|
10 年之前 |
rsredsq
|
28d3b83fd6
Fix for checking unsaved changes
|
10 年之前 |
rsredsq
|
f009ef4605
prevent making another tab as active
|
10 年之前 |
rsredsq
|
c0ffe0ade4
Fixed behavior of closing files in the editor
|
10 年之前 |
Josh Engebretson
|
b855775214
Update
|
10 年之前 |
Josh Engebretson
|
c33c90beab
Adding TextImporter, additions to UIEditField, refresh content with Resource folder at project load
|
10 年之前 |
rsredsq
|
50a070d6f2
Reworked editor folder structure
|
10 年之前 |