Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mikhail Medvedev
Total activity
4
Last activity
January 16, 2016 13:59
Member since
July 23, 2013 18:11
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
July 23, 2013 19:06
private boolean markFileAsPlainText (VirtualFile file) { if (!file.exists() || file.isDirectory()) return false; EnforcedPlainTextFileTypeManager typeManager = EnforcedPlainTex...
Community
IntelliJ IDEA Open API and Plugin Development
"Mark as Plain Text" API?
0 votes
Created
July 26, 2013 10:04
I already have this functionality on my plugin too. https://github.com/Salerman/MarkDirFilesAsPlain :)
Community
IntelliJ IDEA Open API and Plugin Development
"Mark as Plain Text" API?
0 votes