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 жил өмнө |