junichi11 / netbeans-textlint-plugin

Support for textlint.
http://plugins.netbeans.org/plugin/73031/textlint-support
Apache License 2.0
6 stars 0 forks source link

Create an Search... button behind browse button #1

Open Chris2011 opened 6 years ago

Chris2011 commented 6 years ago

Issue type

Overview description

Behind the Browse button should be a Search... button as for other CLI tools, in NetBeans (Node, npm, gulp, bower, etc.)

Steps to reproduce

  1. Go to options
  2. Go to HTML5/JS
  3. Go to Bower
  4. See Search... button
  5. Click on button
  6. If cli was found, it will set the path. Please see my plugin for this logic: https://github.com/Chris2011/NBAngularCLI/blob/master/src/net/chrizzly/netbeans/plugins/nbangularcli/ui/options/AngularCliOptionsPanel.java#L125-L132

Actual results

Expected results

Search button to search for the CLI

Your environment (NetBeans and plugin version, e.t.c.)

NetBeans 8.2, NetBeans textlint support 0.2.0.

Chris2011 commented 4 years ago

I would like to make a PR somehow next week. Or do you want to do it by your own?

junichi11 commented 4 years ago

I don't think that this is a needed feature absolutely. Don't create a PR.

Chris2011 commented 4 years ago

What a shame, i don't want to search everytime for the installed cli. Also it will be a consistent behavior as for other tools inside NetBeans, like bower, grunt, gulp, etc. But ok, it is up to you.