Backspace deletes the space and the line instead of only the space
已回答
I write for example:
public class X {
int i;
After the semicolon I press ENTER and the new line is automatically indented, which is fine. The problem is that if I press backspace, I expect the space to be deleted, but instead the entire line is deleted. Any way to change this behaviour?
Thanks!
请先登录再写评论。
Type 'backspace' in Settings (Preferences) search field and you'll find the option.
Hi, I found the setting. Setting > Editor > Smart Keys > Unindent on Backspace > Disable
Thanks Mahd. Slight change now Editor -> general -> SmartKeys -> Unindent on Backspace > Disable