markiewb

Results 74 comments of markiewb

@javydreamercsw: You do not need to be up to date with the platform, when you do not use new API features. For example: A plugin, which uses only official public...

Mhh. That is quite difficult, because the indexing is currently per project. The code has to be refactored to hold an index for support multiple projects at the same. @Chris2011:...

![2016-03-07_20h07_35](https://cloud.githubusercontent.com/assets/1857095/13579983/674ac10c-e4a0-11e5-9dd5-546185b53b84.png) @Chris2011: I don't understand the separator logic. See the screenshot.

Sublime example ![2016-03-06_20h18_52](https://cloud.githubusercontent.com/assets/1857095/13556390/a856e9d2-e3d8-11e5-8c62-1e5ca9947e86.png)

There is no icon for these actions available, so the text is shown.

Sorry, I won't create icons myself. a) If NB adds icons for that, then the icons will also appear here. File an issue at https://netbeans.org/bugzilla/ OR b) Provide some icons...

@arthurgregorio: I am sorry, no. I won't mix the colored icons from NetBeans with the monochrome ones from octicons. That won't look good.

So something like https://dzone.com/articles/fisheye-view-plugin-netbeans this? Here is the sourcecode if you want to play with it. http://hg.netbeans.org/main/contrib/file/tip/fisheye/src/org/netbeans/modules/fisheye

@ksfreitas My use case is to start gwt:run/gwt:debug with the noServer [1] option. So I don't have to care for resources. [1] http://mojo.codehaus.org/gwt-maven-plugin/run-mojo.html#noServer

Nobody including me is maintaining this plugin. Go the standard way to use the Maven goals like gwt:run. GWT doesn't require an IDE plug-in by default. To start with a...