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 188551 - RFE: Slight enhancement of HTML editing
Summary: RFE: Slight enhancement of HTML editing
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal with 1 vote (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-10 04:59 UTC by pekarna
Modified: 2013-01-02 12:05 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 pekarna 2010-07-10 04:59:01 UTC
Hi,

I've one suggestion to make HTML editing smoother:

When user writes HTML attributes, he ends with a carret before the ending quote, like,  

   <input type="text|"

My suggestion is to move the carret _after_ the quote when user presses enter in this state. Definitely better than breaking your little finger reaching a right-arrow. And, adding a new line at that place doesn't make much sense anyway.

Further, this carret positioning can be done when choosing the value from the box, like in the case of <input type=", when you choose "text" and press enter. Again, no sense in placing the carret before the closing quote.

These little things make the differences which keep NetBeans being the best IDE.
Thanks for considering.

Ondra
Comment 1 Marek Fukala 2013-01-02 12:05:53 UTC
already implemented/fixed. Please try latest dev build or wait for 7.3 fcs. Thanks.