﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1407	Change the Trace Tools to use @ScriptLineNumber	exodius	Jos	"The Add Trace Lines and Add Func Trace Lines are both awesome tools for tracking the flow of a large, complex script, but their curent output creates a static reference to each line when you ran them. 

Example:
ConsoleWrite('@@ (41) :(' & @MIN & ':' & @SEC & ') _CreateGUI()' & @CR) ;### Function Trace

I propose replacing the static line number reference with @ScriptLineNumber so even if you make changes to your script after adding the trace lines, the line numbers remain accurate.
Example:
ConsoleWrite('@@ (' & @ScriptLineNumber & ') :(' & @MIN & ':' & @SEC & ') _CreateGUI()' & @CR) ;### Function Trace"	Feature Request	closed		SciTE4AutoIt		None	Rejected		
