This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242343 - JSP Java Expression Language and JSTL FN(Function) Coding Hints Not Woking.
Summary: JSP Java Expression Language and JSTL FN(Function) Coding Hints Not Woking.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 00:29 UTC by artstar910
Modified: 2014-07-31 08:58 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description artstar910 2014-02-26 00:29:25 UTC
The coding hints for the JSP Expression Language are not working when the ${ are typed. In prior versions, when those to characters are entered the coding hints would appear.  They are no longer there until the implicit object class is entered. I have found the same problem to hold true for the FN or Function library for JSTL. I have code hinting turned on and they work for all of the XML formatting of JSTL.

Please advise if there is an additional method that is necessary to enable this functionality. In the past if the code hints didn't work, I could alt+enter to manually bring up the list. Doing so now only beings up a non-interactive black and white text suggestion box.

Thank you.
Comment 1 Vladimir Riha 2014-02-26 08:07:07 UTC
Could you please be more specific, perhaps provide some sample and what is the expected result? I'm not sure I understand the problem. Thank you
Comment 2 Marek Fukala 2014-07-28 15:13:33 UTC
I believe the reporter talks about the missing auto completion.

E.g. when you type #{ the completion could auto pop up.
Comment 3 Martin Fousek 2014-07-29 12:57:23 UTC
I agree, hard to guess what the user meant. I'll take a look on the auto completion but I'm not sure that it is issue he complains about since AFAIK the auto-completion wasn't supported in any release so far.
Comment 4 Martin Fousek 2014-07-30 07:56:59 UTC
Reported feel free to reopen with additional description if you were speaking about another issue.

Auto-completion added in web-main #077c1af74947. Marking as fixed.
Comment 5 Quality Engineering 2014-07-31 08:58:57 UTC
Integrated into 'main-silver', will be available in build *201407310738* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/077c1af74947
User: Martin Fousek <marfous@netbeans.org>
Log: #242343 - JSP Java Expression Language and JSTL FN(Function) Coding Hints Not Woking