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

Editing a .c file fails when // comment is edited #8212

Open
mike-jensen-sw opened this issue Jan 29, 2025 · 1 comment
Open

Editing a .c file fails when // comment is edited #8212

mike-jensen-sw opened this issue Jan 29, 2025 · 1 comment
Labels
C/C++ kind:bug Bug report or fix needs:triage Requires attention from one of the committers

Comments

@mike-jensen-sw
Copy link

Apache NetBeans version

Apache NetBeans 24

What happened

When editing a .c file, if I move my cursor to a // commented section of code, I stop seeing the text I'm typing. I the editor thinks it's doing things, as the file name goes bold indicating unsaved changes but the text I typed does not appear. The cursor still moves via arrow keys or mouse clicks, just no text appearing when typing.

Seems to be intermittent, several close/open of NetBeans and the problem was there, several it wasn't. Unable to determine a pattern.

Language / Project Type / NetBeans Component

C

How to reproduce

Open existing .c file, type // and further text doesn't show.

or

Open existing .c file, click after // and further text doesn't show.

Did this work correctly in an earlier version?

Apache NetBeans 19

Operating System

macOS 15.2 on Apple M1 Pro

JDK

Java: 19.0.1; Java HotSpot(TM) 64-Bit Server VM 19.0.1+10-21

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

Also happened on 3rd party .pkg installed app.

Are you willing to submit a pull request?

No

@mike-jensen-sw mike-jensen-sw added kind:bug Bug report or fix needs:triage Requires attention from one of the committers labels Jan 29, 2025
@matthiasblaesing
Copy link
Contributor

Not reproducible on a recent build. Please provide the message.log for the IDE run when this happens. The file is located in the user directory (see Help -> About) in the folder var/log. Please also test NB 25 RC1 (#8186), which contains an update textmate interpreter.

@mbien mbien added the C/C++ label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C/C++ kind:bug Bug report or fix needs:triage Requires attention from one of the committers
Projects
None yet
Development

No branches or pull requests

3 participants