Ulrik Långström

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
-
-
Ulrik Långström created a post, AnsweredOpening the menu
Has there been some recent change to how the menu works?I can no longer open it with, alt-f or alt-t -
-
Ulrik Långström created a post, AnsweredActions on save
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... -
-
-
Ulrik Långström created a post, 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... -
Ulrik Långström created a post, 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 ...