Home » Archived » XML Schema Definition (XSD) » Foregrownd color issue at "=" sign
Foregrownd color issue at "=" sign [message #76950] |
Sun, 15 February 2009 09:15  |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Goto Forum:
Current Time: Wed May 21 18:30:00 EDT 2025
Powered by FUDForum. Page generated in 0.06125 seconds
|