Skip to content
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

Plugin settings are reset to initial state on restart #11

Closed
GoogleCodeExporter opened this issue Jun 30, 2015 · 5 comments
Closed

Plugin settings are reset to initial state on restart #11

GoogleCodeExporter opened this issue Jun 30, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. setup custom values for 
- display time
- number of invocations before create shortcut

 in plugin setting 

2. Click Apply and close settings dialog

3. Restart IDEA with alt+f4 or by clicking X (close) in top left window area

What is the expected output? What do you see instead?
After starting IDEA up plugin settings are reset to initial state. 
Settings are expected to be persistent between restarts

What version of the product are you using? On what operating system?
IDEA 11.0.2 Ultimate Edition, 
Windows 7 x64 running inside VMWare, Windows XP x32 running in VMWare, Normal 
Windows XP x32

Original issue reported on code.google.com by eshepel...@gmail.com on 2 Mar 2012 at 8:47

@GoogleCodeExporter
Copy link
Author

This issue is due to the "settings" bean property on KeyPromoterConfiguration 
is missing a setter (IDEA won't serialize properties unless a getter AND a 
setter is present).

Original comment by Joakim.E...@gmail.com on 21 Apr 2012 at 12:58

Attachments:

@GoogleCodeExporter
Copy link
Author

Hmmm, will new version of plugin be released ?

Original comment by eshepel...@gmail.com on 21 Apr 2012 at 9:09

@GoogleCodeExporter
Copy link
Author

it seems dev is missing from the scene.

Original comment by dongy...@gmail.com on 15 May 2012 at 6:48

@GoogleCodeExporter
Copy link
Author

@eshepel, where do you get the source code? could you just release a patch jar 
here before dmitry returns?

Original comment by dongy...@gmail.com on 15 May 2012 at 6:59

@GoogleCodeExporter
Copy link
Author

Thanks Evgeny, fix applied and new version will be available after review by 
repository moderators within couple of days

Original comment by dmitry.k...@gmail.com on 22 May 2012 at 4:12

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant