facebook

HTML/JSP formatter changed in 5.1.1?

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #266960 Reply

    My issue has just arisen today after I upgraded from 5.1 to 5.1.1. Previously the HTML code formatter formated everything like I wanted it to. With 5.1.1 the formatting does not format regular HTML tags properly. However all the JSP EL tags seems to be formatted properly.

    Namespace definition:
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221;
    xmlns:ui=”http://java.sun.com/jsf/facelets&#8221;
    xmlns:h=”http://java.sun.com/jsf/html&#8221;
    xmlns:c=”http://java.sun.com/jstl/core&#8221;
    xmlns:f=”http://java.sun.com/jsf/core&#8221;
    xmlns:t=”http://myfaces.apache.org/tomahawk&#8221;
    xmlns:j=”http://sourceforge.net/projects/jsf-comp”&gt;

    The editor now triggers exclamation marks for all regular HTML tags like <div> stating that it is an unknown tag.

    Questions:
    – May this be related to the editor not supporting XHTML properly?
    – Do I need a second namespace definition to make the editor read regular HTML tags properly?
    – Has anybody else experienced this? Might it be an upgrade/installation issue?

    Installation summary:
    *** Date:
    05 March 2007 14:57:17 o’clock CET

    ** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_10

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 5.1.1 GA
    Build id: 20070302-5.1.1-GA

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.1.1 GA
    Build id: 20070302-5.1.1-GA

    Eclipse Platform

    Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
    Build id: M20070212-1330

    Eclipse RCP

    Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
    Build id: M20060921-0945

    Eclipse Java Development Tools

    Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
    Build id: M20060921-0945

    Eclipse Plug-in Development Environment

    Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
    Build id: M20060921-0945

    Eclipse Project SDK

    Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
    Build id: M20070212-1330

    Eclipse Graphical Editing Framework

    Version: 3.2.2.v20070208
    Build id: 20070208-1315

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\Program Files\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    f00_6c
    -product
    com.genuitec.myeclipse.product.ide
    -vm
    C:\WINDOWS\system32\javaw.exe

    Edit: forgot to put in installation summary

    #266987 Reply

    Riyad Kalla
    Member

    – May this be related to the editor not supporting XHTML properly?
    – Do I need a second namespace definition to make the editor read regular HTML tags properly?
    – Has anybody else experienced this? Might it be an upgrade/installation issue?

    You are correct, the editor doesn’t completely understand XHTML yet but it’s something we are looking at adding very soon.

    #267029 Reply

    I understand from reading posts here in the forum that this XHTML functionality is being worked on.

    The only strange thing for me is that this formatting worked perfectly in 5.1, but now in 5.1.1 it is not working properly at all. Is there a simple workaround available for me to get this formatting back to 5.1?

    #267041 Reply

    Riyad Kalla
    Member

    Unfortunately no not at this time, it’s likely that some minor changes under the covers to get us closer to XHTML support is what cuased the change.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: HTML/JSP formatter changed in 5.1.1?

You must be logged in to post in the forum log in