RasmusTidselbak / al-var-helper

6 stars 7 forks source link

Sort variables moving globals into first procedure when Prefixed with [Test] #6

Closed mjmatthiesen closed 5 years ago

mjmatthiesen commented 5 years ago

Hi!

In my test CUs, if I sort variables, any globals will be moved into the first procedure. Simple to reproduce.

Open any CU with global vars. Place [Test] in the line above the procedure. Run the sort.

RasmusTidselbak commented 5 years ago

That is a really wierd error, I've made som changes in the current version.

mjmatthiesen commented 5 years ago

Looks like it's fixed.

Thank you