Sunday, July 21, 2013

NotePad ++ shortcuts



It is quite useful and time saving to know about the Notepad++ shortcuts while working with any xml's and xsd's, I have listed few here:



How to delete the first word/space/line no. in a file.

Given a file of foll. format and to remove the first word, select the Text,
goto TextFX> TextFX Tools> Delete Line Numbers or First Words.

1 Fname Lname
2 Assign Copy
3 Entry Exit

Will return:
Fname Lname
Assign Copy
Entry Exit


How to remove the trailing spaces:

goto TextFX> TextFX Edit > Trim Trailing Spaces

How to change the case

goto  TextFX > TextFX Characters, the following options are available

  • UPPER CASE
  • lower case
  • Proper Case
  • Sentense case.
  • iNVERT cASE

No comments:

Post a Comment