-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 1.3
-
Component/s: None
The list of user macros is not sorted, and when you add a new macro the list order changes. I would guess they are coming out of a HashMap iterator. It would be a lot easier to use if it was sorted like a TreeMap.