Rob Freundlich
- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 45
-
Edited How to ignore "Unversioned Files" if using Perforce, not git (2021.2)?
AnsweredI have a bunch of files under "Unversioned files" in my "Local Changes" tab: When I bring up the browser for them and navigate down to a directory, I am presented with the following options: I wa... -
Created Problems with the debugger Elements tab
IntelliJ IDEA 2021.2 (Ultimate Edition)Build #IU-212.4746.92, built on July 27, 2021 If I click (single or double) in the Structure side of the Elements tab, it doesn't scroll the Text side to the ... -
Created Debugging Typescript/javascript in browser is slow to start up (2021.2, Chrome 93.0.4577.82)
I usually use the Chrome debugger to debug my TS/JS application, but this morning I decided to give IntelliJ's debugging a try. So instead of running my browser config, I debugged it. The login pag... -
Created Does Structural Search work at all for Typescript?
Should Structural Search work for Typescript? I've been experimenting with it, and can't get it to do even very simple things. For example, here's a search that I'd expect to find private variables... -
Created Shelve in Perforce - option to not revert?
AnsweredWhen using "Shelve in Perforce", is there an option to not revert the changes? -
Created Custom icons for actions not used in 2019.3.1
AnsweredI have set up a bunch of custom actions using the Run Configuration As Action plugin. For each one, I went through the Customize Menus and Toolbars dialog and assigned an icon. This worked pretty w... -
Created Trying to debug javascript in IDEA 2018.2 - doesn't fully connect?
I have a Tomcat server that I start via a Tomcat Server Run Configuration - its Application Server type is Tomcat Server, its HTTP port is 8321. I run my Typescript app via a JavaScript Debug Run C... -
Created Version Control Local Changes list shows Perforce changelists that aren't mine
AnsweredWe just created a new branch in Perforce this week, and I have just created a new workspace for it. As part of setting up IDEA, I have created 2 Perforce changelists: #885447 and #885449. However, ... -
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...