Just improved the code so it will sort the regular expressions such that the regular expression whose captures has the lowest offset (across all lines) is used to align first. Provides a better end result in many cases imo :)
This will however means that the developers have no change of choosing the precedence of regular expressions (previously the regexps had to highest precedence from left to right in the array). /Mads -- View this message in context: http://old.nabble.com/Align-Source-tp31636561p31694035.html Sent from the textmate-dev mailing list archive at Nabble.com. _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
