Jump to content

Evernote client will delete all code indent


Recommended Posts

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

t.gif

Link to comment

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:

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...