Lance

- 活动总数 51
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 21
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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' ... -
创建于 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... -
创建于 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 ...