roroco 0 Posted July 1, 2018 Posted July 1, 2018 see gif, evernote will delete all code indents, I copy code from IntelliJ idea, it's terrible for deleting python code indent, it will messy code my tmp solution is use your web client, in webclient, the pasting code keep correct format I hope evernote windows client can do same thing
roroco 0 Posted July 1, 2018 Author Posted July 1, 2018 I hope paste code like following format class MyEventHandler(QtCore.QObject): def eventFilter(self, target, event): cc = pm.currentCtx() global before_normal_ctx global ctx_tool if event.type() == event.KeyPress and event.key() == Qt.Key_A:
roroco 0 Posted July 1, 2018 Author Posted July 1, 2018 I find the solution: it's intellij idea windows bug: the solution is: idea > settings > editor > general > disable "copy as rich text by default"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.