Unofficial Tabifier for Demetra
I've updated Tabifier Plugin to support the PSI changes in Demetra, and dubbed it version 5.1.3. It's available for download here: http://pazu.com.br/dav/Tabifier-5.1.3.jar
Note that I didn't upload this to the plugin repository, since I'm not the mantainer for Tabifier. I've only made the (very simple) changes because I can't live without it :) Dave, are still you here? If yes, an official update from you would be more than welcome!
Please sign in to leave a comment.
BTW, all I did was replace a call to PsiFile.canContainJavaCode() with a call to PsiFile.getFileType().equals(StdFileTypes.JAVA). This will probably leave out JSP's, but they're already such a mess that I don't care about aligning java code inside them.
Yes, Marcus, still here. I didn't realize tabifier wasn't working with Demetra. :) Thanks for doing it. I'll release it soon (hopefully today or tomorrow.)
-Dave
Marcus,
I just uploaded your version 5.1.3 to the plugin repository. I was working this week on updating tabifier anyway but have been temporarily derailed. Sorry for the delay.
And thanks again for building the new version!