HTML/Browser Plugin?
Hi
I am using a acceptance testing tool called FIT in which the results are
written out as HTML. Is there anyway of viewing the marked up HTML within
IDEA? A plugin that someone knows of? I cannot seem to find anything?
Cheers
Shane
--
"It's a lot more difficult to refactor users than it is to refactor code."
- Lean Software Development by Mary & Tom Poppendiek
请先登录再写评论。
No, I think there's no built-in way, but you could easily load it into a
JTextPane and display it in a popop window. It would be a little harder
to show it as an editor tab, but I think you could do it by defining
your own secret file type, or something.
Shane Mingins wrote: