silvermast/torqle
QueryEditor does not always highlight "active" query under cursor
Offen
#15 geöffnet am 23.11.2024
bugfrontendgood first issue
Repository-Metriken
- Stars
- (1 Stern)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
When writing a query, there's logic to highlight the active query based on cursor location.
For SQL connections, if you type out a query, then ;, then hit enter, it's not finding the query just before the cursor.
Update the "Query Under Cursor" logic to support looking backwards for a query if nothing exists after the cursor.