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 243021 - surround highlighted text with braces, quotes, etc
Summary: surround highlighted text with braces, quotes, etc
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 115667 116117 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-18 18:57 UTC by IfElseTrue
Modified: 2016-10-24 20:17 UTC (History)
3 users (show)

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 IfElseTrue 2014-03-18 18:57:33 UTC
PHP editor has a little nice time-saving feature, which works like follows.


If one selects a portion of text and presses one of braces (,[,{ or one of quotes ", ' then the highlighted word gets surrounded with that char

1. select foo
2. press "
3. result "foo"
4. select "foo"
5. press (
6. result ("foo")

Would be great if it would also work in all editors regardless of current used language
Comment 1 markiewb 2016-10-24 20:16:24 UTC
*** Bug 115667 has been marked as a duplicate of this bug. ***
Comment 2 markiewb 2016-10-24 20:17:37 UTC
*** Bug 116117 has been marked as a duplicate of this bug. ***