Rob Freundlich
- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 45
-
Created Can I use structured replace to rename all occurrences of a function?
I've just changed a bunch of my Actionscript classes to have a function named foo(). Actually, it's a getter, whose signature is this:public function get foo() : StringI just realized that I'd lik... -
Created IDEA sometimes brings window to foreground on mouseover
Sometimes when I have another app's window obscuring IDEA's window and I move my mouse over the IDEA window, the IDEA window will come to the foreground and steal focus. Other times it'll grab foc... -
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...