Matthew Madson
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
-
Created 13.1 Quick Javadoc (CTRL+Q) Colors and Fonts
Which settings dictate the colors and fonts used in the quick documentation popups, e.g., CTRL+Q. The last update to 13.1 made the documentation rather ugly and I'd like to fix it if at all possible. -
Created GWT UiBinder problems in IntelliJ 11.1 Ultimate
Hello Jetbrains:I'm having some trouble with UiBinder support, anyone else notice the following problems:Say I have 2 classes, SomeChildWidget and SomeParentWidget.Say SomeChildWidget exists in my ... -
Created Support for changing case of regex match expression in replace interface
Problem:I have a bunch of fields in my file:private String m_field;private String m_otherField;private String m_lastFieldIPromise;I want getters for these fields, so I'll use the handy dandy (alt+i... -
Created Create Field Template (Alt+Enter)
Hello, pretty simple question, is there a way for new fields, parameters etc. introduced using the alt+enter shortcut to automatically have the keyword final prepended to it? I use these shortcuts ... -
Created IntelliJ IDEA Ultimate 11.1.2 Dart Plugin, Setup Hello World
Hello JetBrains:I've watched the screencast (http://www.screenr.com/L3r8) for WebStorm, and attempted to setup both a Java Module and Web Module in IDEA, but it seems that no matter what I do; my s... -
Created Find Class (CTRL+N) Filter By Scope
The title pretty much sums up what I'd like. I'm working in a large multi-module maven project; ctrl+n works great but when I'm primarily working in 1 module, or 1 scope, it'd be nice if ctrl+n cou... -
Created Running JUnit test multiple times; stop on first failure
AnsweredI have some Selenium test cases that fail sporadicaly. It would be nice if I could create a run configuration where I specify the Junit method to run and the number of times I'd like to re-run it, ... -
Created Cannot resolve method close() on javax.servlet.ServletOutputStream
Hello IntelliJ Community.I'm using the latest build of IntelliJ IDEA: 11.1.2 #IU-117.418I have a maven based Java project which contains the following code snippet in a JAX-RS resource class:@javax... -
Created 11.1+ Minor annoyance: changing text cursor placement behavior
Unless I'm imagining things, a minor change seems to have made it's way into the new 11.1 release that is causing me quite a bit of heart-ache.Let's say you have the following code in your editor:v...