Bjorn Tipling
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
Edited Is there a way to have "Navigate to Declaration" open a new tab instead of changing existing tab's content?
AnsweredIs 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... -
Created 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... -
Created Is there a way to select all lines that match a regular expression?
AnsweredSay 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? -
Created 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... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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...