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 224623 - Request: get and set project.property and get php options features with PhpModule API
Summary: Request: get and set project.property and get php options features with PhpMo...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-09 01:19 UTC by junichi11
Modified: 2013-01-09 10:34 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 junichi11 2013-01-09 01:19:19 UTC
I would like to set and get project.properties in Plugin.
If possible, also get PHPUnit of PHP Options.
My request is these features.

Now, I can set a parts of properties using PhpModuleProperties when I only create a new project. In other words, I can set them only at getPhpModuleProperties() on PhpFrameworkProvider class.

But I can't set properties(contain other: PHPUnit bootstrap, e.t.c.) in any place.

I would like to set and get also other properties in any place (e.g. feature like a PhpProjectProperties class in php.project) since I would like to automate individual settings(e.g. PHPUnit settings) of PHP Frameworks.

---
My idea (PHPUnit Init Action):
- I create a new Action (PHPUnit Init Action) for PHP Frameworks
- check PHPUnit of PHP Options
- if framework needs bootstrap(xml, script, e.t.c.) file, them are created by plugin.
- set them to project.properties

Thanks.
Comment 1 Tomas Mysik 2013-01-09 10:34:34 UTC
Will try to do it. Thanks for reporting.