Ulrik Långström

Avatar
  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 4
  • Created

    Opening the menu

    Answered
    Has there been some recent change to how the menu works?I can no longer open it with, alt-f or alt-t 
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Actions on save

    Answered
    I used to have a script that was run whenever a file was saved. Rubocop formatting the file, but that's just a detail. Now I noticed it stopped running, and I can't find the configuration for it. H...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Refactoring accordning to De Morgan's laws

    I have this test: if !(from.is_a?(String) && to.is_a?(String) && from.match(/\A\//) && to.match(/\A\//)) || internal_redirects[to].present? || !public_path?(from) || !public_path?(to) and it's terr...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    How do I turn off the popup notification about reformating code?

    When I started using Phpstorm EAP 9; I noticed that every time I reformat code there appears a little popup telling me that I reformated the code. Thank you very much for distracting me by telling ...
    • 2 followers
    • 1 comment
    • 0 votes