2

Having studied, these articles Ctrl-S moves the cursor near the top of the document in Eclipse Eclipse jumping to function name on Ctrl-S I am still facing the issue that every time I hit Ctrl + S the Console opens and the cursor jumps into it. It's maddening.

I am working in the SuiteCloud IDE perspective, mainly in JavaScript.

Has anyone encountered this specific issue before?

10 Rep
  • 2,217
  • 7
  • 19
  • 33
MisterTuna
  • 89
  • 7
  • What's showing in the Console when this happens? – nitind Nov 07 '19 at 15:46
  • The console view has a button, "Show Console with Standard Output changes" - while that shouldn't be causing focus to be lost, you could still see if turning it off helps. Like @nitind said, the output you see in the Console should give us some clues as to what could be grabbing focus. – Brian Fernandes Nov 08 '19 at 09:44
  • When this happens, the console is empty. There is no button "Show Console with Standard Output changes", either. https://i.postimg.cc/Xq2k50nL/console.png – MisterTuna Dec 26 '19 at 12:15

1 Answers1

0

I don't know if it's going to help others, but in my case the problem was that the Project -> Build automatically option was ticked. Disabling it solved my issue.

lr1985
  • 1,085
  • 1
  • 9
  • 21