How to show the file name of script that was loaded into the script editor #3902
-
I just downloaded the latest version of SQLiteStudio to check out its functionality. Overall, I think it's very nice! :) One thing that I haven't been able to find in the Wiki/FAQ/Manual or by playing around in the app, is how to determine the file name of the SQL script that is loaded into any given script editor window. Is there something I can hover over to show me the underlying file name? The window titles of the script editors just say "SQL editor 1", "SQL editor 2", and so on. I'm looking for something like "C:\SQL Scripts\DB1\script1.sql". Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no file name, because when you load SQL file into the editor, it does not remain "linked" to that file. I mean that by loading file you just load its contents into the editor window and the file is forgotten. If you press ctrl+s you will be asked where do you want to save the contents - it's because SQLiteStudio does not remember file from which it was loaded. It could be added in future - in which case I'd suggest to raise an issue with this proposal. |
Beta Was this translation helpful? Give feedback.
There is no file name, because when you load SQL file into the editor, it does not remain "linked" to that file. I mean that by loading file you just load its contents into the editor window and the file is forgotten. If you press ctrl+s you will be asked where do you want to save the contents - it's because SQLiteStudio does not remember file from which it was loaded.
It could be added in future - in which case I'd suggest to raise an issue with this proposal.