-
Notifications
You must be signed in to change notification settings - Fork 54
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
Major refactoring and fixes in New File Browser #660
Conversation
Enable window title in presenters. Replace UIManager reference. Use the same columns by default in all dialogs and browser. Add comments. Minor refactorings
Move bookarks management to StFileSystemModel. Add comments. Use better variable and method names.
Add missing method #updateFileSystemPresenters
Remove unnecessary update in breadcrumb action.
Fix test.
Do you still get the trait bug? because I thought Guille fixed it? |
We get
|
I used the latest version, however I saw #15978 wasn't integrated. |
Indeed I saw that the fix of Guille did not get in but basicTraitComposition does not exist so this is normal. |
Did you see we got
|
Fixed. It was the TraitedClass class side definition problem. Current failures is not related:
|
Thanks! |
This PR includes features and major refactorings to the File Browser, including: