Where is internal browser in Maia
What happened to jxbrowser from teamdev?
I couldnt find the jars jxbrowser.jar, htmlbrowser.jar, MozillaInterfaces.jar in Maia anymore.
What is the proper way of creating an internal browser tool window in Maia nowdays?
Please sign in to leave a comment.
It was dropped, we launch external browser instead.
Johan Lund wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Any way to interface with external browser using xpcom?
We do not use xpcom any more, just AJAX
Johan Lund wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Ok, what is the api's that revolve around that?
For example I need to get hold of a list of available browsers and I need to be able to launch a uri in one of them.
Currently we have our own system of adding browsers and we're just using command line calls to launch them.
It would be nice to reuse your code for this though.
One problem I see with using your implementation is that I cannot add more browsers (or can I do it programmatically?).
We require to test our web applications in many more browsers than come with IDEA by default.
I might for example want to have separate browsers for Firefox 1.5, 2.0, 3.0, 3.5.