bustiiing / blazingstars

Automatically exported from code.google.com/p/blazingstars
0 stars 0 forks source link

autoTimeBankKey - Not implemented in preference window #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
#import "HKWindowManager.h"

/// FIXME: autoTimeBankKey as not in preference !!
if (![[NSUserDefaults standardUserDefaults] boolForKey:@"autoTimeBankKey"])

"autoTimeBankKey" work correctly, but it's not possible to activate this in
the pref window, is not implemented in "PrefsWindowController.h"

Original issue reported on code.google.com by loiseau....@gmail.com on 22 Mar 2010 at 9:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
PS = if (![[NSUserDefaults standardUserDefaults] boolForKey:@"autoTimeBankKey"])

The '!' is for me to test, the real code is :

if ([[NSUserDefaults standardUserDefaults] boolForKey:@"autoTimeBankKey"])

Sorry, i can't edit to modifie that !

If you have not time to write the code, i can write this, is not a problem.

Original comment by loiseau....@gmail.com on 22 Mar 2010 at 9:29

GoogleCodeExporter commented 8 years ago
Loiseau,

I appreciate the enthusiasm, but this isn't implemented in the preference 
window for
a reason. The feature is broken:  it doesn't work the way users want, and 
because of
the way that OS X implements the functionality of click-through, it will 
*never* work
the way they want.  It used to be implemented in the preference window, but we
removed it a while ago on purpose.  See issue 15, issue 31, and issue 44 for 
more
discussion.

Original comment by steven.h...@gmail.com on 22 Mar 2010 at 2:15

GoogleCodeExporter commented 8 years ago

Original comment by steven.h...@gmail.com on 22 Mar 2010 at 2:15