-
Notifications
You must be signed in to change notification settings - Fork 1
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
Startup preferences infrastructure #60
Comments
I've ported the beginnings of the JfD preferences on startup system to JfP. Several things work like opening browsers, etc. a51f50b |
also, change default to comment out packageGroupsVisible - hopefully that won't ever be needed. #60
|
|
Preferences file was using superclass workspace file menu options it shouldn't. Ctrl-S saves locally and a local save option was added to the menu. 0ab209e Autocommit button display updates properly in console now. Preference was working but not displaying correctly. |
Added open browser on class after connect setting. 7312ad0 |
JforD has a lot of toggle settings and startup preferences. I don't find a compelling need for any of them currently... there are a lot more important things.
However, we probably eventually will want some way to set preferences on startup. This may be handled differently in a Pharo dev environment than it would be on a windows-based application; it would be nice to not have to use a file, although a file may make it easier to move from image to image. It would be good to have a design for this in place.
I suggest autocommitEnabled as a preference that would be useful and easy (you'll need something for testing with).
The text was updated successfully, but these errors were encountered: