Rob Freundlich
- 活动总数 156
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 45
-
创建于 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... -
创建于 "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... -
创建于 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... -
创建于 Next Occurrence of highlighted identifier?
已回答When 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...