Ulrik Långström
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
-
-
-
Ulrik Långström 创建了一个帖子, 已回答Opening 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 创建了一个帖子, 已回答Actions 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 创建了一个帖子, 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 创建了一个帖子, 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 ...