requirements
requirements copied to clipboard
txt file detected
When using this plugin, not only the requirements.txt but also that the file with txt suffix will be detected.
I confirm. All *.txt files are affected.
Will be fixed ~~in version 2019.6.1~~ sometime
You can go to File -> File Properties -> Associate With File Type -> Text and then right-click on the file and choose Mark as Plain Text
This is because *.txt
is listed as a pattern for this plugins filetype:
https://github.com/meanmail-dev/requirements/blob/d3df730f36c367e7f5d0378f2ea047dc61370684/src/main/resources/META-INF/plugin.xml#L19
Removing this pattern, or replacing it with just requirements.txt
should resolve the issue for new installs.
Existing installs can remove *.txt
manually.