Skip to content

Enhancements and Maintenance

Latest
Compare
Choose a tag to compare
@NorthernRealities NorthernRealities released this 12 Jun 02:17

A couple of enhancements to the handling of numbers for the Objective-C developers. For everyone alpha values are handled in a consistent manner now. Previously all of the digits were displayed except in one or two cases. Now only up to two digits past the decimal point are shown. The behaviour for all of the searching is now consistent.

I did a big clean up of the regular expressions to help make the maintenance easier. Basic elements, such as floating point number between 0 and 1 for Swift, are now defined in one place. This makes a change easy to make and also brings consistency because some elements were missed when updates were made on previous occasions.

Please note that this will be the last version on the main branch that will support Xcode 7.2.1 and below. This is due to the changes in the Swift language and how selectors are specified. I've tried to find a way to conditionally compile code based on the application version but without luck. In the future there will be a compiled version (most likely this one) of the plug-in available for download to those developers who have not updated their development environment.

As usual, please feel free to contact me with any issues that arise along with any information to help find the source.

Thanks.