<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!--
	This feed generated for Anonymous-->
<channel>
<title>PhpED PHP IDE</title>
<link>http://forum.nusphere.com/</link>
<description>Share ideas and best practices on using phpED</description>
<managingEditor>web-forums@nusphere.com</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.3</generator>
<language>en</language><lastBuildDate>Fri, 26 Jun 2026 02:07:33 GMT</lastBuildDate>
<image>
	<url>http://forum.nusphere.com//nu16x16.gif</url>
	<title>PhpED PHP IDE</title>
	<link>http://forum.nusphere.com/</link>
	<width>16</width>
	<height>16</height>
</image>
<item>
<title>PhpED PHP IDE :: Question - Trait and code completion</title>
<link>http://forum.nusphere.com/viewtopic.php?p=37571#37571</link>
<pubDate>Thu, 18 Jun 2026 12:21:13 GMT</pubDate>
<guid isPermaLink="true">http://forum.nusphere.com/viewtopic.php?p=37571#37571</guid>
<description>Author: &lt;a href=&quot;member9075.html&quot; target=&quot;_blank&quot;&gt;Alex/AT&lt;/a&gt;&lt;br /&gt;
Subject: Question - Trait and code completion&lt;br /&gt;Posted: Thu Jun 18, 2026 7:21 am (GMT -5)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hello everyone,
&lt;br /&gt;

&lt;br /&gt;
Due to PHP not having multiple inheritance, I am using Trait for complex class composition where final interfaces for composed classes bring up features of many traits composed.
&lt;br /&gt;

&lt;br /&gt;
Alas in PHPEd editing trait does not allow you to see code completion from other classes (like possible parent class(es) for composed class) and their traits, code completion shows nothing from them for $this / self::
&lt;br /&gt;

&lt;br /&gt;
Thus the question, is there any way in PHPEd to hint classes and traits related to specific trait so they can be assumed local inside that trait for code completion? Maybe there&#039;s some specific comment hints syntax for that?
&lt;br /&gt;

&lt;br /&gt;
I.e.
&lt;br /&gt;

&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;table width=&quot;90%&quot; align=&quot;center&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; class=&quot;code&quot;&gt;&lt;tr&gt; 	&lt;td class=&quot;code_header&quot; align=&quot;left&quot;&gt;Code:&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td class=&quot;code&quot; align=&quot;left&quot;&gt;class X &amp;#123;
&lt;br /&gt;
&amp;nbsp; use Y;
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp; function someX&amp;#40;$x, $y&amp;#41;
&lt;br /&gt;
&amp;nbsp; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;someY&amp;#40;$x, $y&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;#125;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;

&lt;br /&gt;
trait Y &amp;#123;
&lt;br /&gt;
&amp;nbsp; function someY&amp;#40;$a, $b&amp;#41;
&lt;br /&gt;
&amp;nbsp; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; $this-&amp;gt;someX&amp;#40;$a, $b&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;#125;
&lt;br /&gt;
&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;br /&gt;

&lt;br /&gt;
When I edit class X, I obviously can see $this-&amp;gt;someY() in code completion as trait Y is included. 
&lt;br /&gt;
But when I edit trait Y, I want to also see $this-&amp;gt;someX() from class X, as trait is intended to be composed into X (or parent of X, or possibly with other traits that also need to be seen), but alas, I am missing a way for code completion to see it. 
&lt;br /&gt;
Thus I have to track calls that are supposed to exist in other levels of composition manually, and that&#039;s frustrating &lt;img src=&quot;http://forum.nusphere.com/images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Alex/AT</dc:creator>
<dc:subject>PhpED PHP IDE</dc:subject>
<annotate:reference rdf:resource="http://forum.nusphere.com/viewtopic.php?p=37571#37571" />
<comments>http://forum.nusphere.com/posting.php?mode=quote&amp;p=37571</comments>
</item>
<item>
<title>PhpED PHP IDE :: Nice to have - changing text color in dbg window</title>
<link>http://forum.nusphere.com/viewtopic.php?p=37570#37570</link>
<pubDate>Thu, 18 Jun 2026 09:21:35 GMT</pubDate>
<guid isPermaLink="true">http://forum.nusphere.com/viewtopic.php?p=37570#37570</guid>
<description>Author: &lt;a href=&quot;member1674.html&quot; target=&quot;_blank&quot;&gt;lubosdz&lt;/a&gt;&lt;br /&gt;
Subject: Nice to have - changing text color in dbg window&lt;br /&gt;Posted: Thu Jun 18, 2026 4:21 am (GMT -5)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hi,
&lt;br /&gt;

&lt;br /&gt;
is there any chance to support changing text color in &lt;span style=&quot;font-weight: bold&quot;&gt;DBG window for updated variables&lt;/span&gt;?
&lt;br /&gt;
It is a very useful feature and I use it regularly, but default red color is hardly legible, particularly for highlighted item - see screen bellow.
&lt;br /&gt;
I did not not find any option in theme color .. did I miss it ?
&lt;br /&gt;

&lt;br /&gt;
Thank you.
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;https://i.postimg.cc/3J1yF1bV/screen-nusphere-set-text-color-in-dbg-window.png&quot; target=&quot;_blank&quot;&gt;https://i.postimg.cc/3J1yF1bV/screen-nusphere-set-text-color-in-dbg-window.png&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;https://ibb.co/fzxSpQFK&quot; target=&quot;_blank&quot;&gt;https://ibb.co/fzxSpQFK&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>lubosdz</dc:creator>
<dc:subject>PhpED PHP IDE</dc:subject>
<annotate:reference rdf:resource="http://forum.nusphere.com/viewtopic.php?p=37570#37570" />
<comments>http://forum.nusphere.com/posting.php?mode=quote&amp;p=37570</comments>
</item>
<item>
<title>PhpED PHP IDE :: Twitter</title>
<link>http://forum.nusphere.com/viewtopic.php?p=37569#37569</link>
<pubDate>Wed, 17 Jun 2026 23:22:53 GMT</pubDate>
<guid isPermaLink="true">http://forum.nusphere.com/viewtopic.php?p=37569#37569</guid>
<description>Author: &lt;a href=&quot;member8345.html&quot; target=&quot;_blank&quot;&gt;Gingko&lt;/a&gt;&lt;br /&gt;
Subject: Twitter&lt;br /&gt;Posted: Wed Jun 17, 2026 6:22 pm (GMT -5)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hello.
&lt;br /&gt;

&lt;br /&gt;
I just received the notification about the release of NuSphere PhpED version 22.0.0.
&lt;br /&gt;

&lt;br /&gt;
Nothing different from the previous one, but …
&lt;br /&gt;

&lt;br /&gt;
Like previous ones, this message include the following sentence:
&lt;br /&gt;

&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; align=&quot;center&quot; class=&quot;quote&quot;&gt;&lt;tr&gt; 	&lt;td class=&quot;quote_user&quot; align=&quot;left&quot;&gt;Quote:&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td class=&quot;quote&quot; align=&quot;left&quot;&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/php_ide&quot; target=&quot;_blank&quot;&gt;http://twitter.com/php_ide&lt;/a&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;br /&gt;
I like very much this sentence.
&lt;br /&gt;

&lt;br /&gt;
Indeed, not only has Twitter not been called Twitter for a while, but also, nothing has been posted on this Twitter profile since July 30, 2014.  &lt;img src=&quot;http://forum.nusphere.com/images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;
Gingko&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Gingko</dc:creator>
<dc:subject>PhpED PHP IDE</dc:subject>
<annotate:reference rdf:resource="http://forum.nusphere.com/viewtopic.php?p=37569#37569" />
<comments>http://forum.nusphere.com/posting.php?mode=quote&amp;p=37569</comments>
</item>
</channel>
</rss><!-- Page generation time: 0.0079s  - GZIP disabled -->