]
Xavier Coulon commented on JBIDE-21412:
---------------------------------------
[~maxandersen] [~fbricon] let's discuss about the solution proposed in the pull
request and let's see if something cleaner can be done in the context of the OpenShift
tooling.
Allow for any adaptable to IServerModule to be opened via LiveReload
--------------------------------------------------------------------
Key: JBIDE-21412
URL:
https://issues.jboss.org/browse/JBIDE-21412
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: livereload
Affects Versions: 4.3.1.Beta1
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 4.3.1.Beta2
The "Open in Web Browser via LiveReload" is only available if the selection is
an `IServerModule` but this could be extended to any type of element that can be adapted
to an `IServerModule, to provide more flexibility to other tools such as OpenShift where
the server adapter is used as the target (ie, there is no server module for the deployed
application)