Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] How to "subscribe" to bugzilla components. (was: XML editor Content Assist set to unconstrained?)


Is there ever!

Once you log-on to your bugzilla account (which you need to open bugs anyway),
You'll see an "Edit:  Prefs"  option at bottom,
Follow that link, next page has several tabs, pick "Email" tab.
There you will see "Users to watch"
We follow the convention that components have an "inbox" when bugs initially
opened. For example,
wst.xml-inbox@xxxxxxxxxxx
would be the "user to watch" for new bugs in XML.

If you get a notification of a new bug you want to follow every
step of (even when no longer belongs to 'inbox'), you have to
add yourself to CC list on the bug itself.

Now ... isn't that intuitive :)





"Max Rydahl Andersen" <max.andersen@xxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

04/15/2005 02:02 PM

Please respond to
"General discussion of project-wide or architectural issues."

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [wtp-dev] XML editor Content Assist set to unconstrained?






While on this issue, is there any way to be notified when cases are  
created in eclipse
bug system regarding certain categories ? Like the xml and related  
components ?

-max

> Yep, feature request is most appropriate, we'll discuss issues there.
> (You might search for "constrained" ... I think I recall some discussion
> already, but not sure if there or on newsgroup).
>
> In short, content assist was left unconstrained, since there's other,
> more guided ways to add from constrained list ... 'insert element'
> I believe it its.
>
> So, let's continue disucssion alternatives/improvements in feaure
> requests.
>
> David
>
>
>
>
> Steen Lehmann <slehmann@xxxxxxxxxx>
> Sent by: wtp-dev-bounces@xxxxxxxxxxx
> 04/15/2005 08:56 AM
> Please respond to
> "General discussion of project-wide or architectural issues."
>
>
> To
> "General discussion of project-wide or architectural issues."
> <wtp-dev@xxxxxxxxxxx>
> cc
>
> Subject
> [wtp-dev] XML editor Content Assist set to unconstrained?
>
>
>
>
>
>
> I'm using the latest WST plugins built from HEAD, and am trying to find
> out why the content assist makes many more suggestions than might be
> expected, e.g. for a content model with a sequence (A?, B?, C?), the
> content assist will always suggest A, B and C regardless of the existing
> content (e.g. B and C may already be present).
>
> This turns out to be partly because AbstractContentAssistProcessor:1593
> (in o.e.wst.xml.ui.internal.contentassist) hardcodes the value
> ModelQuery.EDIT_MODE_UNCONSTRAINED in all calls to getInsertActions,
> which returns actions for the legal completions, and is perfectly
> capable of filtering out suggestions for existing content - with the
> exception mentioned below :)
>
> Setting the value to EDIT_MODE_CONSTRAINED_STRICT is better, but runs
> into another issue. The text used for starting the completion ('<') is
> erroneously considered #PCDATA, and so all suggestions are evaluated as
> invalid by the schema validator used to sieve away illegal suggestions
> (this happens in DOMValidator.createContentSpecification:144, in
> xml.core.internal.contentmodel.internal.util).
>
> Is someone working on this? Because of the recent package moves I'm
> unable to see the Resource History on any of these files, so I can't
> really tell. If not, I'll open a bug and attach a patch, if necessary.
>
> Kind regards,
>
> -- Steen
>
> Steen Lehmann
> Software Engineer Consultant
> Novell Identity Applications Group
> _______________________________________________
> wtp-dev mailing list
> wtp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-dev
>



--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
max@xxxxxxxxxxxxx
http://hibernate.org

JBoss Inc
max.andersen@xxxxxxxxx
http://jboss.com
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top