<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>pdt-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/maillist.html</link>
		<description>pdt-dev</description>
		<language>en-us</language>
		<pubDate>Tue, 24 Nov 2009 17:00:47 GMT</pubDate>
		<lastBuildDate>Tue, 24 Nov 2009 17:00:47 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>pdt-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[pdt-dev] PDT incubator review was successful</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01181.html</link>
		<description> Hi, PDT incubator project passed the review phase, will be announced shortly.   Regards, Roy     </description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } ">





<div class=Section1>

<p class=MsoNormal>Hi,<o:p></o:p></p>

<p class=MsoNormal>PDT incubator project passed the review phase, will be
announced shortly.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Regards,<o:p></o:p></p>

<p class=MsoNormal>Roy<o:p></o:p></p>

<p class=MsoNormal>&nbsp;<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>




</td></tr></table>]]></content:encoded>
		<pubDate>Tue, 24 Nov 2009 16:55:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01181.html</guid>
		<author>roy@xxxxxxx (Roy Ganor)</author>
	</item>


	<item>
		<title>Re: [pdt-dev] Getting cursor position in current editor</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01180.html</link>
		<description> thanks, got it working using the ITextSelection. -robert Am 11/19/09 2:04 AM, schrieb &amp;#xE8;&amp;#xE5;&amp;#xE4;: </description>
		<content:encoded><![CDATA[<table width="100%"><tr><td bgcolor="#ffffff" style="background-color: #ffffff; color: #000000; "><font color="#000000">



thanks, got it working using the ITextSelection.<br>
<br>
-robert<br>
<br>
Am 11/19/09 2:04 AM, schrieb &#xE8;&#xE5;&#xE4;:
<blockquote
 cite=""
 type="cite">it seems that you can get the cursor position from current
ISelection.if you does not select anything and the ISelection is
instanceof ITextSelection,you can see ITextSelection.getLength() return
0,and ITextSelection.getOffset() is the cursor position.
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
pdt-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pdt-dev@xxxxxxxxxxx">pdt-dev@xxxxxxxxxxx</a>
<a class="moz-txt-link-freetext" href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>
  </pre>
</blockquote>
<br>


</font></td></tr></table>]]></content:encoded>
		<pubDate>Thu, 19 Nov 2009 09:22:19 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01180.html</guid>
		<author>robert@xxxxxxx (Robert Gr&#xC3;ndler)</author>
	</item>


	<item>
		<title>Re: [pdt-dev] Getting cursor position in current editor</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01179.html</link>
		<description>it seems that you can get the cursor position from current ISelection.if you does not select anything and the ISelection is instanceof ITextSelection,you can see ITextSelection.getLength() return 0,and ITextSelection.getOffset() is the cursor position. </description>
		<content:encoded><![CDATA[it seems that you can get the cursor position from current ISelection.if you does not select anything and the ISelection is instanceof ITextSelection,you can see ITextSelection.getLength() return 0,and ITextSelection.getOffset() is the cursor position.
]]></content:encoded>
		<pubDate>Thu, 19 Nov 2009 01:04:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01179.html</guid>
		<author>zhaozhongwei@xxxxxxx (&#xE8;&#xE5;&#xE4;)</author>
	</item>
	<item>
		<title>[pdt-dev] Getting cursor position in current editor</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01178.html</link>
		<description>Hi all, i'm struggling with a simple task yet again;) Does anyone know how i can get the cursor position of the current active editor ? I've created a Handler (extends AbstractHandler) where i can get the IEditorPart, the current ISelection etc, but i have...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi all,</pre><br>
<pre style="margin: 0em;">i'm struggling with a simple task yet again;)</pre><br>
<tt>Does anyone know how i can get the cursor position of the current active 
editor ?</tt><br>
<br>
<tt>I've created a Handler (extends AbstractHandler) where i can get the 
IEditorPart, the current ISelection etc,<br>
but i have no clue where i can access the current cursor position, ie 
offset in the document.</tt><br>
<br>
<tt>I'm trying to switch between documents with keyboard shortcuts, so i've 
added the following extension<br>
to my plugin:</tt><br>
<br>
<pre style="margin: 0em;">&lt;extension
         point=&quot;org.eclipse.ui.handlers&quot;&gt;
&lt;handler
            class=&quot;com.dubture.cpdt.internal.handlers.SwitchViewHandler&quot;
            commandId=&quot;com.dubture.cpdt.ui.command&quot;&gt;
&lt;/handler&gt;
&lt;/extension&gt;</pre><br>
<tt><br>The SwitchViewHandler extends AbstractHandler, and there i would need to 
access the cursor position.</tt><br>
<br>
<pre style="margin: 0em;"><br>thanks a lot,</pre><br>
<pre style="margin: 0em;">-robert</pre><br>
]]></content:encoded>
		<pubDate>Wed, 18 Nov 2009 21:14:44 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01178.html</guid>
		<author>robert@xxxxxxx (Robert Gr&#xFC;ndler)</author>
	</item>


	<item>
		<title>Re: [pdt-dev] A change in WTP WST Web Developer Feature</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01177.html</link>
		<description>Sorry, the last email I sent in error to Your address. Please ignore it. I am sorry, Varga S&amp;#xE1;ndor. ----- Original Message ----- From: &amp;quot;David M Williams&amp;quot; &amp;lt;david_williams@xxxxxxxxxx&amp;gt; To: &amp;quot;PDT Developers&amp;quot; &amp;lt;pdt-dev@xxxxxxxxxxx&amp;gt; Sent: Monday, November 16, 2009 ...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Sorry, the last email I sent in error to Your address.
Please ignore it. I am sorry,
Varga S&#xE1;ndor.</pre><br>
<tt><br>----- Original Message ----- 
From: &quot;David M Williams&quot; &lt;david_williams@xxxxxxxxxx&gt;<br>
To: &quot;PDT Developers&quot; &lt;pdt-dev@xxxxxxxxxxx&gt;<br>
Sent: Monday, November 16, 2009 9:34 AM<br>
Subject: RE: [pdt-dev] A change in WTP WST Web Developer Feature</tt><br>
<br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Since most php developers see a value in wst.ws.feature
</tt></blockquote><pre style="margin: 0em;"><br>That is interesting ... I'd like to learn more what the use-case is ... I
was under the impression they were not usable without the jst.ws features
also. Perhaps I am missing something.</pre><br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">From:
&quot;Roy Ganor&quot; &lt;roy@xxxxxxxx&gt;
To:
&quot;PDT Developers&quot; &lt;pdt-dev@xxxxxxxxxxx&gt;
Date:
11/16/2009 03:11 AM
Subject:
RE: [pdt-dev] A change in WTP WST Web Developer Feature
Sent by:
pdt-dev-bounces@xxxxxxxxxxx</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">Thanks for letting us know David.
Since most php developers see a value in wst.ws.feature features, it
makes sense to add it to the php feature as well.</pre><br>
<pre style="margin: 0em;">Roy
-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [<a  href="mailto:pdt-dev-bounces@xxxxxxxxxxx">mailto:pdt-dev-bounces@xxxxxxxxxxx</a>]
On Behalf Of David M Williams
Sent: Monday, November 16, 2009 8:12 AM
To: PDT Developers
Subject: [pdt-dev] A change in WTP WST Web Developer Feature</pre><br>
<pre style="margin: 0em;">PDT Dev Colleagues,</pre><br>
<pre style="margin: 0em;">As far as I know, PDT is only other Eclipse Project that uses (only) the</pre><br>
<pre style="margin: 0em;">&quot;wst.web*&quot; features (for HTML, JavaScript, CSS, etc).</pre><br>
<pre style="margin: 0em;">For historical reasons that feature has also included some web services
function. We are moving those out of that feature, and into another
(&quot;jst.web*).</pre><br>
<pre style="margin: 0em;">My guess is this does not effect you at all in any way, except to save
about 10 Megabytes from your download.</pre><br>
<pre style="margin: 0em;">But, there certainly are some scenarios where you, or your adopters,
_might_ be effected, such as if extending them in your own special ways,</pre><br>
<pre style="margin: 0em;">and then they would no longer be there automatically. In that case, they</pre><br>
<pre style="margin: 0em;">are still easy to get ... at worst might take another download. If you
do
need it, and need help figuring out the packaging issues, just let me
know
on the bug that describes the work we did:</pre><br>
<pre style="margin: 0em;"><a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151">https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151</a></pre><br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;"><br>_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>_______________________________________________<br>
pdt-dev mailing list<br>
pdt-dev@xxxxxxxxxxx<br>
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a> 
</tt></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 08:44:03 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01177.html</guid>
		<author>vargasandor@xxxxxxx (Varga S&#xE1;ndor)</author>
	</item>
	<item>
		<title>Re: [pdt-dev] A change in WTP WST Web Developer Feature</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01176.html</link>
		<description>Szia Istv&amp;#xE1;n! Itt k&amp;#xFC;ld&amp;#xF6;m az excel t&amp;#xE1;bl&amp;#xE1;zatot, amibol az adatokat felt&amp;#xF6;lt&amp;#xF6;ttem annak idej&amp;#xE9;n. A v&amp;#xE1;lasz igen: megvolt az a nagy ugr&amp;#xE1;s, de &amp;#xE9;n nem tudodm, hogy milyen okb&amp;#xF3;l ered. &amp;#xDC;dv, Sanyi. ----- Original Message ----- From: &amp;quot;David M Williams&amp;quot; &amp;lt;david_williams@x...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Szia Istv&#xE1;n!</pre><br>
<tt>Itt k&#xFC;ld&#xF6;m az excel t&#xE1;bl&#xE1;zatot, amibol az adatokat felt&#xF6;lt&#xF6;ttem annak 
idej&#xE9;n.<br>
A v&#xE1;lasz igen: megvolt az a nagy ugr&#xE1;s, de &#xE9;n nem tudodm, hogy milyen okb&#xF3;l 
ered.</tt><br>
<br>
<pre style="margin: 0em;">&#xDC;dv,
Sanyi.</pre><br>
<tt>----- Original Message ----- 
From: &quot;David M Williams&quot; &lt;david_williams@xxxxxxxxxx&gt;<br>
To: &quot;PDT Developers&quot; &lt;pdt-dev@xxxxxxxxxxx&gt;<br>
Sent: Monday, November 16, 2009 9:34 AM<br>
Subject: RE: [pdt-dev] A change in WTP WST Web Developer Feature</tt><br>
<br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Since most php developers see a value in wst.ws.feature
</tt></blockquote><pre style="margin: 0em;"><br>That is interesting ... I'd like to learn more what the use-case is ... I
was under the impression they were not usable without the jst.ws features
also. Perhaps I am missing something.</pre><br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">From:
&quot;Roy Ganor&quot; &lt;roy@xxxxxxxx&gt;
To:
&quot;PDT Developers&quot; &lt;pdt-dev@xxxxxxxxxxx&gt;
Date:
11/16/2009 03:11 AM
Subject:
RE: [pdt-dev] A change in WTP WST Web Developer Feature
Sent by:
pdt-dev-bounces@xxxxxxxxxxx</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">Thanks for letting us know David.
Since most php developers see a value in wst.ws.feature features, it
makes sense to add it to the php feature as well.</pre><br>
<pre style="margin: 0em;">Roy
-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [<a  href="mailto:pdt-dev-bounces@xxxxxxxxxxx">mailto:pdt-dev-bounces@xxxxxxxxxxx</a>]
On Behalf Of David M Williams
Sent: Monday, November 16, 2009 8:12 AM
To: PDT Developers
Subject: [pdt-dev] A change in WTP WST Web Developer Feature</pre><br>
<pre style="margin: 0em;">PDT Dev Colleagues,</pre><br>
<pre style="margin: 0em;">As far as I know, PDT is only other Eclipse Project that uses (only) the</pre><br>
<pre style="margin: 0em;">&quot;wst.web*&quot; features (for HTML, JavaScript, CSS, etc).</pre><br>
<pre style="margin: 0em;">For historical reasons that feature has also included some web services
function. We are moving those out of that feature, and into another
(&quot;jst.web*).</pre><br>
<pre style="margin: 0em;">My guess is this does not effect you at all in any way, except to save
about 10 Megabytes from your download.</pre><br>
<pre style="margin: 0em;">But, there certainly are some scenarios where you, or your adopters,
_might_ be effected, such as if extending them in your own special ways,</pre><br>
<pre style="margin: 0em;">and then they would no longer be there automatically. In that case, they</pre><br>
<pre style="margin: 0em;">are still easy to get ... at worst might take another download. If you
do
need it, and need help figuring out the packaging issues, just let me
know
on the bug that describes the work we did:</pre><br>
<pre style="margin: 0em;"><a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151">https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151</a></pre><br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;"><br>_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>_______________________________________________<br>
pdt-dev mailing list<br>
pdt-dev@xxxxxxxxxxx<br>
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a> 
</tt></blockquote><p><strong>Attachment:
<a href="xlsyUqiBscSlN.xls" ><tt>HA SJF 2007.xls</tt></a></strong><br>
<em>Description:</em> MS-Excel spreadsheet</p>
]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 08:41:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01176.html</guid>
		<author>vargasandor@xxxxxxx (Varga S&#xE1;ndor)</author>
	</item>
	<item>
		<title>RE: [pdt-dev] A change in WTP WST Web Developer Feature</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01175.html</link>
		<description> That is interesting ... I'd like to learn more what the use-case is ... I was under the impression they were not usable without the jst.ws features also. Perhaps I am missing something. Thanks, From: &amp;quot;Roy Ganor&amp;quot; &amp;lt;roy@xxxxxxxx&amp;gt; To: &amp;quot;PDT Developers&amp;quot; t;pdt-d...</description>
		<content:encoded><![CDATA[<pre>&gt; Since most php developers see a value in wst.ws.feature

That is interesting ... I'd like to learn more what the use-case is ... I 
was under the impression they were not usable without the jst.ws features 
also. Perhaps I am missing something. 

Thanks, 





From:
&quot;Roy Ganor&quot; &lt;roy@xxxxxxxx&gt;
To:
&quot;PDT Developers&quot; &lt;pdt-dev@xxxxxxxxxxx&gt;
Date:
11/16/2009 03:11 AM
Subject:
RE: [pdt-dev] A change in WTP WST Web Developer Feature
Sent by:
pdt-dev-bounces@xxxxxxxxxxx



Thanks for letting us know David.
Since most php developers see a value in wst.ws.feature features, it
makes sense to add it to the php feature as well.

Roy
-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [<a  href="mailto:pdt-dev-bounces@xxxxxxxxxxx">mailto:pdt-dev-bounces@xxxxxxxxxxx</a>]
On Behalf Of David M Williams
Sent: Monday, November 16, 2009 8:12 AM
To: PDT Developers
Subject: [pdt-dev] A change in WTP WST Web Developer Feature

PDT Dev Colleagues, 

As far as I know, PDT is only other Eclipse Project that uses (only) the

&quot;wst.web*&quot; features (for HTML, JavaScript, CSS, etc). 

For historical reasons that feature has also included some web services 
function. We are moving those out of that feature, and into another 
(&quot;jst.web*). 

My guess is this does not effect you at all in any way, except to save 
about 10 Megabytes from your download. 

But, there certainly are some scenarios where you, or your adopters, 
_might_ be effected, such as if extending them in your own special ways,

and then they would no longer be there automatically. In that case, they

are still easy to get ... at worst might take another download. If you
do 
need it, and need help figuring out the packaging issues, just let me
know 
on the bug that describes the work we did: 

<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151">https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151</a>

Thanks, 


_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>




</pre>]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 08:34:22 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01175.html</guid>
		<author>david_williams@xxxxxxx (David M Williams)</author>
	</item>
	<item>
		<title>RE: [pdt-dev] A change in WTP WST Web Developer Feature</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01174.html</link>
		<description>Thanks for letting us know David. Since most php developers see a value in wst.ws.feature features, it makes sense to add it to the php feature as well. Roy -----Original Message----- From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx] O...</description>
		<content:encoded><![CDATA[<pre>Thanks for letting us know David.
Since most php developers see a value in wst.ws.feature features, it
makes sense to add it to the php feature as well.

Roy
-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [<a  href="mailto:pdt-dev-bounces@xxxxxxxxxxx">mailto:pdt-dev-bounces@xxxxxxxxxxx</a>]
On Behalf Of David M Williams
Sent: Monday, November 16, 2009 8:12 AM
To: PDT Developers
Subject: [pdt-dev] A change in WTP WST Web Developer Feature

PDT Dev Colleagues, 

As far as I know, PDT is only other Eclipse Project that uses (only) the

&quot;wst.web*&quot; features (for HTML, JavaScript, CSS, etc). 

For historical reasons that feature has also included some web services 
function. We are moving those out of that feature, and into another 
(&quot;jst.web*). 

My guess is this does not effect you at all in any way, except to save 
about 10 Megabytes from your download. 

But, there certainly are some scenarios where you, or your adopters, 
_might_ be effected, such as if extending them in your own special ways,

and then they would no longer be there automatically. In that case, they

are still easy to get ... at worst might take another download. If you
do 
need it, and need help figuring out the packaging issues, just let me
know 
on the bug that describes the work we did: 

<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151">https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151</a>

Thanks, 


_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>

</pre>]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 08:10:25 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01174.html</guid>
		<author>roy@xxxxxxx (Roy Ganor)</author>
	</item>
	<item>
		<title>[pdt-dev] A change in WTP WST Web Developer Feature</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01173.html</link>
		<description>PDT Dev Colleagues, As far as I know, PDT is only other Eclipse Project that uses (only) the &amp;quot;wst.web*&amp;quot; features (for HTML, JavaScript, CSS, etc). For historical reasons that feature has also included some web services function. We are moving those out of ...</description>
		<content:encoded><![CDATA[<pre>PDT Dev Colleagues, 

As far as I know, PDT is only other Eclipse Project that uses (only) the 
&quot;wst.web*&quot; features (for HTML, JavaScript, CSS, etc). 

For historical reasons that feature has also included some web services 
function. We are moving those out of that feature, and into another 
(&quot;jst.web*). 

My guess is this does not effect you at all in any way, except to save 
about 10 Megabytes from your download. 

But, there certainly are some scenarios where you, or your adopters, 
_might_ be effected, such as if extending them in your own special ways, 
and then they would no longer be there automatically. In that case, they 
are still easy to get ... at worst might take another download. If you do 
need it, and need help figuring out the packaging issues, just let me know 
on the bug that describes the work we did: 

<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151">https://bugs.eclipse.org/bugs/show_bug.cgi?id=295151</a>

Thanks, 



</pre>]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 06:11:48 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01173.html</guid>
		<author>david_williams@xxxxxxx (David M Williams)</author>
	</item>


	<item>
		<title>Re: [pdt-dev] Extending the project wizard</title>
		<link>http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01172.html</link>
		<description>Hi, The plan is to move some code parts from TCL project wizard into base DLTK project wizard. I hope to do it before Christmas. Regards, Alex ----- Original Message ----- From: &amp;quot;Robert Gr&amp;#xC3;ndler&amp;quot; &amp;lt;robert@xxxxxxxxxxx&amp;gt; To: pdt-dev@xxxxxxxxxxx Sent: Saturday,...</description>
		<content:encoded><![CDATA[<pre>Hi,

The plan is to move some code parts from TCL project wizard into base DLTK project wizard.
I hope to do it before Christmas.

Regards,
Alex

----- Original Message -----
From: &quot;Robert Gr&#xC3;ndler&quot; &lt;robert@xxxxxxxxxxx&gt;
To: pdt-dev@xxxxxxxxxxx
Sent: Saturday, November 14, 2009 1:41:44 AM GMT +06:00 Almaty, Novosibirsk
Subject: Re: [pdt-dev] Extending the project wizard

Hi again,

the DLTK team recommended me to have a look at the TCL Project Creation 
wizard, however, it simply
extends the dltk project wizard, which means i would need to implement 
the Project wizard for the framework
completely by scratch, plus re-implement the functionality the php 
project wizard provides right now.

Are there any plans for the near future to implement either the 
wizard-extension points or the solution
recommended by Konstantin using the facet project framework?

best

-robert




Am 11/6/09 6:45 PM, schrieb Michael Spector:
&gt; I think it's a question to DLTK team, since PDT extends DLTK's project wizard.
&gt;
&gt; Best regards,
&gt; Michael
&gt;
&gt; On Fri, Nov 6, 2009 at 7:37 PM, Konstantin Komissarchik
&gt; &lt;konstantin.komissarchik@xxxxxxxxxx&gt;  wrote:
&gt;    
&gt;&gt; PDT Team,
&gt;&gt;
&gt;&gt; As a side note, has there been any further thoughts on utilizing faceted
&gt;&gt; project framework in PDT? Using the framework would give extenders like
&gt;&gt; Robert a natural way to build on PDT projects with little effort on the part
&gt;&gt; of PDT.
&gt;&gt;
&gt;&gt; - Konstantin
&gt;&gt;
&gt;&gt;
&gt;&gt; -----Original Message-----
&gt;&gt; From: pdt-dev-bounces@xxxxxxxxxxx [<a  href="mailto:pdt-dev-bounces@xxxxxxxxxxx">mailto:pdt-dev-bounces@xxxxxxxxxxx</a>] On
&gt;&gt; Behalf Of Robert Gr&#xC3;ndler
&gt;&gt; Sent: Friday, November 06, 2009 9:32 AM
&gt;&gt; To: pdt-dev@xxxxxxxxxxx
&gt;&gt; Subject: [pdt-dev] Extending the project wizard
&gt;&gt;
&gt;&gt; Hi,
&gt;&gt;
&gt;&gt; i would like to extend the php project wizard, but according to this post
&gt;&gt; to the mailing list, the phpwizardpages extension is not used anymore:
&gt;&gt;
&gt;&gt; <a  href="http://dev.eclipse.org/newslists/news.eclipse.tools.pdt/msg03659.html">http://dev.eclipse.org/newslists/news.eclipse.tools.pdt/msg03659.html</a>
&gt;&gt;
&gt;&gt; Does anoyne know if it's possible to add some UI elements to the
&gt;&gt; pdt &quot;New Project...&quot; wizard ?
&gt;&gt;
&gt;&gt;
&gt;&gt; thanks !
&gt;&gt;
&gt;&gt;
&gt;&gt; -robert
&gt;&gt; _______________________________________________
&gt;&gt; pdt-dev mailing list
&gt;&gt; pdt-dev@xxxxxxxxxxx
&gt;&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>
&gt;&gt;
&gt;&gt; No virus found in this incoming message.
&gt;&gt; Checked by AVG - www.avg.com
&gt;&gt; Version: 8.5.425 / Virus Database: 270.14.51/2482 - Release Date: 11/06/09
&gt;&gt; 07:38:00
&gt;&gt;
&gt;&gt; _______________________________________________
&gt;&gt; pdt-dev mailing list
&gt;&gt; pdt-dev@xxxxxxxxxxx
&gt;&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>
&gt;&gt;
&gt;&gt;      
&gt; _______________________________________________
&gt; pdt-dev mailing list
&gt; pdt-dev@xxxxxxxxxxx
&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>
&gt;    

_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/pdt-dev">https://dev.eclipse.org/mailman/listinfo/pdt-dev</a>

</pre>]]></content:encoded>
		<pubDate>Sat, 14 Nov 2009 03:17:36 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01172.html</guid>
		<author>alex@xxxxxxx (Alex Panchenko)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
