"Mark as Plain Text" API? Mikhail Medvedev Created July 23, 2013 18:11 Hi everyone!I can't find how to mark some file as Plain Text like as at PhpStorm's context menu. I want mark as Plain Text all php files in chosen directory to prevent indexing.
I have done something similar for all files
https://github.com/krasa/UsefulActions/blob/master/src/krasa/usefulactions/MarkFolderAsPlainText.java
I already have this functionality on my plugin too. https://github.com/Salerman/MarkDirFilesAsPlain :)