Wish: Add option to list global variables on separate lines

You need some new stunning features ? Tell us here.
Neil
Enthusiast
Enthusiast
Posts: 198
Joined: Wed Feb 29, 2012 8:04 am
Location: Melbourne, AUS

Wish: Add option to list global variables on separate lines

Post by Neil »

Hi Polo,

Would it be possible to add a user option for this ??

So instead of:

Code: Select all

Global gfDirectories, gfPDMSUIDirectory, gCheckbox_PDMSUI, gsPDMSUIDirectory, gbPDMSUIDirectory, gfpmllibDirectory, etc etc 
we get:

Code: Select all

Global gfDirectories
Global gfPDMSUIDirectory
Global gCheckbox_PDMSUI
Global gsPDMSUIDirectory
Global gbPDMSUIDirectory
Global gfpmllibDirectory
Thanks,

Neil