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 170932

Summary: Autocomplete for Imagick class
Product: php Reporter: xorock <xorock>
Component: CodeAssignee: issues@php <issues>
Status: NEW ---    
Severity: blocker CC: tmysik
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Stub Files for ImageMagick

Description xorock 2009-08-26 13:52:09 UTC
php5-imagick (http://pl.php.net/manual/en/book.imagick.php) is an extension (wrapper) for ImageMagick component.
Comparing to GD it's object-based. Unfortuantely, there is no code completion for it in Netbeans.
Comment 1 Tomas Mysik 2009-08-26 14:47:40 UTC
Tomasz, another request for another PHP extension...
Comment 2 Tomasz Slota 2010-02-10 08:46:54 UTC
reassigning to default owner
Comment 3 Filip Zamboj 2010-09-15 12:36:41 UTC
batch reassigning
Comment 4 RobJ 2010-12-07 23:31:07 UTC
Created attachment 103707 [details]
Stub Files for ImageMagick

I found these stub files on http://blog.iskierka.info/index.php/2010/11/02/netbeans-autocompletion-php-modules-automatic-stub-generation-imagemagick-imagick/

They may be useful in the autocomplete addition for ImageMagick