Page 1 of 1

ECMAScript format and indent bug on !==

Posted: Wed Jun 20, 2007 12:54 pm
by jelovirt
The format and indent function for ECMAScript files formats

Code: Select all

!==
into

Code: Select all

!= =

Posted: Wed Jun 20, 2007 5:28 pm
by sorin_ristache
Hello,

Thank you for reporting the problem. We will fix it in a future version. Please do a find/replace to replace "!= =" with "!==" before you close the file in oXygen.


Regards,
Sorin

Re: ECMAScript format and indent bug on !==

Posted: Tue Mar 03, 2009 4:39 pm
by sorin_ristache
Hello,

I just wanted to let you know that we fixed the pretty-print problem in JavaScript files. You can try the JavaScript editor in the current version.


Regards,
Sorin