Cannot add spaces to injected languages.
Answered
On IntelliJ EAP 2020.1, I first noticed I can't seem to add spaces to SQL strings, I can edit them normally but when I press the spacebar nothing happens. I then noticed that the same behaviour happens when I try to edit injected CSS.
Also, less important, is there a way to keep the commit view back into git? it is pretty annoying that every time I want to commit something this view hides the project structure and doesn't go away automatically once I committed.
Please sign in to leave a comment.
Hello,
> On IntelliJ EAP 2020.1, I first noticed I can't seem to add spaces to SQL strings
Please share idea.log ("Help | Show Log in...") after restarting IDE and reproducing the issue.
> it is pretty annoying that every time I want to commit something this view hides the project structure and doesn't go away automatically once I committed.
Seems it should be fixed already: https://youtrack.jetbrains.com/issue/IDEA-216823
Am I got you right that you need old separate commit dialog instead of inlined one?
This is the log, I just realised that maybe it's ideaVim but even after disabling it the issue persists https://gist.github.com/duiker101/14066b0050a5c0c22b03140ab625ff6b
As for the commit, I am ok with the inline but I want the state of my workspace to not be disrupted. I just noticed that the view does indeed close sometime but it collapses the whole left view, and therefore my project view also gets collapsed and so it's not leaving the state of the editor as it was before I invoked the commit. I guess I can solve this by moving it somewhere else or making it float, but the whole thing feels a bit clunky and unintuitive.
Please try to temporarily disable other custom plugins:
> I just noticed that the view does indeed close sometime but it collapses the whole left view, and therefore my project view also gets collapsed and so it's not leaving the state of the editor as it was before I invoked the commit.
Could you please provide short screencast demonstrating the issue?