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 240756

Summary: Toolbar Command Line Editor
Product: php Reporter: BlackScorp
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description BlackScorp 2014-01-21 11:10:56 UTC
A small nice feature could improve using external tools in Netbeans.

Some szenarios:
I dont use ApiGen to generate API Documentation, but I use Sami Api Generator from Symfony. Therefore i installed sami globally over composer and added the binary folder to my enviroment variables on windows. so now i can just call from a terminal cd /path/to/myProject/; sami -update config.php

Also I dont just use PHPUnit for tests, I also use Behat. therefore i just call behat inside my project folder and see test results.

so a new feature, to add customized toolbar icons with command line calls could make the framework settings plugins and other stuffs obsolete.

Iam not sure if its much work, but this would be a great feature in upcoming releases