Peter van Westen

Results 13 comments of Peter van Westen
trafficstars

Hope this gets pulled soon. But project looks dead :( No new releases since 2016/05/10

Hope this gets pulled soon. But project looks dead :( No new releases since 2016/05/10

Seems to do the job. Test successful ✅

I have tested this item :white_check_mark: successfully on 041cd38a10048e2db739d8378d13b23b6a16393bThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43204.

I too would like to see this in Pattern. I like to solve the puzzles using black only. Now I need to fill all the remaining stuff with white to...

Exactly, as classnames/namespaces cannot start with a number. So probably a good idea to adjust the regex (I assume that is being used) to find the namespaces.

Probably in XmlScoper, the regex parts `[\p{L}_\d]+` should be replaced with `[\p{L}_][\p{L}_\d]*`. And `[^\\\\]+` with `[\p{L}][^\\\\]*`.

Seems to be working great. Thanks!

PS: It DOES suggest me the entry for `adr1`.So looks like it is fluffy matching but not preceding the exact match.