Hannah-Sten / TeXiFy-IDEA

LaTeX support for the IntelliJ platform by JetBrains.
https://hannah-sten.github.io/TeXiFy-IDEA
MIT License
897 stars 90 forks source link

txt format will use default icon, because CMakeLists.txt should use cmake icon #3761

Closed Steve-Li-1998 closed 4 days ago

Steve-Li-1998 commented 5 days ago

Fix #3674

Summary of additions and changes

I comment the case for txt, so I think the the icon of txt will use the defualt configuration of clion (CMakeLists.txt will use cmake icon) to solve this issue https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/3674 But I don't know how to build the plugin, so I haven't test the result. Since the changes are very simple(only 1 line), I hope you can test for me:) thanks a lot!

How to test this pull request