ChrisS85 / CGUI

An object-oriented GUI library for AutoHotkey
22 stars 19 forks source link

Change GUI delimiter from | to `n #48

Closed ChrisS85 closed 12 years ago

ChrisS85 commented 12 years ago

This is a suggested change because the current behavior doesn't allow to use | in texts, while `n doesn't seem to be used where delimiters are. This is a compatibility breaking change so it needs to be considered thoroughly.

ChrisS85 commented 12 years ago

Added a Delimiter property instead and left the default as it currently is. This is probably the better solution.