surrealdb / surrealist

Surrealist is the ultimate way to visually manage your SurrealDB database
https://surrealist.app/
MIT License
1.03k stars 73 forks source link

Format query erases comments #265

Closed gregzuro closed 1 month ago

gregzuro commented 2 months ago

Describe the bug Clicking on the 'Format query' button erases all comments from the Query pane.

To Reproduce Add some comments, then press the button.

Expected behavior Don't erase my precious comments!

Environment:

Platform: Desktop
OS: Linux
Architecture: x86_64
WebView: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15
Version: 2.0.5
Flags: featureFlags: false, models_view: true, apidocs_view: true, themes: false, newsfeed: true
macjuul commented 1 month ago

This is currently a limitation we cannot fix, however instead you can select only the query you would like the highlight before pressing the format button. This will restrict formatting to just that query, and leave any comments outside of it intact.