- This topic has 2 replies, 2 voices, and was last updated 18 years, 4 months ago by atolopko.
-
AuthorPosts
-
atolopkoMemberHow can I configure the color of JSF EL expressions that use deferred syntax within my JSP editor?
For example:<h:inputText id="name" value="#{bean.name}"/>
The “#{bean.name}” text shows up in a dark color, which is almost
invisible to me, due to my background being set to black. I cannot find a way
to configure the foreground color of this content type in any of “{JSP, XML, HTML} styles” configuration
windows in Eclipse’s Preferences dialog. I’ve read
https://www.genuitec.com/forums/topic/xml-syntax-highlighting/#post-228095,
but this doesn’t appear to have the information I need.thanks,
@*** Date: Thu Jun 29 12:47:29 EST 2006
*** System properties:
OS=Linux
OS version=2.6.16-gentoo-r3
Java version=1.5.0_02*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060309-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
linux
-ws
gtk
-arch
x86
-launcher
/usr/local/eclipse/eclipse
-name
Eclipse
-showsplash
600
-exitdata
20001
-vm
/opt/SUNWappserver/jdk/bin/java
support-eugeneMemberThis color is currently set on following preference page: General->Editors->Test Editors/Foreground color
I filed a bug report for adding a separate setting for this but it is unlikely we will add this feature this late on our M2 development cycle.
atolopkoMemberThank you for the pointer, however “General->Editors->Text Editors/Foreground color” does not seem to affect the color of *deferred* EL expressions in the JSP editor. Note that deferred EL expressions “#{…}” have a color setting that is distinct from normal EL expressions “${…}”, and I can configure the color of normal EL expressions.
thanks for any additional help,
@ -
AuthorPosts