Hi.

This is one of my favorite things, courtesy of Thierry. Open the script of the 
debugger and place this in its script. Replace the handler completely.





function revDebuggerValidGlobalNames
   local tGlobalsRaw
   put the globals into tGlobalsRaw
   
   replace comma with return in tGlobalsRaw
  
   filter tGlobalsRaw without "*(x86)"
    filter tGlobalsRaw without "$*"
     filter tGlobalsRaw without "grev*"
   replace return with comma in tGlobalsRaw
   
   return tGlobalsRaw
end revDebuggerValidGlobalNames


Peace at last.


Craig Newman




-----Original Message-----
From: Ray <r...@linkit.com>
To: use-livecode <use-livecode@lists.runrev.com>
Sent: Tue, Feb 11, 2014 8:10 am
Subject: Dollar Sign Variables


Does anybody know of a way to stop the script editor from displaying all 
the dollar sign variables?  I'll list a few, below, for reference.  
Sometimes they don't show up for some reason but most of the time they 
not only show up but they're listed at the top, causing a lot of 
unnecessary scrolling to get to what I really need to see which is my 
own variables.

Thanks,

Ray

$#
$0
$ALLUSERSPROFILE
$APPDATA
$CommanProgramFiles
$CommonProgramW6432

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

 
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to