-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
Hide schema editing menu and tabs #5159
Comments
The Structure menu could be visible and inactive. I think it would be more comprehensible for the user. |
Does the export/import settings will deal with plugins params too ? |
No. The settings import/export will be part of core functionality of the app. |
Arghhh |
? |
I meant #5106 will be part of core functionality. Did you understand something else? |
I didn't correctly understand how plugins works. So I don't know what could be possible or not with plugins. After settings importation I would have the data mode plugin ON with specific parameters, not the default parameter.s |
Settings import/export is more for cases when people (for various unknown reasons) are unable to use the application anymore. For example it happens sometimes that someone upgrades SQLiteStudio version and suddenly it no longer works, but it's fine if they rename settings file. This means some particular setting is causing crash for them. In that case it makes sense to be able to import Functions, Collations, Database List - from old configuration, while skipping the core settings (style, fonts, colors, etc), which is most likely responsible for the crash. For your needs I would recommend creating |
This |
Does the plugins params are in sqlitestudio-cfg too ? |
I create the dir /opt/SQLiteStudio/sqlitestudio-cfg (linux) but it stay empty afer running and closing SQLiteStudio... |
Is your SQLiteStudio executable that you run |
(and yes, plugins settings/params will be stored in that file too) |
Yes I run /opt/SQLiteStudio/sqlitestudio |
Is |
No, install is for all users. |
The Summing up - I recommend you to create |
It works with /home/marc/sqlitestudio-cfg |
In order to have a data only mode, add an option to hide menu Structure and tab selection.
Add checkbox "Hide schema editing menu and tabs"
The text was updated successfully, but these errors were encountered: