Friday, October 9, 2015

Compare two files using Notepad++

Compare two files using Notepad++:

1.    Download the plug-in from http://sourceforge.net/projects/npp-compare/
2.     Copy the .DLL to your Notepad++ plug-in-folder under your notepad++ installation
3.     Re-launch the notepad++.
4.     Open two files in notepad++
5.     Click on Compare under plugins menu.
6.     Notepad++ will display the differences between the two files


Features
·         Side-by-side visual differencing
·         Comparison against SVN database
·         Highlight differences inside lines
·         Navigation bar shows a map of compared files
·         Moved line detection
·         Easy navigation between differences

·         Customizable results presentation

No comments:

Post a Comment

Query to find the third highest salary

We can used dens_rank() function to find the rank of salaries of employees and then put in a subquery to get rank is equal to 3.   select * ...