yes, I saw it on the trial. but I want to have something more : inside a XML document, is it possible to have a tag <script type="text/javascript"> </script> and the javascript autocompletion ? I tried but didn't manage.
It is possible via custom configurations in Settings|Language Injections
On 24.02.2010 17:18, olivier SAINT-EVE wrote:
yes, I saw it on the trial. but I want to have something more : inside a XML document, is it possible to have a tag<script type="text/javascript"> </script> and the javascript autocompletion ? I tried but didn't manage.
presently, I does not have any completion in the "script" tag (although with the tag "xml:javascript" I have it, but I fear the openLaszlo does not recognize the file in that case), could you tell me how to configure the item "language injection / edit (of the "xml:script" tag)?
It is possible in IntelliJ IDEA Ultimate edition
On 24.02.2010 15:53, olivier SAINT-EVE wrote:
>
>
>
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
yes, I saw it on the trial.
but I want to have something more : inside a XML document, is it possible to have a tag <script type="text/javascript"> </script> and the javascript autocompletion ?
I tried but didn't manage.
can you confirm me it isn't possible?
regards,
olivier.
It is possible via custom configurations in Settings|Language Injections
On 24.02.2010 17:18, olivier SAINT-EVE wrote:
>
>
>
>
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
hi,
I think seriously to buy intelliJ.
but I would like that you help me to configure it, in order to have javascript support in my XML files.
here is the stuff:
I want to use openLaszlo, an open-source framework using LZX files which are XML files.
here is an example of such a file:
**********************************************************
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE canvas SYSTEM "lzx.dtd">
<canvas>
<script type="text/javascript">
</script>
</canvas>
**********************************************************
presently, I does not have any completion in the "script" tag (although with the tag "xml:javascript" I have it, but I fear the openLaszlo does not recognize the file in that case), could you tell me how to configure the item "language injection / edit (of the "xml:script" tag)?
regards,
olivier SAINT-EVE.
ok, it works (openLaszlo) with the "xml:javascript" tag.
thanks!