leos Posted October 22, 2009 Posted October 22, 2009 Using 3 computers I end up heaving at least 3 versions of same script. Of course, usually I don’t remember the difference between them. So I have made a script to compare 2 autoit source files. You select the files via buttons or drag & drop them over the according input control. Pressing [Analyze] will start the comparison between files. Finally, a listview control will show the rows that are identical and different in each file. Feel free to use it if you like scriptdiff.au3
picea892 Posted October 22, 2009 Posted October 22, 2009 Seems like it works. I think you could spruce up the output a bit. I use this tool and like the GUI interface. I'd recommend designing your GUI interface in a similar fashion. http://www.prestosoft.com/edp_examdiff.asp Picea
Developers Jos Posted October 22, 2009 Developers Posted October 22, 2009 You know about WinMerge? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
leos Posted October 23, 2009 Author Posted October 23, 2009 Yes.I saw winmerge. But i wanted something simpler and portable. Now i want to find the difference between rows that are similar but still i have not thought about the algorithm.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now