Lance

- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
Created What does the RoamingType parameter of the @Storage annotation do?
The SDK documentation simply says "The roamingType parameter of the @Storage annotation specifies the roaming type when the Settings Repository plugin is used." But I'm not understanding what a roa... -
Created Null check in ActionScript/Flex
This is a language question rather than an IntelliJ IDEA question. I'm new to Flex development. In my code, if I enter the syntax:if (_myVariable == null)IntelliJ IDEA's inspection warns me that "C... -
Created How to change default Ant for new projects
Is it possible to set the default Ant to use for new projects? I know how to set the default Ant for a project. But when I create a new project, the new project is always defaulted to use the "Bund... -
Created Easy way to split a line?
Is there a command to break a line into two parts? Basically the reverse of crtlshiftJ.So if I start with: String x = "Now is the time for all good men...";and if I put my cursor between 'for' ... -
Created What does green color background in Code Complete mean
I noticed that sometimes the code complete window has a few options grouped together at the top of the list with a green background. I beleive this is new in Selena. What is the significance of the... -
Created How do I get acess to an ApplicationComponent from an Action?
I am writing an action that is needs some configuration information from my plug-in's ApplicationComponent. How do I get access to my ApplicationComponent inside an Action? I assume I need to call ...