Rob Freundlich
- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 45
-
Created How do I use Code Fragment Mode when debugging a Flex app?
No matter what I type in Code Fragment Mode in the expression evaluator in Flex, all I get is the first line evaluated, and the rest parrotted back to me. For example, if I enter this:var s : Stri... -
Created "Find Next" stuck on "Find Usages in File" results
Short description: If I ever use "Find Usages in File" (Ctrl-F7), then "Find Next" (F3) seems to be stuck using its results, even if I do a "Find".Long description:Here are the steps I'm doing that... -
Created Split Editor - indicate which tab is active?
If I split my editor into multiple tab groups, is there any way to configure things so that the active one is highlighted (or otherwise visually designated) in some way? Notice that in the followi... -
Created Next Occurrence of highlighted identifier?
AnsweredWhen I've got the cursor on an identifier (let's say a variable, for now, but the same question holds for any identifier), I can hit Find Usages and then use Prev/Next Occurrence to move from usage... -
Created Usage hierarachy?
Eclipse has what it calls a "call hierarchy". It starts out like Show Usages, but each usage is itself a tree node. When you expand that tree node, you see usages of that thing. Expand a child of... -
Created Can I get rid of the "Compilation completed successfully" popup?
Whenever I compile (or launch, with a pre-launch "Make") my Flex project, I get the following popup:In Settings -> Notifications, I have "Compiler" and "Flash Compiler" set to "No popup":What am I ... -
Created Debugging nested Actionscript functions - see outer scope?
Suppose I have an Actionscript function like the following (line numbers included for reference):1 private function foo() : void2 {3 var outerVar : Number;4 5 outerVar = 3;6... -
Created Code arrangement - blank lines? comments between sections?
I've got two questions about Code Style -> Arrangement:First, is it possible to inject a blank line between sections? For example, I'd like to have an arrangement like this:...[var] [public][blank... -
Created Shelve files but keep them checked out?
We're using Perforce as our VCS. Its Shelve feature has the ability to shelve the files in a changelist but keep them checked out, which is very nice - I can shelve files when I'm about to do a bi... -
Created Flex projects: streamlining the make/compile process?
On my team at work, we're just starting to switch over to IntelliJ IDEA (13.1.1, Build #IU-135.480) from FlashBuilder for Flex development, and are having some trouble understanding the make/compil...