Mozilla Preview
Is it possible to configure the mozilla preview plugin that it can show custom extensions as html file (preview)?
For example, i've a lot of ftl files in my project (Freemarker template). I've defined that extension (*.ftl) as html file. But they are not previewed in mozilla preview plugin.
Any suggestion?
Please sign in to leave a comment.
Hello Isa,
I tried Demetra 6163 and Selena 6767. Simple ftl file with content like:
line 1 ]]> line 2
is shown Ok in Mozilla preview.
Alexander.
Where is this "Mozilla Preview" plugin?
"Alexander Chernikov" <Alexander.Chernikov@jetbrains.com> wrote in message
news:c8a8945a3b0f8c9386747841c77@news.intellij.net...
>
>
>> Is it possible to configure the mozilla preview plugin that it can
>> show custom extensions as html file (preview)?
>>
>> For example, i've a lot of ftl files in my project (Freemarker
>> template). I've defined that extension (*.ftl) as html file. But they
>> are not previewed in mozilla preview plugin.
>>
>> Any suggestion?
>>
>
Hello Brad L.,
Open an HTML file in IDEA editor. The opened file has the second tab with
Mozilla preview. If the plugin is not yet installed, there are buttons to
download.
>> Hello Isa,
>>
>> I tried Demetra 6163 and Selena 6767. Simple ftl file with content
>> like:
>> line 1 line 2 >> is shown Ok in Mozilla preview. >>> Is it possible to configure the mozilla preview plugin that it can >>> show custom extensions as html file (preview)? >>> >>> For example, i've a lot of ftl files in my project (Freemarker >>> template). I've defined that extension (*.ftl) as html file. But >>> they are not previewed in mozilla preview plugin. >>> >>> Any suggestion? >>> >> Alexander. >>]]>
Alexander.
Alexander Hi,
I've also did that. Currently in my project, all *.ftl extensioned files marked as html files. But when i click mozilla preview tab, it show a text version of file.Actually, i don't want mozilla to parse freemarker functions, but at least, it should display html portion of my file. But it didn't.