Rob Freundlich
- 活动总数 156
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 45
-
创建于 How can I use Structural Search to find Actionscript functions with a specifically-named parameter?
Suppose I've got several functions in my Actionscript class, each of which has a parameter named foo somewhere in its parameter list:function func1(foo : String) : voidfunction func2(bar : String, ... -
创建于 Add file to scope/context, either manually or automatically
已回答I really like the ability to narrow the project view (and other views) to only the files I'm currently working on. I know that I can manually create a scope by defining it in Settings -> Edit Scop... -
创建于 How can I set environment variables for external tools?
I know that I can set environment variables for build configurations in Edit Configurations -> Defaults -> Applications, but I've set up some external tools I run before building some of my Flash A... -
创建于 Flex-specific Structural Searches
Does anyone have any Flex-specific structural searches? Are you interested in sharing? I've put together a few, and am looking for more.Here's what I've got so far:Base class invocation:$BaseClas... -
创建于 Task-focused development?
Is there a plugin that provides Mylyn-like functionality? Specifically, I'm looking for something that lets me define hierarchical tasks (I don't need connectivity to a repository, as our home-gro... -
创建于 "Outdated version" yellow bar won't go away
已回答I'm seeing this happen a lot: I check in a file, close IntelliJ, then open it up again, and see the "yellow bar of Outdated version":I am absolutely certain that noone else has changed the file sin... -
创建于 Opening IntelliJ always wants to clear the readable flag on one of my .iml files
I've got a Flex project file (let's call it main.iml) whose IML file defines a few Flex applications and contains several other modules. Most of those modules are for SWC libraries. However, one ... -
创建于 Control Python wrapping for conditionals and list comprehensions?
Is there any way to set up Code Style to control how Reformat Code handles wrapping for conditionals and list comprehensions? Consider the following two snippets: if option.attributes["nam... -
创建于 Flex load-config syntax and order problem
Short version:I have one, possibly two problems. When I set "Additional compiler configuration file" for a Flex application, it uses -load-config= instead of -load-config+=, and I'd like to be abl... -
创建于 File Watcher not running
I've got a File Watcher defines as follows: <TaskOptions isEnabled="true"> <option name="arguments" value="" /> <option name="checkSyntaxErrors" value="false" /> <option name="des...