Add an option panel "Shell Script" under File->Options->FluidShell which will have the same options as Server Properties->FluidShell.
These options will be save in the datastudio.properties file.
The label for the script should say "Enter a shell script to be executed when opening a shell without a server connection"
The "Save History" option should be moved to File->Options->FluidShell->History->Save History.
Options->FluidShell->History section added; under history there is a Save History check box. This value belongs to FluidShellFactory.saveHistory variable and is currently not used.
FluidShell-> Script [child] added -> This tab saves text to the FluidShellFactory.initScript variable and is currently not used.
Options->General->General->FluidShell History (Default): sets the default value for new connections.
In the connection we can set Save History: used for fluidshells opened.
I am guessing the values above will be defaults gathered before connectionproperties values? not sure, reassigning bug to niels for more info on what to do with these new variables.
if I enter
pwd
in the File>Options>FluidShell>Shell Script pane, the command does not seem to run when I open a new FluidShell that's not connected to a server.
I was expecting to see a path appear once the FluidShell launches
see attached
if I enter
pwd
in the File>Options>FluidShell>Shell Script pane, the command does not seem to run when I open a new FluidShell that's not connected to a server.
I was expecting to see a path appear once the FluidShell launches
see attached
Ivan, are the below commented out in source code for 12.0.0-dev-48 ?
File--> Options --> General --> General --> FluidShell History and
Options->FluidShell->History section
Ivan, are the below commented out in source code for 12.0.0-dev-48 ?
File--> Options --> General --> General --> FluidShell History and
Options->FluidShell->History section
Issue #6802 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Options->FluidShell->History section added; under history there is a Save History check box. This value belongs to FluidShellFactory.saveHistory variable and is currently not used.
FluidShell-> Script [child] added -> This tab saves text to the FluidShellFactory.initScript variable and is currently not used.
Options->General->General->FluidShell History (Default): sets the default value for new connections.
In the connection we can set Save History: used for fluidshells opened.
I am guessing the values above will be defaults gathered before connectionproperties values? not sure, reassigning bug to niels for more info on what to do with these new variables.