Zemian Deng
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created Why I get Tomcat Server Already Exists error when trying to configure a Jetty Server?
AnsweredHi, I have a web application and try to configure a Jetty server configuration to run it. But I keep getting this error that says “Tomcat Server Already Exists” and not letting me to save/create th... -
Created What does the bracket numbers mean next to the Debugger Frame mean?
AnsweredHi, when I place a breakpoint in my code, I noticed there is a [number] within a bracket on some of the stackframes in the Debugger window. I can't find docs on what does this number mean. Can anyo... -
Created How to prevent "Select Opened File" icon not to change to "Open Files" project selection view?
AnsweredHi, whenever I use "Select Opened File" icon, it locates the file in the Project tree panel on left, however, it always switch to the "Open Files" view under Project, even if I am already in anothe... -
Created PhpStorm keep crashing since 2022.1 on a MacOS 12.3 Monterey
Hi, my PhpStorm IDE was working fine before the upgrade to 2022.1 (Build #PS-221.5080.224, built on April 13, 2022) recently. After this upgrade, the IDE has crashed several times while just editin... -
Created preparing workspace takes long time
AnsweredHi, every time I open a Python project in PyCharm the first time, it takes couple mins to "preparing workspace" (A dialog that loads the project). What can I do to speed this up? My env: PY-213.677... -
Created How to close "Changed files pane" in Git's Log window?
Hi, when opening Git's Log window tab, I see a "Changed files panel" on the bottom that's taking up space. I just want to browser Git log history without seeing all the diff. How can I close this p... -
Created Intellij Git Log does not display the parent Merge commits?
AnsweredHi, When I do "git show <commit>" command in a terminal with a "merge commit", I can see the parent commits such as: bash> git show bf1700 commit bf1700664618ead15178fb042522962340af4900Merge: f45d...