- This topic has 5 replies, 4 voices, and was last updated 12 years, 6 months ago by support-swapna.
-
AuthorPosts
-
bsavardnokMemberIf I add any kind of HTML element in design mode (by choosing “Open With”->”MyEclipse HTML Designer”), it add them in all upper case. Eg “<TABLE>”, “<P>”, etc.
This causes tons of validation errors to show and they all say “Tag name (TABLE) uses wrong case character.”.This happens whether or not I use
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/Dtd/xhtml1-strict.dtd”>
or
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/Dtd/xhtml1-transitional.dtd”>This is really annoying since I end up with a screen full of yellow squiggly lines.
Here’s my config in case it matters:
*** Date: Tue Mar 28 11:16:19 EST 2006
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060228-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Graphical Editing Framework
Version: 3.1
Build id: 200509301327Eclipse Platform
Version: 3.1.2.200601181600
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2.200601181600
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.2.200601181600
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.2.200601181600
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.2.200601181600
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse3.1\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
15c_3c
-data
C:\eclipse3.1workspace
-vm
c:\coding\java\jdk1.5.0_06\jre\bin\javaw.exe
Scott AndersonParticipantYou can configure the case used through the preference at:
Window > Preferences > MyEclipse > Editors > HTML > HTML Source > Preferred markup case…
bsavardnokMemberThat’s exactly what I needed!
ahkricMember@bsavard wrote:
That’s exactly what I needed!
@support-scott wrote:
You can configure the case used through the preference at:
Window > Preferences > MyEclipse > Editors > HTML > HTML Source > Preferred markup case…i did that but it didnt work imma try again. i even restarted computer
ahkricMember@ahkric wrote:
@bsavard wrote:
That’s exactly what I needed!
@support-scott wrote:
You can configure the case used through the preference at:
Window > Preferences > MyEclipse > Editors > HTML > HTML Source > Preferred markup case…i did that but it didnt work imma try again. i even restarted computer
im using helio, i have no Window > Preferences > MyEclipse >
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorahkric,
Can you check under Window > Preferences > Web > HTML Files > Editor for the option ?
-
AuthorPosts