Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Keeshii's script editor #1194

wants to merge 6 commits into from

Conversation

ksuprynowicz
Copy link
Member

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.

@ksuprynowicz ksuprynowicz added enhancement New feature or request help wanted Extra attention is needed labels Oct 26, 2024
@@ -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(
Copy link
Contributor

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

Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants