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

Editor search result map #7940

Merged
merged 9 commits into from
Dec 29, 2024
Merged

Conversation

blancoberg
Copy link
Contributor

@blancoberg blancoberg commented Dec 28, 2024

  • Draw search result map on scrollbar ( overview of all search results) ( cached )

  • Auto close ( ),[ ],{ }, " ", ' '

    • Encloses selected code/text instead of removing it
    • Removes empty enclosure on backspace while caret is inside
  • Close button on popups

  • Disable find,replace & go to in prelude context menu. ( temporarily)

  • Changed font to "lato" on popups. makes it more distinct from the code.

  • Slightly adjusted svg icons/buttons

  • Syntax colors adjusted on Dark theme

[edit]
Fixed bug in auto complete.

* Find & Replace ( ctrl + h)
	( Enter : replace one and command + enter : replace all )
* Some refactoring of TextfieldPopup
* Resets undoManager on luaeditor init. ( removed the empty undo state that made it possible to undo to a blank doc)
* keyboard shortcuts for popups now works inside the popups as well.
* Fixes a bug where it indents even if the caret is positioned before the keyword
* changed popup font & size to the same as editor.
* added find, replace and go to line to context menu
search result map,
auto enclose, close button etc
@blancoberg blancoberg changed the title Editor map Editor search result map Dec 28, 2024
@mkruselj mkruselj merged commit 1467621 into surge-synthesizer:main Dec 29, 2024
13 checks passed
@blancoberg blancoberg deleted the editor_map branch January 3, 2025 08:50
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