-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Make "unlinked files" dialog a wizard #12709
Comments
assign me |
👋 Hey @Sikandar1310291, looks like you’re eager to work on this issue—great! 🎉 It also looks like you skipped reading our CONTRIBUTING.md, which explains exactly how to participate. No worries, it happens to the best of us. Give it a read, and you’ll discover the ancient wisdom of assigning issues to yourself. Trust me, it’s worth it. 🚀 |
-----------------------------------------------------------------Key Issues----------------------------------------------------------------------
-------------------------------------------------------------Proposed Solution-----------------------------------------------------------------
2)New Wizard Design :
3)Navigation & Features:
Modify the dialog to use the Wizard class : Wizard wizard = new Wizard(); WizardPane selectLibraryPane = new WizardPane(); // Define all wizard steps similarly wizard.setFlow(new LinearFlow(selectLibraryPane, selectDirectoryPane, selectExtensionsPane, searchFilesPane, selectFilesPane)); Optional result = wizard.showAndWait();
|
Sir , this issue has no any repository and i could not take it folk and change in it . so i give the answer in comment . can i contribute in Gsoc in 2025 |
Muhammad, I think, this project does not meet your expectations. Please look for other projects more fitting your learning aims and available resources to dive into the project. |
sir , i work on it 3 days then i found the solution . |
Unlinked files dialog is now a simple dialog that makes the user work step by step. select library, select directory, select file extensions to look for. Then search for files. Then select from the search results the files to import.
This could be improved to a proper assistant. ControlsFX offers a wizard class. controlsfx/controlsfx#1542 should be merged soon - this is a pre-condition.
Background
The text was updated successfully, but these errors were encountered: