Setting output folder and displaying this information#44
Merged
Conversation
…ut folder Previously, if not set directly by the menu bar option, the output folder was assigned to the one of the firstly loaded .pli file. If any other file was opened, this directory did not change anymore. In addition, there was no indication for the user about this behaviour. Now, if not directly set, the output folder is always assigned to the directory of the currently loaded .pli or .inp file. In the status bar, the path of the loaded file was displayed; now, also the path of the output folder is shown.
Resetting the GUI layout using the 'File->New' command now clears any previously set path for the output folder. The assignment of this folder will then follow the currently implemented behaviour: the folder will be set to the path of the directory of the .pli or .inp file that is subsequently loaded, if not set directly.
lelaus
reviewed
Jul 8, 2025
…the output folder and the status bar message.
…efault directories and the status bar message.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously, if not set directly by the menu bar option, the output folder was assigned to the one of the firstly loaded .pli file. If any other file was opened, this directory did not change anymore. In addition, there was no indication for the user about this behaviour.
Now, if not directly set, the output folder is always assigned to the directory of the currently loaded .pli or .inp file.
The status bar used to show the path of the loaded file only; now it also shows the path of the output folder.
If the output folder is set directly, it will remain fixed for any subsequent .pli or .inp file loaded.
Resetting the GUI will also clear the output folder path.