<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>PoshConsole Work Item Rss Feed</title><link>http://www.codeplex.com/PoshConsole/WorkItem/List.aspx</link><description>PoshConsole Work Item Rss Description</description><item><title>Created Issue: IDEA!! - Multiple Tabs :-) [10183]</title><link>http://poshconsole.codeplex.com/workitem/10183</link><description>I absolutely love this application, the only thing missing for me is the chance to have multiple consoles open and available via tabs at the top of the window. Come on, if you don&amp;#39;t do it then I might have to try and write one and I don&amp;#39;t want to do that LOL. Nice one for the product&amp;#33;&amp;#33;&lt;br /&gt;</description><author>darrenkingham</author><pubDate>Wed, 04 Jul 2012 16:02:42 GMT</pubDate><guid isPermaLink="false">Created Issue: IDEA!! - Multiple Tabs :-) [10183] 20120704040242P</guid></item><item><title>Commented Issue: Calculated Width is still wrong --- causing awkward wrapping [10178]</title><link>http://poshconsole.codeplex.com/workitem/10178</link><description>The host is still calculating the width wrong that it gives to PowerShell.  The output of this shouldn&amp;#39;t wrap, but does&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;A&amp;#34; &amp;#42; &amp;#36;Host.UI.RawUI.WindowSize.Width&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Sorry, I meant&amp;#58; FormattedText</description><author>nsulikow</author><pubDate>Thu, 26 Jan 2012 16:41:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Calculated Width is still wrong --- causing awkward wrapping [10178] 20120126044115P</guid></item><item><title>Commented Issue: Calculated Width is still wrong --- causing awkward wrapping [10178]</title><link>http://poshconsole.codeplex.com/workitem/10178</link><description>The host is still calculating the width wrong that it gives to PowerShell.  The output of this shouldn&amp;#39;t wrap, but does&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;A&amp;#34; &amp;#42; &amp;#36;Host.UI.RawUI.WindowSize.Width&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Good point. I think there is something weird in the code, as the character width seems to be hardcoded. I would explore using  System.Windows.Media.TextFormatting.TextFormatter to calculate the text width...</description><author>nsulikow</author><pubDate>Thu, 26 Jan 2012 06:10:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Calculated Width is still wrong --- causing awkward wrapping [10178] 20120126061017A</guid></item><item><title>Commented Issue: Calculated Width is still wrong --- causing awkward wrapping [10178]</title><link>http://poshconsole.codeplex.com/workitem/10178</link><description>The host is still calculating the width wrong that it gives to PowerShell.  The output of this shouldn&amp;#39;t wrap, but does&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;A&amp;#34; &amp;#42; &amp;#36;Host.UI.RawUI.WindowSize.Width&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: I tried that initially, but it totally wrecks the output when it&amp;#39;s table formatted.  To see what I mean try piping through Out-String -Width 10000</description><author>Jaykul</author><pubDate>Wed, 25 Jan 2012 00:15:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Calculated Width is still wrong --- causing awkward wrapping [10178] 20120125121500A</guid></item><item><title>Commented Issue: Calculated Width is still wrong --- causing awkward wrapping [10178]</title><link>http://poshconsole.codeplex.com/workitem/10178</link><description>The host is still calculating the width wrong that it gives to PowerShell.  The output of this shouldn&amp;#39;t wrap, but does&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;A&amp;#34; &amp;#42; &amp;#36;Host.UI.RawUI.WindowSize.Width&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: I wonder if the solution to this would be to return a very large width &amp;#40;say 10000&amp;#41;.... since the RichTextBox control would already take care of wrapping long lines...</description><author>nsulikow</author><pubDate>Tue, 24 Jan 2012 23:17:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: Calculated Width is still wrong --- causing awkward wrapping [10178] 20120124111702P</guid></item><item><title>Edited Issue: Breakpoints don't work [10182]</title><link>http://poshconsole.codeplex.com/workitem/10182</link><description>If I type the following lines in Powershell the breakpoint gets hit and I get the &amp;#91;DBG&amp;#93; prompt &amp;#40;debugging mode&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;function bar &amp;#123; &lt;br /&gt;   &amp;#36;a &amp;#61; 123 &lt;br /&gt;   if &amp;#40;&amp;#36;a -gt 100&amp;#41; &lt;br /&gt;   &amp;#123; &lt;br /&gt;      &amp;#36;a &lt;br /&gt;      foo &lt;br /&gt;   &amp;#125; &lt;br /&gt;&amp;#125;&lt;br /&gt;function foo &amp;#123; &lt;br /&gt;   &amp;#36;a &amp;#61; 321 &lt;br /&gt;   Write-Host &amp;#36;a &lt;br /&gt;&amp;#125;&lt;br /&gt;Set-PSBreakpoint -Command foo&lt;br /&gt;bar&lt;br /&gt;&lt;br /&gt;In PoshConsole the breakpoint don&amp;#39;t seem to work.&lt;br /&gt;</description><author>nsulikow</author><pubDate>Tue, 24 Jan 2012 22:27:56 GMT</pubDate><guid isPermaLink="false">Edited Issue: Breakpoints don't work [10182] 20120124102756P</guid></item><item><title>Edited Issue: Breakpoints don't work [10182]</title><link>http://poshconsole.codeplex.com/workitem/10182</link><description>If I type the following lines in Powershell the breakpoint gets hit and I get the &amp;#91;DBG&amp;#93; prompt&amp;#58;&lt;br /&gt;&lt;br /&gt;function bar &amp;#123; &lt;br /&gt;   &amp;#36;a &amp;#61; 123 &lt;br /&gt;   if &amp;#40;&amp;#36;a -gt 100&amp;#41; &lt;br /&gt;   &amp;#123; &lt;br /&gt;      &amp;#36;a &lt;br /&gt;      foo &lt;br /&gt;   &amp;#125; &lt;br /&gt;&amp;#125;&lt;br /&gt;function foo &amp;#123; &lt;br /&gt;   &amp;#36;a &amp;#61; 321 &lt;br /&gt;   Write-Host &amp;#36;a &lt;br /&gt;&amp;#125;&lt;br /&gt;Set-PSBreakpoint -Command foo&lt;br /&gt;bar&lt;br /&gt;&lt;br /&gt;In PoshConsole I don&amp;#39;t hit the breakpoint.&lt;br /&gt;</description><author>nsulikow</author><pubDate>Tue, 24 Jan 2012 22:27:02 GMT</pubDate><guid isPermaLink="false">Edited Issue: Breakpoints don't work [10182] 20120124102702P</guid></item><item><title>Commented Issue: Errors when setting $Host.PrivateData.Settings values [10180]</title><link>http://poshconsole.codeplex.com/workitem/10180</link><description>I&amp;#39;ve been trying to run the quake mode script as in the PoshConsole profile but am getting the following errors which means the console doesn&amp;#39;t work as expected.&lt;br /&gt;&lt;br /&gt;Property &amp;#39;AutoHide&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;14 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; AutoHide &amp;#61; &amp;#36;true&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderThickness&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;18 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderThickness &amp;#61; &amp;#34;0,0,0,5&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderColorBottomRight&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;19 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderColorBottomRight &amp;#61; &amp;#34;Red&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderColorTopLeft&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;20 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderColorTopLeft &amp;#61; &amp;#34;&amp;#35;CCFF3300&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;ConsoleDefaultBackground&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;25 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; ConsoleDefaultBackground &amp;#61; &amp;#34;Black&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;ConsoleDefaultForeground&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;26 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; ConsoleDefaultForeground &amp;#61; &amp;#34;Green&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt;Comments: Those settings are old and no longer needed.&amp;#13;&amp;#10;&amp;#13;&amp;#10;With the current build you should be able to get quake mode merely by dragging the window near the top of the screen and letting it dock there.</description><author>Jaykul</author><pubDate>Tue, 24 Jan 2012 21:59:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errors when setting $Host.PrivateData.Settings values [10180] 20120124095928P</guid></item><item><title>Edited Issue: Errors when setting $Host.PrivateData.Settings values [10180]</title><link>http://poshconsole.codeplex.com/workitem/10180</link><description>I&amp;#39;ve been trying to run the quake mode script as in the PoshConsole profile but am getting the following errors which means the console doesn&amp;#39;t work as expected.&lt;br /&gt;&lt;br /&gt;Property &amp;#39;AutoHide&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;14 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; AutoHide &amp;#61; &amp;#36;true&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderThickness&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;18 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderThickness &amp;#61; &amp;#34;0,0,0,5&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderColorBottomRight&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;19 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderColorBottomRight &amp;#61; &amp;#34;Red&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderColorTopLeft&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;20 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderColorTopLeft &amp;#61; &amp;#34;&amp;#35;CCFF3300&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;ConsoleDefaultBackground&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;25 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; ConsoleDefaultBackground &amp;#61; &amp;#34;Black&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;ConsoleDefaultForeground&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;26 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; ConsoleDefaultForeground &amp;#61; &amp;#34;Green&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt;</description><author>Jaykul</author><pubDate>Tue, 24 Jan 2012 21:59:27 GMT</pubDate><guid isPermaLink="false">Edited Issue: Errors when setting $Host.PrivateData.Settings values [10180] 20120124095927P</guid></item><item><title>Edited Issue: Breakpoints don't work [10182]</title><link>http://poshconsole.codeplex.com/workitem/10182</link><description>If I type the following lines in Powershell I the breakpoings gets hit and I get the &amp;#91;DBG&amp;#93; prompt&amp;#58;&lt;br /&gt;&lt;br /&gt;function bar &amp;#123; &lt;br /&gt;   &amp;#36;a &amp;#61; 123 &lt;br /&gt;   if &amp;#40;&amp;#36;a -gt 100&amp;#41; &lt;br /&gt;   &amp;#123; &lt;br /&gt;      &amp;#36;a &lt;br /&gt;      foo &lt;br /&gt;   &amp;#125; &lt;br /&gt;&amp;#125;&lt;br /&gt;function foo &amp;#123; &lt;br /&gt;   &amp;#36;a &amp;#61; 321 &lt;br /&gt;   Write-Host &amp;#36;a &lt;br /&gt;&amp;#125;&lt;br /&gt;Set-PSBreakpoint -Command foo&lt;br /&gt;bar&lt;br /&gt;&lt;br /&gt;In PoshConsole I don&amp;#39;t hit the breakpoint.&lt;br /&gt;</description><author>Jaykul</author><pubDate>Tue, 24 Jan 2012 21:55:03 GMT</pubDate><guid isPermaLink="false">Edited Issue: Breakpoints don't work [10182] 20120124095503P</guid></item><item><title>Commented Feature: Running vim in poshconsole fails [10175]</title><link>http://poshconsole.codeplex.com/workitem/10175</link><description>Trying to launch vim in poshconsole seems to cause vim to get stuck in some kind of startup loop or something and you can&amp;#39;t cancel it in poshconsole, so you need to both close poshconsole and terminate vim.exe in task manager.&lt;br /&gt;&lt;br /&gt;Starting gvim &amp;#40;gui vim&amp;#41; works fine though.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried with both the latest beta and the latest mercurial source code running the Net4 64bit version. I don&amp;#39;t know why vim would cause this. Works fine in regular PowerShell.&lt;br /&gt;Comments: I&amp;#39;m updating this just to report status &amp;#40;I still have no plans to implement native interactive console app support&amp;#41;.  I&amp;#39;m going to try to do two things here&amp;#58; 1&amp;#41; add a black list like PowerShell ISE uses to prevent you from launching such apps. 2&amp;#41; add a kill switch to automatically kill interactive apps and add them to the black list if you launch them accidentally.&amp;#10;&amp;#10;I&amp;#39;d welcome any contributions toward this, but since there aren&amp;#39;t really any other rich consoles that do anything like that, I expect others have found the problem as intractable as I did.</description><author>Jaykul</author><pubDate>Tue, 24 Jan 2012 21:54:29 GMT</pubDate><guid isPermaLink="false">Commented Feature: Running vim in poshconsole fails [10175] 20120124095429P</guid></item><item><title>Commented Feature: Running vim in poshconsole fails [10175]</title><link>http://poshconsole.codeplex.com/workitem/10175</link><description>Trying to launch vim in poshconsole seems to cause vim to get stuck in some kind of startup loop or something and you can&amp;#39;t cancel it in poshconsole, so you need to both close poshconsole and terminate vim.exe in task manager.&lt;br /&gt;&lt;br /&gt;Starting gvim &amp;#40;gui vim&amp;#41; works fine though.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried with both the latest beta and the latest mercurial source code running the Net4 64bit version. I don&amp;#39;t know why vim would cause this. Works fine in regular PowerShell.&lt;br /&gt;Comments: I&amp;#39;m updating this just because I finally came up with a plan for how to &amp;#34;deal&amp;#34; with this&amp;#58; I&amp;#39;m going to create a &amp;#34;black list&amp;#34; like PowerShell ISE uses to mark native applications which definitely do not work. I&amp;#39;d welcome any contributions in this area, but at this point I don&amp;#39;t have any plans to try to implement support for native interactive applications.</description><author>Jaykul</author><pubDate>Tue, 24 Jan 2012 21:50:20 GMT</pubDate><guid isPermaLink="false">Commented Feature: Running vim in poshconsole fails [10175] 20120124095020P</guid></item><item><title>Edited Feature: Running vim in poshconsole fails [10175]</title><link>http://poshconsole.codeplex.com/workitem/10175</link><description>Trying to launch vim in poshconsole seems to cause vim to get stuck in some kind of startup loop or something and you can&amp;#39;t cancel it in poshconsole, so you need to both close poshconsole and terminate vim.exe in task manager.&lt;br /&gt;&lt;br /&gt;Starting gvim &amp;#40;gui vim&amp;#41; works fine though.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried with both the latest beta and the latest mercurial source code running the Net4 64bit version. I don&amp;#39;t know why vim would cause this. Works fine in regular PowerShell.&lt;br /&gt;</description><author>Jaykul</author><pubDate>Tue, 24 Jan 2012 21:50:20 GMT</pubDate><guid isPermaLink="false">Edited Feature: Running vim in poshconsole fails [10175] 20120124095020P</guid></item><item><title>Edited Issue: Tab completion problem [10181]</title><link>http://poshconsole.codeplex.com/workitem/10181</link><description>When tab completion does not find choices it repeats the command. For instance, there is no cmdlet that starts with &amp;#34;out-e&amp;#34;, so if you type in the prompt something like &amp;#34;1,2,3 &amp;#124; out-e&amp;#34; followed by a tab the prompt changes to &amp;#34;1,2,3 &amp;#124; 1,2,3 &amp;#124; out-e&amp;#34; type tab again and you get &amp;#34;1,2,3 &amp;#124; 1,2,3 &amp;#124; 1,2,3 &amp;#124; 1,2,3 &amp;#124; out-e&amp;#34;, etc.&lt;br /&gt;I&amp;#39;m not sure this is the right fix, i fixed it by wrapping the following lines in the method &amp;#34;private void OnTabPressed&amp;#40;KeyEventArgs e&amp;#41;&amp;#34; in ConsoleControl.EventHandlers.cs with the if &amp;#40;choices.Count &amp;#62; 0&amp;#41;&amp;#123;&amp;#125;&lt;br /&gt;&lt;br /&gt;if &amp;#40;choices.Count &amp;#62; 0&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#9;string tabExpansion &amp;#61; e.IsModifi.....&lt;br /&gt;&amp;#9;CurrentCommand &amp;#61; cmdline.Subst....&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>Jaykul</author><pubDate>Tue, 24 Jan 2012 21:43:36 GMT</pubDate><guid isPermaLink="false">Edited Issue: Tab completion problem [10181] 20120124094336P</guid></item><item><title>Commented Issue: Tab completion problem [10181]</title><link>http://poshconsole.codeplex.com/workitem/10181</link><description>When tab completion does not find choices it repeats the command. For instance, there is no cmdlet that starts with &amp;#34;out-e&amp;#34;, so if you type in the prompt something like &amp;#34;1,2,3 &amp;#124; out-e&amp;#34; followed by a tab the prompt changes to &amp;#34;1,2,3 &amp;#124; 1,2,3 &amp;#124; out-e&amp;#34; type tab again and you get &amp;#34;1,2,3 &amp;#124; 1,2,3 &amp;#124; 1,2,3 &amp;#124; 1,2,3 &amp;#124; out-e&amp;#34;, etc.&lt;br /&gt;I&amp;#39;m not sure this is the right fix, i fixed it by wrapping the following lines in the method &amp;#34;private void OnTabPressed&amp;#40;KeyEventArgs e&amp;#41;&amp;#34; in ConsoleControl.EventHandlers.cs with the if &amp;#40;choices.Count &amp;#62; 0&amp;#41;&amp;#123;&amp;#125;&lt;br /&gt;&lt;br /&gt;if &amp;#40;choices.Count &amp;#62; 0&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#9;string tabExpansion &amp;#61; e.IsModifi.....&lt;br /&gt;&amp;#9;CurrentCommand &amp;#61; cmdline.Subst....&lt;br /&gt;&amp;#125;&lt;br /&gt;Comments: That looks logical to me, I&amp;#39;ll double check it and check it in.</description><author>Jaykul</author><pubDate>Tue, 24 Jan 2012 21:42:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Tab completion problem [10181] 20120124094249P</guid></item><item><title>Created Issue: Breakpoints don't work [10182]</title><link>http://poshconsole.codeplex.com/workitem/10182</link><description>If I type the following lines in Powershell I the breakpoings gets hit and I get the &amp;#91;DBG&amp;#93; prompt&amp;#58;&lt;br /&gt;&lt;br /&gt;function bar &amp;#123; &lt;br /&gt;   &amp;#36;a &amp;#61; 123 &lt;br /&gt;   if &amp;#40;&amp;#36;a -gt 100&amp;#41; &lt;br /&gt;   &amp;#123; &lt;br /&gt;      &amp;#36;a &lt;br /&gt;      foo &lt;br /&gt;   &amp;#125; &lt;br /&gt;&amp;#125;&lt;br /&gt;function foo &amp;#123; &lt;br /&gt;   &amp;#36;a &amp;#61; 321 &lt;br /&gt;   Write-Host &amp;#36;a &lt;br /&gt;&amp;#125;&lt;br /&gt;Set-PSBreakpoint -Command foo&lt;br /&gt;bar&lt;br /&gt;&lt;br /&gt;In PoshConsole I don&amp;#39;t hit the breakpoint.&lt;br /&gt;</description><author>nsulikow</author><pubDate>Tue, 24 Jan 2012 19:10:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Breakpoints don't work [10182] 20120124071018P</guid></item><item><title>Created Issue: Tab completion problem [10181]</title><link>http://poshconsole.codeplex.com/workitem/10181</link><description>When tab completion does not find choices it repeats the command. For instance, there is no cmdlet that starts with &amp;#34;out-e&amp;#34;, so if you type in the prompt something like &amp;#34;1,2,3 &amp;#124; out-e&amp;#34; followed by a tab the prompt changes to &amp;#34;1,2,3 &amp;#124; 1,2,3 &amp;#124; out-e&amp;#34; type tab again and you get &amp;#34;1,2,3 &amp;#124; 1,2,3 &amp;#124; 1,2,3 &amp;#124; 1,2,3 &amp;#124; out-e&amp;#34;, etc.&lt;br /&gt;I&amp;#39;m not sure this is the right fix, i fixed it by wrapping the following lines in the method &amp;#34;private void OnTabPressed&amp;#40;KeyEventArgs e&amp;#41;&amp;#34; in ConsoleControl.EventHandlers.cs with the if &amp;#40;choices.Count &amp;#62; 0&amp;#41;&amp;#123;&amp;#125;&lt;br /&gt;&lt;br /&gt;if &amp;#40;choices.Count &amp;#62; 0&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#9;string tabExpansion &amp;#61; e.IsModifi.....&lt;br /&gt;&amp;#9;CurrentCommand &amp;#61; cmdline.Subst....&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>nsulikow</author><pubDate>Tue, 24 Jan 2012 17:41:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Tab completion problem [10181] 20120124054102P</guid></item><item><title>Created Issue: Errors when setting $Host.PrivateData.Settings values [10180]</title><link>http://poshconsole.codeplex.com/workitem/10180</link><description>I&amp;#39;ve been trying to run the quake mode script as in the PoshConsole profile but am getting the following errors which means the console doesn&amp;#39;t work as expected.&lt;br /&gt;&lt;br /&gt;Property &amp;#39;AutoHide&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;14 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; AutoHide &amp;#61; &amp;#36;true&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderThickness&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;18 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderThickness &amp;#61; &amp;#34;0,0,0,5&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderColorBottomRight&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;19 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderColorBottomRight &amp;#61; &amp;#34;Red&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;BorderColorTopLeft&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;20 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; BorderColorTopLeft &amp;#61; &amp;#34;&amp;#35;CCFF3300&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;ConsoleDefaultBackground&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;25 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; ConsoleDefaultBackground &amp;#61; &amp;#34;Black&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt; &lt;br /&gt;Property &amp;#39;ConsoleDefaultForeground&amp;#39; cannot be found on this object&amp;#59; make sure it exists and is settable.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;mayesr&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;PoshConsole_profile.ps1&amp;#58;26 char&amp;#58;29&lt;br /&gt;&amp;#43;     &amp;#36;Host.PrivateData.Settings. &amp;#60;&amp;#60;&amp;#60;&amp;#60; ConsoleDefaultForeground &amp;#61; &amp;#34;Green&amp;#34;&amp;#59;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&lt;br /&gt;</description><author>caveman_dick</author><pubDate>Fri, 29 Jul 2011 09:28:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Errors when setting $Host.PrivateData.Settings values [10180] 20110729092817A</guid></item><item><title>Created Issue: Win+S hotkey doesn't work properly [10179]</title><link>http://poshconsole.codeplex.com/workitem/10179</link><description>It seems like the Win&amp;#43;S shrinks the window on the first time I press the key combination and then hides on a second kit, &lt;br /&gt;Also, although WIn&amp;#43;C brings it back the first time, if I hit WIN&amp;#43;S to hide it again, it doesn&amp;#39;t seem to be working correctly.&lt;br /&gt;</description><author>Jaykul</author><pubDate>Thu, 26 May 2011 03:03:39 GMT</pubDate><guid isPermaLink="false">Created Issue: Win+S hotkey doesn't work properly [10179] 20110526030339A</guid></item><item><title>Created Issue: Calculated Width is still wrong --- causing awkward wrapping [10178]</title><link>http://poshconsole.codeplex.com/workitem/10178</link><description>The host is still calculating the width wrong that it gives to PowerShell.  The output of this shouldn&amp;#39;t wrap, but does&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;A&amp;#34; &amp;#42; &amp;#36;Host.UI.RawUI.WindowSize.Width&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>Jaykul</author><pubDate>Mon, 23 May 2011 18:34:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Calculated Width is still wrong --- causing awkward wrapping [10178] 20110523063429P</guid></item></channel></rss>