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 246538 - Pasting does not respect text editors overwrite mode
Summary: Pasting does not respect text editors overwrite mode
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 08:23 UTC by markiewb
Modified: 2014-10-02 17:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2014-08-19 08:23:36 UTC
* open file (f.e. java file)
* press INSERT to enable Overwrite mode (check it in the statusbar)
* copy arbitrary text content from another application/or NB itself into the clipboard
* within NB paste the clipboard content via CTRL-V

ACTUAL: pasted content is inserted
EXPECTED: pasted content is used to overwrite content (because OVERWRITE mode is active)

Product Version: NetBeans IDE 8.0.1 (Build 201408142300)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)
Comment 1 Milutin Kristofic 2014-10-02 14:41:02 UTC
Is this expected behavior industry practice? Do you know about any editor that does it?
Comment 2 markiewb 2014-10-02 17:55:59 UTC
(In reply to Milutin Kristofic from comment #1)
> Is this expected behavior industry practice? Do you know about any editor
> that does it?

You are correct, that is standard. Close as invalid