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 168563 - Image dimensions for HTML code completion
Summary: Image dimensions for HTML code completion
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.0
Hardware: All All
: P4 blocker (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-14 16:14 UTC by testerro
Modified: 2014-10-06 13:26 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 testerro 2009-07-14 16:14:21 UTC
Code completion should be able to automatically fill in the width and height of a picture while typing an <img> tag. For
example when I type:

<img src="/images/example.gif" width="

and press CTRL+SPACE Netbeans should check the width of the picture and automatically fill it in. The same goes for the
height of the picture. It would be a great time-saver, as it would eliminate the need to manually check the size of the
picture.
Comment 1 Tribal 2011-06-27 11:44:39 UTC
I agree with the above. Currently the code completion supports completing the SRC attribute, surely this should aid in the completion of the WIDTH and HEIGHT attributes.
Comment 2 junichi11 2013-01-14 16:37:12 UTC
I created a plugin for code completion of width and height[1]
Until official support is provided, it is possible to use this.
But it provides support for only html and php files.

[1] http://plugins.netbeans.org/plugin/46172/html-enhancement