You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
This plugin uses its own version (file) of the necessary ace extension because of some dirty fixes. There is still no update of the original extension (file) since the initial commit of this plugin.
I created a dirty fix (7d29473) for your problem, but I'm not happy with it.
Every time I beautify, I must go back and correct my code since beautify makes an "update" that breaks the app.
original -
$image=new Imagick();
after beautify -
$image=newImagick();
The text was updated successfully, but these errors were encountered: