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 110242 - Support for pasting images into html files
Summary: Support for pasting images into html files
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 3 votes (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on: 110254
Blocks:
  Show dependency tree
 
Reported: 2007-07-19 07:32 UTC by _ tboudreau
Modified: 2014-10-06 13:26 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Image paste support for the html module (3.74 KB, patch)
2007-07-19 07:32 UTC, _ tboudreau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2007-07-19 07:32:06 UTC
I've implemented a feature for the DocBook module which is extremely useful:  The ability to paste an image from the clipboard into an XML file.  When you 
paste, a small image editor pops up that allows the user to crop the image.  It then creates an image file in a location relative to the file that is being edited.

Should be quite useful for docs writers and anyone else who deals with screen shots.

I've separated the code for this feature into a separate module, contrib/imagepaste

Attached is a (5 line) patch that adds this feature to the html module (the patch adds contrib/imagepaste to the ide cluster - probably we would want to move 
it to core/ as well, but this way you can try it).
Comment 1 _ tboudreau 2007-07-19 07:32:50 UTC
Created attachment 45365 [details]
Image paste support for the html module