Rob Freundlich
- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 45
-
Created Tasks browser keeps tasks that no longer match the search
AnsweredI have my Tasks Browser set up to show me unresolved tasks from my JIRA system, with the following query: assignee = currentUser() AND resolution=unresolved order by rank, status ASC,updated DESC, ... -
Created Code style for TSX files
We're using TSX files with React components in them. What code style settings does IDEA apply to the HTML/React portions of those files? I'm looking for settings for things like the following: An... -
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...