Rob Freundlich
- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 45
-
Edited Run Tool Window - tab text color
AnsweredIn the attached screenshot, the selected tab of the Run Tool Window has white text on a dark gray background. It's completely unreadable. Is there any way to change the text color? -
Created Typescript Refactoring - Extract Constant?
One of the more common refactorings I do (in any language) is to replace values with constants. IDEA provides an "Extract Constant" refactoring fpr Java, but I don't see one for Typescript. For exa... -
Created How to easily run specific build configuration?
AnsweredIn my team's project, we have about a zillion "standard" build configurations (i.e. ones that everyone uses), plus specific Maven and Gulp tasks to do certain things. In my day-to-day work, I gene... -
Created Custom folding blocks for CSS
AnsweredIs there any way to create custom folding blocks for CSS files? They don't support // comments. -
Created Any way to *not* expand TS files in the nav tree to show JS and MAP files?
When I navigate to a Typescript file in the Project tree (for example, by clicking the Scroll from Source button, the file's node in the Project tree automatically expands, showing me the associate... -
Created JetBrains IDE Support with Typescript in IDEA Ulitmate?
Is JetBrains IDE Support supposed to work for Typescript in IDEA Ultimate? I've got the LiveEdit plugin installed (IDEA Ultimate 2016.3.2 Build #IU-163.10154.41), and I have the IDE Support plugin... -
Created Perforce tasks at startup never finish - anyone else seeing this?
When I start IDEA, It starts a couple of background Perforce tasks, presumably to sync up for the Version Control window. One of them never comes back, even though all p4 processes have finished r... -
Created XML-like file type - can I make it use the XML editor?
In our Flex/Actionscript projects, we have XML files with a specific schema that are used for localization resources. The files are called (for example) foo.en_US.xml.In order to use the File Watc... -
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...