####how to add quotes around numbers
before.txt
123
456
789
after.txt
,'123'
,'456'
,'789'
- Find what:
(\d+) - Replace with:
,'\1' - Search Mode: Regular expression
- In selection (if you're paranoid)
further reading: http://blog.creativeitp.com/posts-and-articles/editors/understanding-regex-with-notepad/
####useful plugins
- JSMin - to format minfied code
- TagsView - useful navigating around C# code when not in VS
- Compare - diff against two windows