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

Lua code editors indentation #7890

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Commits on Dec 1, 2024

  1. code editor indentation

    Added the following:
    * Its not possible to indent lines even if they are empty.
    * tab does not indent the entire line anymore, instead it adds a tab at the caret position
    * String declarion auto closes
    * Auto indentation for function, while, if statements.
    * On enter/return the new line will keep the indentation from the previous line
    blancoberg committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    d10fd9e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. string completion

    Added both types of string declaration.
    "" and ''
    blancoberg committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    269b7fe View commit details
    Browse the repository at this point in the history