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

Fix CodeEditor indent bug #7922

Merged
merged 21 commits into from
Dec 14, 2024
Merged

Conversation

blancoberg
Copy link
Contributor

  • fixed infinite indentation bug
  • ALT + mousewheel scroll at 4x speed

Code editor search
Missed a override
tab with selected text will add indentation to all lines in that selection
Fixes editor prelude crash
+ some prep work for adding buttons to the searchbar
missed a couple of overrides. again
* All search results are now highlighted
* icon buttons for case sensitivity, whole word, next and previous result.

* Moved code out of search into a base class that we can later use for creating similar text popups.
fix static variable
array index out of bounds
* remove static variables,
* changed array to color type
* Use skin color for highlighting
* Whole word search
* Goto line module ( ctrl + g )
* Textfield prefix text ( text when textfield is empty)
* Search results are updated on code editor change ( if searchfield is active)
* Arrow buttons were reversed
goto line module was not visible in the wt editor
* fixed infinite indentation bug
* ALT + mousewheel scroll at 4x speed
src/surge-xt/gui/overlays/LuaEditors.cpp Outdated Show resolved Hide resolved
src/surge-xt/gui/overlays/LuaEditors.cpp Outdated Show resolved Hide resolved
@mkruselj mkruselj changed the title Code Editor indent bug Fix CodeEditor indent bug Dec 14, 2024
@mkruselj mkruselj merged commit effb181 into surge-synthesizer:main Dec 14, 2024
13 checks passed
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.

2 participants