Michal Rama created NETBEANS-2968:
-------------------------------------
Summary: Identify the class despite the letters with wrong size.
Key: NETBEANS-2968
URL: https://issues.apache.org/jira/browse/NETBEANS-2968
Project: NetBeans
Issue Type: Improvement
Components: java - Editor
Environment: Windows 10, NetBeans Linux 1187, Java 12.0.2
Reporter: Michal Rama
Hello,
I thought of a feature that would be quite useful.
If I write eg.
{code:java}
var timeline = new Timeline();{code}
NetBeans recognizes that it is a *javafx.animation.Timeline* and offers to
import it.
But, if I write
{code:java}
var timeline = new timeline();{code}
NetBeans will only offer to create this class because class *timeline* does not
exist.
Therefore, I would be grateful if NetBeans could find a class even if one or
more letters did not have the correct case.
To offer me an import of *javafx.animation.Timeline*, whether I write Timeline,
timeline, timeLine, TimeLine, etc.
Thank you
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists