2

I have placed several python files in folder that has a name last_name first_name project assembler. For some reason, Assembler.py is not being recognized:

Assembler.py is not recognized, but the other three are

Why is this? Does it have to do with the fact that the folder contains the name?

Dinko Pehar
  • 5,454
  • 4
  • 23
  • 57
Jonathan Ma
  • 556
  • 6
  • 20

1 Answers1

7

Settings (Preferences on Mac) | Editor | File Types | Text

I had the same issue. Check patterns -- you must added a similar pattern to the Text File Type. Just remove it.

Full answer here: https://stackoverflow.com/a/21281563/7551702

Yaron
  • 86
  • 1
  • 5