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 91205 - scriptlet coloring and code completion are broken
Summary: scriptlet coloring and code completion are broken
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks: 91682
  Show dependency tree
 
Reported: 2006-12-18 14:26 UTC by Jindrich Sedek
Modified: 2007-05-10 08:49 UTC (History)
1 user (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 Jindrich Sedek 2006-12-18 14:26:37 UTC
Create web application
type:
    <%
            int i;
            i = session.|getAttribute();
    %>
code is not colored and pressing Ctrl+Space at place of | no suggestion is shown
Comment 1 Marek Fukala 2006-12-18 16:17:32 UTC
fixed scriptlet coloring, I still need to fix the completion

Checking in
web/jspsyntax/src/org/netbeans/modules/web/core/syntax/resources/Bundle.properties;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/resources/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in
web/jspsyntax/src/org/netbeans/modules/web/core/syntax/resources/fontsColors.xml;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/resources/fontsColors.xml,v
 <--  fontsColors.xml
new revision: 1.9; previous revision: 1.8
done
Checking in ide/golden/deps.txt;
/cvs/ide/golden/deps.txt,v  <--  deps.txt
new revision: 1.406; previous revision: 1.405
done
Checking in web/jspsyntax/lexer/nbproject/project.xml;
/cvs/web/jspsyntax/lexer/nbproject/project.xml,v  <--  project.xml
new revision: 1.6; previous revision: 1.5
done
Checking in web/jspsyntax/lexer/src/org/netbeans/api/jsp/lexer/JspTokenId.java;
/cvs/web/jspsyntax/lexer/src/org/netbeans/api/jsp/lexer/JspTokenId.java,v  <-- 
JspTokenId.java
new revision: 1.10; previous revision: 1.9
done
Checking in web/jspsyntax/build.xml;
/cvs/web/jspsyntax/build.xml,v  <--  build.xml
new revision: 1.53; previous revision: 1.52
done
Comment 2 Marek Fukala 2007-01-05 10:58:54 UTC
Tome, the coloring part is fixed, can you fix the completion? QE wants this to
be fixed in M6. Thanks.
Comment 3 Tomasz Slota 2007-01-05 11:23:39 UTC
it's been already fixed before (no issue #)
Comment 4 Jindrich Sedek 2007-05-10 08:49:55 UTC
verified.