Skip to main content



      Home
Home » Archived » XML Schema Definition (XSD) » Foregrownd color issue at "=" sign
Foregrownd color issue at "=" sign [message #76950] Sun, 15 February 2009 09:15 Go to next message
Eclipse UserFriend
Hello team,

I'm corrently working on a XML schema using XSD editor. I have notice that
the whenever I type the "=" sign it becomes invisible (it's there but with
foregrownd color == backgrownd)

I went to preferences coloring, templates,...hoping to see some entry with
foregrownd = white or = backgrownd but I did not find any. I have also
looked in the news group for keys like preferences or coloring, but again
unsuccesfully.

here is an example:

<xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
<xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)

Many thanks,

Jorge
Re: Foregrownd color issue at "=" sign [message #76964 is a reply to message #76950] Sun, 15 February 2009 09:23 Go to previous messageGo to next message
Eclipse UserFriend
Jorge,

The XSD project only provides the model and a crude editor. WTP
provides the fancy editor, so best to ask there. I've added it to the
"to" list of the reply, so no need to repost.


Jorge Dieguez wrote:
> Hello team,
>
> I'm corrently working on a XML schema using XSD editor. I have notice
> that the whenever I type the "=" sign it becomes invisible (it's there
> but with foregrownd color == backgrownd)
>
> I went to preferences coloring, templates,...hoping to see some entry
> with foregrownd = white or = backgrownd but I did not find any. I have
> also looked in the news group for keys like preferences or coloring,
> but again unsuccesfully.
>
> here is an example:
>
> <xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
> <xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)
>
> Many thanks,
>
> Jorge
>
Re: Foregrownd color issue at "=" sign [message #76977 is a reply to message #76964] Mon, 16 February 2009 09:33 Go to previous messageGo to next message
Eclipse UserFriend
Ed Merks wrote:
> Jorge,
>
> The XSD project only provides the model and a crude editor. WTP
> provides the fancy editor, so best to ask there. I've added it to the
> "to" list of the reply, so no need to repost.
>
>
> Jorge Dieguez wrote:
>> Hello team,
>>
>> I'm corrently working on a XML schema using XSD editor. I have notice
>> that the whenever I type the "=" sign it becomes invisible (it's there
>> but with foregrownd color == backgrownd)
>>
>> I went to preferences coloring, templates,...hoping to see some entry
>> with foregrownd = white or = backgrownd but I did not find any. I have
>> also looked in the news group for keys like preferences or coloring,
>> but again unsuccesfully.
>>
>> here is an example:
>>
>> <xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
>> <xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)
>>
>> Many thanks,
>>
>> Jorge
>>

Coloring of the foreground of the equals sign is very new, and
settable from the XML Syntax Coloring preference page. By default,
though, it's set to be the same as regular content. Which version
of WTP do you have installed, and are you certain that its editor is
the one you're opening?

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
Re: Foregrownd color issue at "=" sign [message #76989 is a reply to message #76977] Mon, 16 February 2009 15:32 Go to previous messageGo to next message
Eclipse UserFriend
Nitin Dahyabhai wrote:

> Ed Merks wrote:
>> Jorge,
>>
>> The XSD project only provides the model and a crude editor. WTP
>> provides the fancy editor, so best to ask there. I've added it to the
>> "to" list of the reply, so no need to repost.
>>
>>
>> Jorge Dieguez wrote:
>>> Hello team,
>>>
>>> I'm corrently working on a XML schema using XSD editor. I have notice
>>> that the whenever I type the "=" sign it becomes invisible (it's there
>>> but with foregrownd color == backgrownd)
>>>
>>> I went to preferences coloring, templates,...hoping to see some entry
>>> with foregrownd = white or = backgrownd but I did not find any. I have
>>> also looked in the news group for keys like preferences or coloring,
>>> but again unsuccesfully.
>>>
>>> here is an example:
>>>
>>> <xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
>>> <xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)
>>>
>>> Many thanks,
>>>
>>> Jorge
>>>

> Coloring of the foreground of the equals sign is very new, and
> settable from the XML Syntax Coloring preference page. By default,
> though, it's set to be the same as regular content. Which version
> of WTP do you have installed, and are you certain that its editor is
> the one you're opening?

Hi Nitin,

I'm not able to see the coloring of the foreground for the equals sign in
the XML preference.

I have WST 1.4.0.v200802280619 (this was installed as part of JEE Eclipse
package).

I'm using the editor which opens XML-schema files i.e. clicking on the xsd
file. whether this is the right editor (actually) I don't know.

Many thanks,

Jorge
Re: Foregrownd color issue at "=" sign [message #77177 is a reply to message #76989] Wed, 18 February 2009 17:06 Go to previous messageGo to next message
Eclipse UserFriend
Jorge Dieguez wrote:
> Nitin Dahyabhai wrote:
>
>> Ed Merks wrote:
>>> Jorge,
>>>
>>> The XSD project only provides the model and a crude editor. WTP
>>> provides the fancy editor, so best to ask there. I've added it to the
>>> "to" list of the reply, so no need to repost.
>>>
>>>
>>> Jorge Dieguez wrote:
>>>> Hello team,
>>>>
>>>> I'm corrently working on a XML schema using XSD editor. I have
>>>> notice that the whenever I type the "=" sign it becomes invisible
>>>> (it's there but with foregrownd color == backgrownd)
>>>>
>>>> I went to preferences coloring, templates,...hoping to see some
>>>> entry with foregrownd = white or = backgrownd but I did not find
>>>> any. I have also looked in the news group for keys like preferences
>>>> or coloring, but again unsuccesfully.
>>>>
>>>> here is an example:
>>>>
>>>> <xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
>>>> <xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)
>>>>
>>>> Many thanks,
>>>>
>>>> Jorge
>>>>
>
>> Coloring of the foreground of the equals sign is very new, and
>> settable from the XML Syntax Coloring preference page. By default,
>> though, it's set to be the same as regular content. Which version of
>> WTP do you have installed, and are you certain that its editor is the
>> one you're opening?
>
> Hi Nitin,
>
> I'm not able to see the coloring of the foreground for the equals sign
> in the XML preference.
> I have WST 1.4.0.v200802280619 (this was installed as part of JEE
> Eclipse package).
>
> I'm using the editor which opens XML-schema files i.e. clicking on the
> xsd file. whether this is the right editor (actually) I don't know.
>
> Many thanks,
>
> Jorge
>

You can select which editor you open a file with by right clicking on it
and selecting "open with". That will also show you what the default
editor is.
Re: Foregrownd color issue at "=" sign [message #77320 is a reply to message #76989] Thu, 19 February 2009 12:35 Go to previous message
Eclipse UserFriend
Jorge Dieguez wrote:
> Nitin Dahyabhai wrote:
>> Coloring of the foreground of the equals sign is very new, and
> I have WST 1.4.0.v200802280619 (this was installed as part of JEE
> Eclipse package).

You're not running the newer milestones with this feature. You'll
see it in Galileo and WTP 3.1.

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
Re: Foregrownd color issue at "=" sign [message #603625 is a reply to message #76950] Sun, 15 February 2009 09:23 Go to previous message
Eclipse UserFriend
Jorge,

The XSD project only provides the model and a crude editor. WTP
provides the fancy editor, so best to ask there. I've added it to the
"to" list of the reply, so no need to repost.


Jorge Dieguez wrote:
> Hello team,
>
> I'm corrently working on a XML schema using XSD editor. I have notice
> that the whenever I type the "=" sign it becomes invisible (it's there
> but with foregrownd color == backgrownd)
>
> I went to preferences coloring, templates,...hoping to see some entry
> with foregrownd = white or = backgrownd but I did not find any. I have
> also looked in the news group for keys like preferences or coloring,
> but again unsuccesfully.
>
> here is an example:
>
> <xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
> <xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)
>
> Many thanks,
>
> Jorge
>
Re: Foregrownd color issue at "=" sign [message #603627 is a reply to message #76964] Mon, 16 February 2009 09:33 Go to previous message
Eclipse UserFriend
Ed Merks wrote:
> Jorge,
>
> The XSD project only provides the model and a crude editor. WTP
> provides the fancy editor, so best to ask there. I've added it to the
> "to" list of the reply, so no need to repost.
>
>
> Jorge Dieguez wrote:
>> Hello team,
>>
>> I'm corrently working on a XML schema using XSD editor. I have notice
>> that the whenever I type the "=" sign it becomes invisible (it's there
>> but with foregrownd color == backgrownd)
>>
>> I went to preferences coloring, templates,...hoping to see some entry
>> with foregrownd = white or = backgrownd but I did not find any. I have
>> also looked in the news group for keys like preferences or coloring,
>> but again unsuccesfully.
>>
>> here is an example:
>>
>> <xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
>> <xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)
>>
>> Many thanks,
>>
>> Jorge
>>

Coloring of the foreground of the equals sign is very new, and
settable from the XML Syntax Coloring preference page. By default,
though, it's set to be the same as regular content. Which version
of WTP do you have installed, and are you certain that its editor is
the one you're opening?

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
Re: Foregrownd color issue at "=" sign [message #603629 is a reply to message #76977] Mon, 16 February 2009 15:32 Go to previous message
Eclipse UserFriend
Nitin Dahyabhai wrote:

> Ed Merks wrote:
>> Jorge,
>>
>> The XSD project only provides the model and a crude editor. WTP
>> provides the fancy editor, so best to ask there. I've added it to the
>> "to" list of the reply, so no need to repost.
>>
>>
>> Jorge Dieguez wrote:
>>> Hello team,
>>>
>>> I'm corrently working on a XML schema using XSD editor. I have notice
>>> that the whenever I type the "=" sign it becomes invisible (it's there
>>> but with foregrownd color == backgrownd)
>>>
>>> I went to preferences coloring, templates,...hoping to see some entry
>>> with foregrownd = white or = backgrownd but I did not find any. I have
>>> also looked in the news group for keys like preferences or coloring,
>>> but again unsuccesfully.
>>>
>>> here is an example:
>>>
>>> <xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
>>> <xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)
>>>
>>> Many thanks,
>>>
>>> Jorge
>>>

> Coloring of the foreground of the equals sign is very new, and
> settable from the XML Syntax Coloring preference page. By default,
> though, it's set to be the same as regular content. Which version
> of WTP do you have installed, and are you certain that its editor is
> the one you're opening?

Hi Nitin,

I'm not able to see the coloring of the foreground for the equals sign in
the XML preference.

I have WST 1.4.0.v200802280619 (this was installed as part of JEE Eclipse
package).

I'm using the editor which opens XML-schema files i.e. clicking on the xsd
file. whether this is the right editor (actually) I don't know.

Many thanks,

Jorge
Re: Foregrownd color issue at "=" sign [message #604031 is a reply to message #76989] Wed, 18 February 2009 17:06 Go to previous message
Eclipse UserFriend
Jorge Dieguez wrote:
> Nitin Dahyabhai wrote:
>
>> Ed Merks wrote:
>>> Jorge,
>>>
>>> The XSD project only provides the model and a crude editor. WTP
>>> provides the fancy editor, so best to ask there. I've added it to the
>>> "to" list of the reply, so no need to repost.
>>>
>>>
>>> Jorge Dieguez wrote:
>>>> Hello team,
>>>>
>>>> I'm corrently working on a XML schema using XSD editor. I have
>>>> notice that the whenever I type the "=" sign it becomes invisible
>>>> (it's there but with foregrownd color == backgrownd)
>>>>
>>>> I went to preferences coloring, templates,...hoping to see some
>>>> entry with foregrownd = white or = backgrownd but I did not find
>>>> any. I have also looked in the news group for keys like preferences
>>>> or coloring, but again unsuccesfully.
>>>>
>>>> here is an example:
>>>>
>>>> <xsd:element name="order" type="ppo:PurchaseOrder"/> (what I wrote)
>>>> <xsd:element name "order" type "ppo:PurchaseOrder"/> (what I see)
>>>>
>>>> Many thanks,
>>>>
>>>> Jorge
>>>>
>
>> Coloring of the foreground of the equals sign is very new, and
>> settable from the XML Syntax Coloring preference page. By default,
>> though, it's set to be the same as regular content. Which version of
>> WTP do you have installed, and are you certain that its editor is the
>> one you're opening?
>
> Hi Nitin,
>
> I'm not able to see the coloring of the foreground for the equals sign
> in the XML preference.
> I have WST 1.4.0.v200802280619 (this was installed as part of JEE
> Eclipse package).
>
> I'm using the editor which opens XML-schema files i.e. clicking on the
> xsd file. whether this is the right editor (actually) I don't know.
>
> Many thanks,
>
> Jorge
>

You can select which editor you open a file with by right clicking on it
and selecting "open with". That will also show you what the default
editor is.
Re: Foregrownd color issue at "=" sign [message #604075 is a reply to message #76989] Thu, 19 February 2009 12:35 Go to previous message
Eclipse UserFriend
Jorge Dieguez wrote:
> Nitin Dahyabhai wrote:
>> Coloring of the foreground of the equals sign is very new, and
> I have WST 1.4.0.v200802280619 (this was installed as part of JEE
> Eclipse package).

You're not running the newer milestones with this feature. You'll
see it in Galileo and WTP 3.1.

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
Previous Topic:copy xsd type definition from one schema to another
Next Topic:Question Regarding Schemas in WSDL
Goto Forum:
  


Current Time: Wed May 21 11:41:48 EDT 2025

Powered by FUDForum. Page generated in 0.04114 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top