CF Comments have white background after update and I can't figure out how to fix it...

17 views
Skip to first unread message

Nick

unread,
Nov 16, 2009, 2:02:29 PM11/16/09
to CFEclipse Users
I use a light on black code coloring scheme and after an update of
cfeclipse this morning the coldfusion comments (<!--- --->) now have a
white background. I have gone through every setting and the settings
files in my workspace looking for anything that has white for it's
background and I can't find it. This does not happen on HTM comments
(two dashes instead of 3...) so I'm curious if anyone knows why.

I can't be the only person that doesn't like white backgrounds...

Jim Priest

unread,
Nov 16, 2009, 2:09:33 PM11/16/09
to cfeclip...@googlegroups.com
On Mon, Nov 16, 2009 at 2:02 PM, Nick <nsch...@gmail.com> wrote:
> I use a light on black code coloring scheme and after an update of
> cfeclipse this morning the coldfusion comments (<!--- --->) now have a

Can you provide us with more detail on your setup?

http://trac.cfeclipse.org/cfeclipse/wiki/ReportingBugs
------------
When submitting a bug or if you email the mailing list with an issue,
please provide as much information as possible:

* Eclipse version: Help > About Eclipse SDK
* CFEclipse version: Help > About Eclipse SDK > Plug-in Details
* Java version: From a command line type "java -version"
* OS - Windows? OSX? Linux?
* Error log information
------------

Jim

atomi

unread,
Nov 16, 2009, 2:12:02 PM11/16/09
to cfeclip...@googlegroups.com
Check the file at
Workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.cfeclipse.cfml.prefs
I have a dark background too. Here's mine:

#Thu Oct 22 02:28:40 PDT 2009
overviewRuler=false
cfkeywordColor=236,108,30
cfeclipse.editor.insightDelay=50
cfscriptKeywordColor=194,12,48
cftaglibColor=64,128,128
htmTagColor=241,196,54
AbstractTextEditor.Color.Background=25,25,25
cfscriptfunctionColor=135,240,37
stringColor=0,128,192
__parseVariables=false
AbstractTextEditor.Navigation.SmartHomeEnd=true
cftagColor=236,108,30
eclipse.preferences.version=1
cfnumberColor=204,0,102
AbstractTextEditor.Color.SelectionBackground=51,51,51
cfscriptStringColor=0,128,192
cfscriptTextColor=128,128,0
cfcommentBackgroundColor=25,25,25
cfcommentColor=129,70,162
currentLineColor=51,51,51
cfeclipse.editor.rTrimOnSave=true
cfstringColor=53,122,143
defaultTextColor=135,240,37
enableCodeFolding=false
> --
> For more information on CFEclipse visit: cfeclipse.org
> For support, FAQ and tips and tricks visit: trac.cfeclipse.org
>
> You are subscribed to the Google Groups "CFEclipse Users" group.
> To post send email to: cfeclip...@googlegroups.com
> To unsubscribe send email to: cfeclipse-use...@googlegroups.com
> For more options, visit this group online: http://groups.google.com/group/cfeclipse-users?hl=en
>

Marc Esher

unread,
Nov 16, 2009, 2:22:19 PM11/16/09
to cfeclip...@googlegroups.com
you can change the comment color background in window -- preferences
-- cfeclipse -- editor -- cfml colours

you'll see a "cfml comment background" option which is the 3rd box down.

Marc

Randy

unread,
Nov 16, 2009, 2:23:54 PM11/16/09
to CFEclipse Users
Pop quiz... how do you do a transparent background.... ? or basically
not have a background on the comment... ?

Randy

Marc Esher

unread,
Nov 16, 2009, 2:27:23 PM11/16/09
to cfeclip...@googlegroups.com
No idea. I'm the one who introduced the "white" bug by changing the
default color from green to white. at the time (last january), it
didn't look like there was an easy way to tell the color configurator
"no color". Denny... any ideas?

marc

Nick

unread,
Nov 16, 2009, 2:45:09 PM11/16/09
to CFEclipse Users
I have it set to black there, and this is my .prefs file. There are
no background options besides the Selection system default boolean and
AbstractTextEditor setting (which is black...)

http://trac.cfeclipse.org/cfeclipse/wiki/ReportingBugs (seems to be
broke?)

Eclipse Version: 3.3.2
Build id: M20080221-1800

CFEclipse Plugin: 1.3.4.200906240705

Other plugins:
Aptana: 1.0.1.004323
Mylyn: 2.1.0v20070927-0900
Eclipse Monkey: 1.0.1.004323

Other Eclipse specific plugins (RCP, Java, Graphical editing, etc.)...
if you need those I can provide the versions as well.

------------------------------------------------------------------------------------
#Mon Nov 16 11:23:36 EST 2009
lineNumberColor=0,0,0
SQLTextColor=255,255,255
cfeclipse.editor.warnReadOnlyFiles=false
SQLOperatorColor=255,255,128
htmTableTagColor=128,255,255
AbstractTextEditor.Color.SelectionForeground.SystemDefault=false
SQLCommentColor=128,128,255
unknowTagColors=0,255,255
SQLStringColor=128,255,128
cfstringColor=128,255,128
cfnumberColor=255,255,128
cfkeywordColor=32,197,251
htmFormTagColor=255,128,192
AbstractTextEditor.Navigation.SmartHomeEnd=true
htmTagColor=18,214,224
cfscriptKeywordColor=0,255,255
cfscriptTextColor=255,255,255
primaryBrowserPath= (workplace path removed)
AbstractTextEditor.Color.SelectionBackground.SystemDefault=false
__autoIndentOnTagClose=true
SQLKeywordColor=128,255,255
__autoCloseBrackets=false
AbstractTextEditor.Color.Background=0,0,0
currentLine=false
org.cfeclipse.cfml.templateeditor.customtemplates=<?xml version\="1.0"
encoding\="UTF-8" standalone\="no"?><templates/>
__autoCloseTags=false
javascriptColor=128,128,255
currentLineColor=128,128,128
cssTextColor=255,128,64
__autoCloseDoubleQuotes=false
htmCommentColor=192,192,192
cftaglibColor=128,128,255
lineNumberRuler=true
AnyEditTools.tabs.color=128,128,128
defaultTextColor=255,255,255
eclipse.preferences.version=1
__autoCloseSingleQuotes=false
cfscriptStringColor=128,255,128
cftagColor=0,255,255
cfeclipse.editor.insightDelay=300
__autoCloseHashes=false
stringColor=128,255,128
org.cfeclipse.cfml.customtemplates=<?xml version\="1.0" encoding
\="UTF-8" standalone\="no"?><templates/>
cfscriptfunctionColor=0,128,255
AnyEditTools.spaces.color=0,0,0
__autoCloseParens=false
cfcommentColor=192,192,192

------------------------------------------------------------------------------------

Nick

unread,
Nov 30, 2009, 11:21:47 AM11/30/09
to CFEclipse Users
More info...

java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)

Windows XP SP3 (Microsoft Windows XP [Version 5.1.2600])
Reply all
Reply to author
Forward
0 new messages