godot-embed-external-editor icon indicating copy to clipboard operation
godot-embed-external-editor copied to clipboard

Embed an external script editor (e.g. VSCode) into the Godot editor.

Results 8 godot-embed-external-editor issues
Sort by recently updated
recently updated
newest added

## Linux Support Maybe in the Future? Is this addon possible to be used in Linux? (many godot developers, like me, are using Linux) Please if it is possible, consider...

enhancement
help wanted

Will be [removed in June 2023](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples). Should also update the [demo repo](https://github.com/nathanfranke/gdextension) that this CI came from.

enhancement
good first issue

Hello, I'm developing JetBrains plugin for Godot and found this addon on redit -> which is exactly what I need, but I don't really like, that I have to build...

question

- Allow customizing the detection, possibly using a UI - Per supported editor, include a list of rules which are checked for (window title, executable name, etc.) - But user...

enhancement

- Rename singleton to more specific name that doesn't imply the OS, like `EmbedExternalEditorAPI` - Rename `window_get_vscode_hwnd` to `window_find_embed_handle` since it will handle other editors later

enhancement

Closing the editor throws some errors, not sure if they are caused by me or by the alpha nature of Godot (tested with https://github.com/godotengine/godot/commit/f2a61684143af02a8cbe7002645af817607f9bd6).

bug

Should probably turn them into issues...

bug
enhancement

Try to detect if the currently selected tab is a documentation tab, and hide the embedded window if so. Not sure how to make it clear to the user how...

enhancement