Tuesday, January 17th, 2006 |
|
Codehint breaks for methods beginning with n |
When writing functions in Flash MX04/8 the codehint dropdown will not appear when using a name that starts with an “n”.
Here is an example of what I mean:
function n()
Typing the “:” afterwords should bring up the codehint dropdown for the method return type, but it doesn’t.
Also, none of the parameters you specify will get the codehint dropdown either.
The same is also the case for getters and setters:
function get whatever()
Anyone else see this and/or other similar issues?










yeah, I did notice that also, but it´s even funnier:
try
function nX () {
}
with X a single letter except ‘n’ - No Codehint
BUT
function nn () {
}
will work fine
In fact, it depends on the number of the ‘n’s at the beginning of the name until the next non-n char follows:
if you´ve got odd n’s it won´t work, an even number of n’s will do the trick,…
I´ve mailed Adobe Support already about that but didn´t get any response yet…
I thought I had too much time on my hands!
Time come and goes, but knowledge stays