@ Reply Ghopper21 worked for me. This is how my editor.xml looked at how I applied the patch.
<application> <component name="EditorSettings"> <option name="ARE_LINE_NUMBERS_SHOWN" value="true" /> <option name="SHOW_INTENTION_BULB" value="false" /> </component> </application>
In PyCharm 4.5, the path to my editor.xml file was ~/Library/Preferences/PyCharm40/options
source share