This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 205415 - IDE beeps all the time read-only file is opened in editor
Summary: IDE beeps all the time read-only file is opened in editor
Status: RESOLVED DUPLICATE of bug 205002
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-22 11:13 UTC by Vladimir Voskresensky
Modified: 2012-02-01 10:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-11-22 11:13:58 UTC
I switched to NB after external fetch of sources.
I've opened read only ReadWriteLock.java file in editor and 
check for external changes activity appeared in progress during this 3 minutes editor "beeps" all the time...
Comment 1 Vladimir Voskresensky 2011-11-22 11:14:35 UTC
Product Version: NetBeans IDE Dev (Build 20111118-d7d9af603a28)
Java: 1.6.0_29; Java HotSpot(TM) Client VM 20.4-b02
System: SunOS version 5.10 running on x86; UTF-8; ru_RU (nb)
Comment 2 jmborer 2012-01-12 14:19:23 UTC
Same for Mac OS X. This behavior seems to have appeared since final release 7.1. Never noticed before. Netbeans seems to try to modify (reformat? collapse?) the code every time you gain focus in the read-only editor. Since it is not allowed, the IDE beeps.
Comment 3 Marian Petras 2012-01-20 11:45:43 UTC
It happens on Windows 7, too (JDK 6u30, 64-bit).
Comment 4 jmborer 2012-01-31 13:25:39 UTC
Any news about fixing his annoying bug? )Especially when working in the train while listening to music :P )
Comment 5 Miloslav Metelka 2012-02-01 10:46:52 UTC
I've tried to reproduce in the current trunk (added method breakpoint on java.awt.Toolkit.beep() method) but it did not triggered so it should be resolved by issue 205002 which is already fixed in dev builds and will be propagated into 7.1.1 patch.
But if it's another problem then please reopen the issue.

*** This bug has been marked as a duplicate of bug 205002 ***