<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PoshConsole &#8211; a Smart, Fashionable PowerShell Console</title>
	<atom:link href="http://huddledmasses.org/poshconsole-a-smart-fashionable-powershell-console/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/poshconsole-a-smart-fashionable-powershell-console/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:36:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/poshconsole-a-smart-fashionable-powershell-console/comment-page-1/#comment-94046</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Tue, 17 Jul 2007 01:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/jaykul/poshconsole-a-smart-fashionable-powershell-console/#comment-94046</guid>
		<description>Well, do you have help aliased to a function or anything?  I mean, does the full @Get-Help@ work?</description>
		<content:encoded><![CDATA[<p>Well, do you have help aliased to a function or anything?  I mean, does the full <code>Get-Help</code> work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaud Petitjean</title>
		<link>http://huddledmasses.org/poshconsole-a-smart-fashionable-powershell-console/comment-page-1/#comment-94030</link>
		<dc:creator>Arnaud Petitjean</dc:creator>
		<pubDate>Mon, 16 Jul 2007 23:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/jaykul/poshconsole-a-smart-fashionable-powershell-console/#comment-94030</guid>
		<description>Hi Jaykul !

Very very nice job with your console ! I&#039;m a big fan ! I&#039;ve made &quot;advertising&quot; of your console on my blog.

So when I use it with &#039;help&#039;, nothing appear at all and I dont have PSCX installed; just : 
Name        : PowerGadgets
PSVersion   : 1.0
Description : Generates Charts, Gauges and Maps Gadgets from Windows PowerShell data

Name        : Soapyfrog.Grrr
PSVersion   : 1.0
Description : This is a PowerShell snap-in that offers high performance graphics and animation in the co
              nsole.

Best regards from France !
Arnaud Petitjean</description>
		<content:encoded><![CDATA[<p>Hi Jaykul !</p>
<p>Very very nice job with your console ! I&#8217;m a big fan ! I&#8217;ve made &#8220;advertising&#8221; of your console on my blog.</p>
<p>So when I use it with &#8216;help&#8217;, nothing appear at all and I dont have <span class="caps">PSCX</span> installed; just : <br />
Name        : PowerGadgets<br />
PSVersion   : 1.0<br />
Description : Generates Charts, Gauges and Maps Gadgets from Windows PowerShell data</p>
<p>Name        : Soapyfrog.Grrr<br />
PSVersion   : 1.0<br />
Description : This is a PowerShell snap-in that offers high performance graphics and animation in the co<br />
              nsole.</p>
<p>Best regards from France !<br />
Arnaud Petitjean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/poshconsole-a-smart-fashionable-powershell-console/comment-page-1/#comment-92872</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Wed, 11 Jul 2007 22:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/jaykul/poshconsole-a-smart-fashionable-powershell-console/#comment-92872</guid>
		<description>Rob said:

bq. Typing perf needs work, I&#039;ll point out this app to my WPF team members who own textbox...perhaps they have recommendations on better ways to approach what Joel is doing here...Perhaps there are WPF issues this will help uncover...

I couldn&#039;t agree more about the typing performance. I&#039;ve actually captured that as an issue for the next release, I think I need to do some profiling around the event handling on the ConsoleTextBox control. Originally there was some code for syntax highlighting in there which I borrowed from somewhere ... I&#039;ve stripped it all out now, but it was actually rescanning the entire document on each &quot;text changed&quot; event!

I _sort of_ intend to get syntax highlighting working on the command-line eventually -- and even enable a multi-line friendly mode which requires CTRL+ENTER to send the command, so it&#039;s easier to edit snippets like the prompt function -- ideally, something like @$cmd = cat function:\prompt@ or @Out-PoshEditing function:\prompt@ would put the existing function into the next command-line so you could edit it on the fly!</description>
		<content:encoded><![CDATA[<p>Rob said:</p>
<blockquote>
<p>Typing perf needs work, I&#8217;ll point out this app to my <span class="caps">WPF</span> team members who own textbox&#8230;perhaps they have recommendations on better ways to approach what Joel is doing here&#8230;Perhaps there are <span class="caps">WPF</span> issues this will help uncover&#8230;</p>
</blockquote>
<p>I couldn&#8217;t agree more about the typing performance. I&#8217;ve actually captured that as an issue for the next release, I think I need to do some profiling around the event handling on the ConsoleTextBox control. Originally there was some code for syntax highlighting in there which I borrowed from somewhere &#8230; I&#8217;ve stripped it all out now, but it was actually rescanning the entire document on each &#8220;text changed&#8221; event!</p>
<p>I <em>sort of</em> intend to get syntax highlighting working on the command-line eventually &#8212; and even enable a multi-line friendly mode which requires CTRL+<span class="caps">ENTER</span> to send the command, so it&#8217;s easier to edit snippets like the prompt function &#8212; ideally, something like <code>$cmd = cat function:\prompt</code> or <code>Out-PoshEditing function:\prompt</code> would put the existing function into the next command-line so you could edit it on the fly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Relyea</title>
		<link>http://huddledmasses.org/poshconsole-a-smart-fashionable-powershell-console/comment-page-1/#comment-92502</link>
		<dc:creator>Rob Relyea</dc:creator>
		<pubDate>Tue, 10 Jul 2007 12:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/jaykul/poshconsole-a-smart-fashionable-powershell-console/#comment-92502</guid>
		<description>Jaykul-
Love the console.  I posted a bit of feedback and input here: http://rrelyea.spaces.live.com/blog/cns!167AD7A5AB58D5FE!2190.entry

Thanks, Rob

Rob Relyea &#124; Program Manager, WPF &amp; Xaml Language Team
robrelyea.com &#124; /blog &#124; /wpf &#124; /xaml</description>
		<content:encoded><![CDATA[<p>Jaykul-<br />
Love the console.  I posted a bit of feedback and input here: <a href="http://rrelyea.spaces.live.com/blog/cns" rel="nofollow">http://rrelyea.spaces.live.com/blog/cns</a>!167AD7A5AB58D5FE!2190.entry</p>
<p>Thanks, Rob</p>
<p>Rob Relyea | Program Manager, <span class="caps">WPF</span> &amp; Xaml Language Team<br />
robrelyea.com | /blog | /wpf | /xaml</p>
]]></content:encoded>
	</item>
</channel>
</rss>
