-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keeshii's script editor #1194
base: master
Are you sure you want to change the base?
Keeshii's script editor #1194
Conversation
Store entity-scripts in the asset server
interface/CMakeLists.txt
Outdated
@@ -37,6 +40,24 @@ if (BUILD_TOOLS AND JSDOC_ENABLED) | |||
add_custom_qrc_path(CUSTOM_INTERFACE_QRC_PATHS "${CMAKE_BINARY_DIR}/tools/jsdoc/out/hifiJSDoc.json" "auto-complete/hifiJSDoc.json") | |||
endif () | |||
|
|||
FetchContent_Declare( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be cleaner to move this to cmake/externals
and then include it here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a very good idea, as long as it would still be FetchContent - we need the files to be available during the cmake configuration process.
New PR for Keeshii's script editor. Built Angular project is an external dependency in this version.
We still needs to fix the issue where script editor fails to connect and add support for getting script errors and messages from recently added metods like
Script.errorEntityMessage
.