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 - Toolbar Command Line Editor
Summary: Toolbar Command Line Editor
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 11:10 UTC by BlackScorp
Modified: 2014-01-21 11:10 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 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