yyywww Posted August 7, 2016 Posted August 7, 2016 (edited) Hello, I hope this is the right place to ask. I have a somewhat large AutoIt script that I occasionally expand on, but I often forget what I last changed in the script, so it would be nice to have a visual distinction. In SciTE, Is it possible to see which lines of the script have been modified lately? I had the idea, for example, that lines that have been modified lately could be in shades of green, while lines that haven't been modified in a while don't have any color overlay. I've attached an example of what I mean. Does something like this exist for the SciTE/AutoIT editor? Edited August 7, 2016 by yyywww
Developers Jos Posted August 7, 2016 Developers Posted August 7, 2016 SciTE can't do that, but that is where versioning comes in. Each time you make a change to a script you could save that version in an SVN setup and than simply compare versions to see what was modified. Versioning capabilities are build-in in the Full SciTE4AutoIt3 version that comes with AutoIt3Wrapper. Jos 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.
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