Rob Freundlich
- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 45
-
Created 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, ... -
Created Add file to scope/context, either manually or automatically
AnsweredI 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... -
Created 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... -
Created 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... -
Created 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... -
Created "Outdated version" yellow bar won't go away
AnsweredI'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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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...