Community
Participate
Working Groups
Created attachment 140909 [details] Patch 1 Build ID: 20090619-0625 Steps To Reproduce: Hello, please find a non-behavior modifying patch for SelectProjectNamePage. I'm planning to use preferences in this dialog to remember if the user did select "Simple" or "Advanced" and re-use this for the next time. I wanted to first submit a non-behavior modifiyng patch, in the hope that you would accept this patch. With this patch I believe I only have to change one line to then remember the selection of the user. Therefore I'm using now "isSimpleMode" for the initial setting of the toogle button. Let me know if you need more information. Best regards, Lars More information:
Here is the patch which will also remember the selection of the user. In case you are considering this patch I assume you want to replace the hard-coded string ""org.eclipse.team.svn.ui.wizard.shareproject". Thank you for considering this patch.
Created attachment 141143 [details] Patch2 - Uses Preferences
Lars, I applied your patch with slight modifications to save/load preferences.
Thank you!