Friday, January 29, 2016

Find & Replace with Regular Expression in Sublime Text 3

With Regular Expression, Find & Replace in Sublime Text 3 is much easier.

${1}, ${2}, etc. can be used to keep previous matched result when replacing.

For example, below snapshot finds all numbers followed by minus, and move the minus to left side.


Friday, January 22, 2016

Adding Notepad++ to the context menu of the Windows file manager

It's easy to add Notepad++ to context menu, so you can use it anytime!

Quick Notes:

  1. Go to Notepad++'s folder 
  2. Run command
    regsvr32 /s /i NppShell*.dll  
    
    //find your NppShell*.dll and put full name here
    1. You should see followed window