latest commit showing in editor disappears in IntelliJ IDEA - intellij-idea

i just updated to version 2020.3 from 2020.2.
Before, in editor, i could see the latest commit for every line right to the code. It also includes commit time.
But now it just disappears, i can't find where to turn it on.
[current appearance][1]
Update: i roll back to 2020.2, works fine now.
[1]: https://i.stack.imgur.com/ajjVS.png
Thank you!

Related

Intellij jvm doesnt show my console output

my problem is that when I write a code and run it, the console just doesnt show it.
I dont know anything about it and started new.
I installed a second time but still without success.
can you give me any tips to solve it, cause since two days I cant go on with my book.
thx very much.
If you're talking about the "Run" output, have you gone up to the "View" menu, then to "Tool Windows" then "Run"? That is where most of the view window settings are in IntelliJ (and other JetBrains products)

Intellij Complete - Editor Tabs not formatted

I just downloaded the Complete version of IntelliJ,
I imported my settings from the community version.
I checked in the editor tab settings, nothing craz going on.
I tried changing the position but still it had issues...
But my editor tabs are not showing correctly, cany anyone help?
Ahh, this was fixed with an update to the Materials Plugin. Make sure to keep updated!

WebStorm, how to disabled "virtual space" in the middle of text?

This is freaking annoying me. I don't know which option do this, but it is really bothering me so much.
The problem is that WebStorm add a "virtual" space after each text like function or object (picture 1). You can see it because clearly in the highlight text (picture 2).
Also, when I am writing on a line, the text is push right to the caret (picture 3)
I want to know which option is it, to disable it.
There is an open issue for this problem:
IDEA-154843 There is a space coming between cursor and the next letter when typing or the cursor is moved.
It definitely helps to select a different font, but reinstalling the latest version of Source Code Pro font may also help.
UPDATE:
It should be already fixed in latest 2017.1 builds.
Thanks the tip from user #yole & user #LazyOne, the problem was the font "Source Code Pro". Changing the font, solve the problem.
As user #CrazyCoder has link this question to an open bug, the next is information for Jetbrains Developers.
SO: MacOS 10.12.1
WebStorm version: 2016.3.4 (Download it on 8th March 2017)
WebStorm plugins: None.

Undo, Redo is jumping around and unpredictable (Test on PHPStorm)

I'm using PHPStrom v 8.0.2
While i was hit command-Z to undo thing.
The editor jump around to somewhere but not to the cursor as illustrated image.
That makes me very annoyed.
Is this a bug or have i setting something wrong?
HERE IS HOW TO REPRODUCE
Edit any line
Place the cursor far... far away from the edit line
Hit command-Z to UNDO thing <-- The editor will jump to the edited line
Hit command-shift-Z to REDO thing, the editor jump back to the line in (2) <--- NO... IT SHOULD NOT
Seem like Jetbrains does fix this in PHPStorm v9 EAP.
But that program will expired after 30 days, Any where to implement this in PHPStorm v8.0.3 please?
One more thing, I can't find any keyboard shortcut key for auto indent for the whole document, please advise.
Best Regards,
This seems to be Intellij default behavior; it treats cursor movements as edit actions and as such they are being undone and redone.
See this post

Intellij 13 merge conflicts dialog loses gets stuck

I am having a problem with Intellij 13 when merging conflicts. When I apply my last merge change, Intellij tries to show me the "Save and finish" dialog, but apparently the merge window remains above that one (which loses its focus). At that point I cannot click on any part of Intellij and I have to kill the process.
I remember reading something about this and a change to idea.properties was the solution proposed, but I cannot find that discussion again.
Is there anyone who has a solution for this or remember the right property to add to idea.properties?
Thanks!
I was actually able to find it.
On a mac you need to add this property to the idea.properties file:
ide.mac.message.dialogs.as.sheets=false
And the problem disappear.
Thanks!
Roberto