Iczer Posted July 23, 2016 Posted July 23, 2016 I wanted to make somewhat global search tool in scite - if invoked it should find SearchString not only in main script, but also in all includes (maybe beside standard UDF) and then post result (clickable links) in scite console as AU3check do. I can write recursive function to make this search resulting 2d array [[ScriptFullPath,ScriptLineNumber]], but how i can make clickable links in scite console?
Developers Jos Posted July 23, 2016 Developers Posted July 23, 2016 36 minutes ago, Iczer said: but how i can make clickable links in scite console? Just use the format like I've done in au3check/tidy and au3stripper. By the way: There is already a LUA function that is close to what you want which is used for "Jump to Function" options. 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