Bjorn Tipling
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 8
-
已编辑于 Is there a way to have "Navigate to Declaration" open a new tab instead of changing existing tab's content?
已回答Is there a way to have "Navigate to Declaration" open a new tab instead of changing existing tab's content? Like right now if I click ⌘B while having a function highlighted it opens up its declarat... -
创建于 Ruby support for Intellij forks
I think it would be nice to get a little bit of Ruby support in other non Intellij/RubyMine IDEs because writing chef recipes is a little bit hard without proper ruby support right now. Having said... -
创建于 Is there a way to select all lines that match a regular expression?
已回答Say I want to select or delete all lines that had the word "debug" in it. How would I do that? Is there some way to get multiple cursors with a find? -
创建于 How do I mark my IntelliJ Plugin as requiring JRE 8?
Hi,I wrote a file search plugin, but I wrote it in Java 8 which is fine for anyone running IntelliJ IDEA with Java 8 or with the bundled JDK but for anyone else it blows up and shows them an ugly e... -
创建于 Is there a key that focuses out of the terminal?
I like using key short cuts and I like using the terminal in IntelliJ. I can get to the terminal on a Mac with alt+F12 but once I'm in the terminal I have to click out of it because the terminal ca... -
创建于 RangerHighlighter with semi-transparent background color freezes GUI
Hi,Our floobits range highlighter has been freezing the IntelliJ GUI when a lot of text was selected and I finally traced it down to the alpha value. I created a project here to demo the problem:ht... -
创建于 How do I create rows of JPanels in a JPanel under a JBScrollPane?
Usually I'd use BoxLayout but I can't use a BoxLayout because it's not presented as an option and when I try it it doesn't work as it would in normal Java. Like I should be able to just follow the ... -
创建于 Single out PyCharm non-EAP
I am building a plugin that works everywhere I tested so far except stable PyCharm because we use an apache code library that is much newer than the 1.3 version PyCharm uses. Happily PyCharm EAP ha...