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

more Editor features #7919

Merged
merged 17 commits into from
Dec 13, 2024
Merged

more Editor features #7919

merged 17 commits into from
Dec 13, 2024

Conversation

blancoberg
Copy link
Contributor

  • Whole word search
  • Goto line module ( ctrl + g )
  • Textfield prefix text ( description text when textfield is empty)
  • Search results are updated on code editor change ( if searchfield is active)
  • Arrow buttons were reversed

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
@mkruselj mkruselj merged commit 5995081 into surge-synthesizer:main Dec 13, 2024
13 checks passed
@blancoberg blancoberg deleted the editor_word branch December 15, 2024 19:40
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