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 129441 - HTML tag content selecting shortcut
Summary: HTML tag content selecting shortcut
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 16:59 UTC by Tomas Kianicka
Modified: 2009-05-18 10:47 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 Tomas Kianicka 2008-03-06 16:59:07 UTC
Is there some way how to select the content of the tag (text between tags) in HTML? I hoped that Ctrl + Shift + '.' will
work, but it didn't. 
This quick content selecting would be very handy in HTML, JSP, XML and other structured format development.
Comment 1 Marek Fukala 2008-03-06 17:35:36 UTC
Yes, that would be nice. Does any netbeans editor support such feature? Just asking where you find the Ctrl+Space+DOT
shortcut.
Comment 2 Tomas Kianicka 2008-03-06 20:01:38 UTC
Yes, this feature is aviable when editing Java code.

Sorry for confusing with described shortcut - it is Alt + Shift + '.' to enlarge selected code area, Alt + Shift + ','
for selecting smaller code area (opposite of previous).
Comment 3 Marek Fukala 2008-03-07 07:42:06 UTC
OK, would be handly for tag based editors, thanks.
Comment 4 Marek Fukala 2008-10-15 09:02:39 UTC
implemented for css editor 

changeset:   105920:30d7d00bdb0e
tag:         tip
user:        Marek Fukala <mfukala@netbeans.org>
date:        Wed Oct 15 10:01:16 2008 +0200
summary:     implemented SelectCodeElementAction
Comment 5 Marek Fukala 2008-10-15 09:43:26 UTC
implemented for html

changeset:   105921:4f4a7bb75bdb
tag:         tip
user:        Marek Fukala <mfukala@netbeans.org>
date:        Wed Oct 15 10:40:41 2008 +0200
summary:     implemented SelectCodeElementAction