# I'm used to Textpad style incremental UPPERCASE# Ctrl+U increments the next char if nothing is selectedfromNppimport*importstring# console.write(editor.getSelText())ifeditor.getSelText()=='':# console.write(str(position))editor.setSel(editor.getCurrentPos(),editor.getCurrentPos()+1)editor.upperCase()editor.setSel(editor.getCurrentPos(),editor.getCurrentPos())
If you would like to refer to this comment somewhere else in this project, copy and paste the following link: