timboudreau / nb-nodejs

NodeJS support for NetBeans, originally hosted on netbeans.org
MIT License
91 stars 12 forks source link

Can't mix numbers and lables #30

Closed Kekec852 closed 10 years ago

Kekec852 commented 10 years ago

Our company is called 507 and I can't enter author email, page url, bug tracker url through properties because I got an error "Can't mix numbers and lables"

sample for testing:

email: test { at } 507.eu url: 507.eu bugtracker: bugs.507.eu

timboudreau commented 10 years ago

The bug is actually in this library which I can fix - working on it. Its test for using numbers in a dns name is slightly too strict - 507.eu is legal, while foo.3.1.1 is not.

timboudreau commented 10 years ago

Download version 2.21 here either by setting it up as an update server in Tools | Plugins or by manually downloading and installing.

timboudreau commented 10 years ago

Filed a netbeans bug for them to update the embedded version of SimpleValidation to 1.8 or newer. I had to copy the code for several validators into this plugin in order to fix this bug in a timely fashion; when that is fixed I can delete them.