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 186079 - SVN Diff left side change tag
Summary: SVN Diff left side change tag
Status: RESOLVED DUPLICATE of bug 183772
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: REGRESSION, UI, USABILITY
Depends on:
Blocks:
 
Reported: 2010-05-13 10:57 UTC by faramir2
Modified: 2010-05-13 11:23 UTC (History)
0 users

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 faramir2 2010-05-13 10:57:45 UTC
Product Version = NetBeans IDE 6.9 Beta (Build 201004200117)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_16
Runtime = Java HotSpot(TM) Client VM 14.2-b01

I'm using <editor-fold defaultstate="collapsed" desc="desc"/> tag and when I'm removing or do other change in that area, change tag is in wrong line and either doesn't work.

Sample code:
---v--- cut ---v---
normal code
// <editor-fold defaultstate="collapsed" desc="desc"/>
collapsed code
code
code
code
code
code
// </editor-fold>

// <editor-fold defaultstate="collapsed" desc="desc"/>
code which I'm editing
code - line to remove
code
code
code
code
code
code
code
code
code
code
code
code
// </editor-fold>
normal code

When removing line "code - line to remove" having first code collapsed, change badge is showed in wrong line and doesn't work - clicking don't show popup menu.
Comment 1 Ondrej Vrabec 2010-05-13 11:23:56 UTC

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