Skip to content

Fixed Tab key behaviour during code completion. #194

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

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

ubidefeo
Copy link
Collaborator

@ubidefeo ubidefeo commented Aug 13, 2025

In order to change the behaviour of the Tab key, this PR rebuilds CodeMirror with different parameters.
The diff is huge because it's entirely built into a static file, so it is advised to just look at static_libs/codemirror.js, which is the source for generating ui/arduino/libs/codemirror.js.

Both build_choo.js and build_codemirror.js have been moved from their original location because they are used to build the final artefacts (not yet automated in package.json).
A new build script is added which will generate static versions of both into the ui/arduino/libs folder.

Signed-off-by: ubi de feo <me@ubidefeo.com>
@ubidefeo ubidefeo requested a review from sebromero August 13, 2025 20:40
@ubidefeo ubidefeo changed the base branch from main to development August 13, 2025 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant