ECMAScript format and indent bug on !==

Having trouble installing Oxygen? Got a bug to report? Post it all here.
jelovirt
Posts: 84
Joined: Tue Oct 11, 2005 9:17 am
Location: Helsinki, Finland
Contact:

ECMAScript format and indent bug on !==

Post by jelovirt »

The format and indent function for ECMAScript files formats

Code: Select all

!==
into

Code: Select all

!= =
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: ECMAScript format and indent bug on !==

Post 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
Post Reply