Coder Social home page Coder Social logo

Comments (4)

pedrovieira avatar pedrovieira commented on July 29, 2024

Apparently the issue had to do with the defaults key string which had a "." on it, like: "Shortcut Open Last.fm". Removing the dot from the string made it work without any problems.
Although I managed to fix my error, this should be fixable because the 1.x version of MASShortcut didn't have this kind of issue.

from masshortcut.

zoul avatar zoul commented on July 29, 2024

I think I have fixed the issue. Can you please test with the latest version?

from masshortcut.

zoul avatar zoul commented on July 29, 2024

Hm, not really, the current test case is passing because it’s broken. Let me take another look.

from masshortcut.

zoul avatar zoul commented on July 29, 2024

The problem is that dots in user defaults keys are apparently not 100 % supported by Cocoa.

I have written a test project that binds a user defaults key to a text field. With a plain user defaults key such as foo everything works as expected – the defaults value is propagated to the text field, both initially and when I change the defaults using [[NSUserDefaults standardUserDefaults] setObject:… forKey:…].

Now, when I change the key name to contain a dot (foo.bar), the value is propagated to the text field initially, when the app starts, but subsequent changes to user defaults are not reflected in the text field (though they are written to disk). This is true both for bindings created in the Interface Builder and bindings created in code using bind:toObject:withKeyPath:options:.

In other words, I think you should change your defaults key names to something identifier-like (openLastFm). I have no idea how this could be fixed in MASShortcut – sorry.

from masshortcut.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.