Closed fspafford closed 7 years ago
How would you recommend using jN to delete the current line in the current view?
(I do this from Notepad++ using control-L. Can I also do this from jN?)
Regards, Frank
Yes, you can! For example currentView.lines.get(currentView.line).text = ""
currentView.lines.get(currentView.line).text = ""
Nice! Thanks!
How would you recommend using jN to delete the current line in the current view?
(I do this from Notepad++ using control-L. Can I also do this from jN?)
Regards, Frank