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

Summary: Support for pasting images into html files
Product: web Reporter: _ tboudreau <tboudreau>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: blocker CC: geertjan, johnjullion
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 110254    
Bug Blocks:    
Attachments: Image paste support for the html module

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