vralfy / phpcsmd

Netbeans plugin to report code measurements generated by phpcs, phpmd, phpcpd and pdepend as Tasks and Annotations
27 stars 6 forks source link

adding button to choose path of a custom standard #41

Closed fonsecas72 closed 9 years ago

fonsecas72 commented 10 years ago

This fixes #20

I'm adding a button to allow the user to choose custom standards for php code sniffer.

I'm far from being an expert at plugin development so please review carefully my changes and tell me what I can do to improve this PR.

Thanks

vralfy commented 9 years ago

Thanks