RegExp literal format is not allowed by make (treegenerator). Is there 
any chance to allow to use literal format of RegExp?

qooxdoo rev #9401

treegenerator.SyntaxException: Expected expression but found token/DIV: 
'/'. file:airangel.tmp.CompanyView, line:95, column:71

I would prefer to use literal format
qx.ui.form.TextField.createRegExpValidator(/abc/i)

instead of
qx.ui.form.TextField.createRegExpValidator(new RegExp("abc", "i"))

asaris

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to