Disable split window shortcut and some hints

Sorry I have no idea what these are called but baddly want to disable these:
1) Shift Enter opens a new window in split screen.  Very often find myself doing this when quickly creating a { and going to next line.  Love to disable this.

2) I want to disable the hint that alerts me to move a declaration inside an if statement. 

E.g. Foo = Bla

if(!Foo) return;

3) can you ignore individual typo warnings?  its telling me Crosshairs should be CrossHairs so I have warning lines all over my project. 

4) how do you turn off the in function hints about param names?  E.g. DrawTexture(ScreenH: TextureHeight, ScreenW: TextureWidth);
I want to murder the ScreenH grey text in front of all my param names. 

0
2 comments

Hi Hoesterey

1) You can adjust shotcuts in File | Settings | Keymap. Find `Edit sources in Right split` there through the search and choose `Remove Shift+Enter` in the context menu. 

2) Could you please show (a screenshot?) of the suggestion? Thanks! 

3) Yes, you can add any word to user dictionary under `Alt+Enter` menu

 

4) You can disable Inlay hints in File | Settings | Editor | Inlay Hints.

I hope this helps! Should you have any questions, let us know. Have a great day! 

0

Thank you so much! The SHIFT+ENTER new window was driving me nuts.

0

Please sign in to leave a comment.