Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE debug stepping key short-cuts not working #4804

Closed
timescale opened this issue Dec 30, 2016 · 4 comments · Fixed by #4806
Closed

IDE debug stepping key short-cuts not working #4804

timescale opened this issue Dec 30, 2016 · 4 comments · Fixed by #4806

Comments

@timescale
Copy link

timescale commented Dec 30, 2016

Using the key short-cuts to debug (Ctrl+J and Ctrl+Shift+J) put newlines into the code. Ctrl+Alt+J does not. The debug command does run but it litters the code with newlines.

Processing 3.2.3, on Windows 10.

@timescale timescale changed the title IDE debug stepping key short cuts not working IDE debug stepping key short-cuts not working Dec 31, 2016
@joelmoniz
Copy link
Member

I can reproduce this from the current source on Windows 10. Also, placing the cursor in between a line before hitting Ctrl+J or Ctrl+Shift+J makes the new line start from the cursor.

The error broadly seems to be because the auto-indent code gets erroneously called in the handlePressed() method. I'm working on narrowing down the exact cause, and should hopefully have a fix in soon.

@timescale
Copy link
Author

Thanks for looking into it Joel, as a fellow programmer (though not proficient in Java [yet?] )I know that replicating the bug is at least half of the battle.

@benfry
Copy link
Contributor

benfry commented Jan 29, 2017

Duplicate of #3830

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants