<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>hostprofiles Issue Tracker Rss Feed</title><link>http://hostprofiles.codeplex.com/workitem/list/basic</link><description>hostprofiles Issue Tracker Rss Description</description><item><title>Commented Issue: Support for tabs or another font [9152]</title><link>http://hostprofiles.codeplex.com/workitem/9152</link><description>I prefer to outline all mine hosts, but theres no support for tabs and the used font won&amp;#39;t align properly.&lt;br /&gt;Just a minor improvement. &lt;br /&gt;Keep up the great work.&lt;br /&gt;Comments: ** Comment from web user: warptera1 ** &lt;p&gt;Along these lines...&lt;/p&gt;&lt;p&gt;I would love it if app parsed the txt files and displayed the output in a sortable table with check boxes for active/inactive and inline editing. [Screen attached]&lt;/p&gt;&lt;p&gt;Bonus: It would also be nice to have a comment column. However I know the hosts format requires comments to be on their own line. So maybe when parsing and writing the txt file a comment above an entry could be assumed to be for that line and be displayed in a column next to the &amp;quot;Host Name&amp;quot;.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;PS - Great work so far BTW&lt;/p&gt;</description><author>warptera1</author><pubDate>Sat, 02 Mar 2013 02:46:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Support for tabs or another font [9152] 20130302024622A</guid></item><item><title>Commented Issue: Windows won't shutdown until HostProfiles is closed [9150]</title><link>http://hostprofiles.codeplex.com/workitem/9150</link><description>Every time I shutdown or restart Windows, it will hang and wait for me to close HostProfiles.&lt;br /&gt;&amp;#160;&lt;br /&gt;The message says&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#34;1 program still needs to close&amp;#58;&lt;br /&gt;HostProfiles&lt;br /&gt;This program is preventing Windows from shutting down.&amp;#34;&lt;br /&gt;&amp;#160;&lt;br /&gt;The program probably lies in your canceling the close event&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;stackoverflow.com&amp;#47;a&amp;#47;4375081&amp;#47;108448&lt;br /&gt;Comments: ** Comment from web user: warptera1 ** &lt;p&gt;+1&lt;/p&gt;&lt;p&gt;It would be great if this were integrated into the next release.&lt;/p&gt;</description><author>warptera1</author><pubDate>Sat, 02 Mar 2013 02:42:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: Windows won't shutdown until HostProfiles is closed [9150] 20130302024248A</guid></item><item><title>Created Issue: Show active profile when opened [9924]</title><link>http://hostprofiles.codeplex.com/workitem/9924</link><description>Hi,&lt;br /&gt;&lt;br /&gt;First off--great program--exactly what I&amp;#39;ve been looking for when developing on Win.&lt;br /&gt;&lt;br /&gt;When I right click on the icon and click &amp;#39;show&amp;#39; to launch the UI a host profile is selected in the left-hand pane, but the contents are not automatically loaded in the right hand pane. &amp;#91;Screen attached&amp;#93;&lt;br /&gt;&lt;br /&gt;It would be nice if the active profile were pre-loaded for me. Note this only happens the first time I launch the app.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;&lt;br /&gt;PS - Win8 Pro, here&lt;br /&gt;</description><author>warptera1</author><pubDate>Sat, 02 Mar 2013 02:04:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Show active profile when opened [9924] 20130302020424A</guid></item><item><title>Commented Issue: Support for tabs or another font [9152]</title><link>http://hostprofiles.codeplex.com/workitem/9152</link><description>I prefer to outline all mine hosts, but theres no support for tabs and the used font won&amp;#39;t align properly.&lt;br /&gt;Just a minor improvement. &lt;br /&gt;Keep up the great work.&lt;br /&gt;Comments: ** Comment from web user: jeronevw ** &lt;p&gt;I use the following settings for all textboxes now&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#9;&amp;#9;&amp;#9;this.TextBoxProfile.AcceptsTab &amp;#61; true&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;this.TextBoxProfile.Font &amp;#61; new System.Drawing.Font&amp;#40;&amp;#34;Lucida Console&amp;#34;, 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, &amp;#40;&amp;#40;byte&amp;#41;&amp;#40;0&amp;#41;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;/p&gt;</description><author>jeronevw</author><pubDate>Thu, 23 Feb 2012 15:37:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Support for tabs or another font [9152] 20120223033708P</guid></item><item><title>Commented Issue: Windows won't shutdown until HostProfiles is closed [9150]</title><link>http://hostprofiles.codeplex.com/workitem/9150</link><description>Every time I shutdown or restart Windows, it will hang and wait for me to close HostProfiles.&lt;br /&gt;&lt;br /&gt;The message says&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;1 program still needs to close&amp;#58;&lt;br /&gt;HostProfiles&lt;br /&gt;This program is preventing Windows from shutting down.&amp;#34;&lt;br /&gt;&lt;br /&gt;The program probably lies in your canceling the close event&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;stackoverflow.com&amp;#47;a&amp;#47;4375081&amp;#47;108448&lt;br /&gt;Comments: ** Comment from web user: jeronevw ** &lt;p&gt;I fixed it myself&amp;#59; replace the &amp;#39;FormMain_FormClosing&amp;#39; event with this&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#9;&amp;#9;private void FormMain_FormClosing&amp;#40;object sender, FormClosingEventArgs e&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;e.CloseReason &amp;#61;&amp;#61; CloseReason.UserClosing&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;e.Cancel &amp;#61; &amp;#33;goodbye&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;HideShow&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;/p&gt;</description><author>jeronevw</author><pubDate>Thu, 23 Feb 2012 15:34:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Windows won't shutdown until HostProfiles is closed [9150] 20120223033451P</guid></item><item><title>Created Issue: Support for tabs or another font [9152]</title><link>http://hostprofiles.codeplex.com/workitem/9152</link><description>I prefer to outline all mine hosts, but theres no support for tabs and the used font won&amp;#39;t align properly.&lt;br /&gt;Just a minor improvement. &lt;br /&gt;Keep up the great work.&lt;br /&gt;</description><author>jeronevw</author><pubDate>Thu, 02 Feb 2012 08:04:09 GMT</pubDate><guid isPermaLink="false">Created Issue: Support for tabs or another font [9152] 20120202080409A</guid></item><item><title>Created Issue: HostProfiles starts opened [9151]</title><link>http://hostprofiles.codeplex.com/workitem/9151</link><description>Please add an option to specify if I want HostProfiles to be opened when started.&lt;br /&gt;Personally I prefer it just hides to the tray-icons.&lt;br /&gt;</description><author>jeronevw</author><pubDate>Thu, 02 Feb 2012 08:00:59 GMT</pubDate><guid isPermaLink="false">Created Issue: HostProfiles starts opened [9151] 20120202080059A</guid></item><item><title>Created Issue: Windows won't shutdown until HostProfiles is closed [9150]</title><link>http://hostprofiles.codeplex.com/workitem/9150</link><description>Every time I shutdown or restart Windows, it will hang and wait for me to close HostProfiles.&lt;br /&gt;&lt;br /&gt;The message says&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;1 program still needs to close&amp;#58;&lt;br /&gt;HostProfiles&lt;br /&gt;This program is preventing Windows from shutting down.&amp;#34;&lt;br /&gt;&lt;br /&gt;The program probably lies in your canceling the close event&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;stackoverflow.com&amp;#47;a&amp;#47;4375081&amp;#47;108448&lt;br /&gt;</description><author>jeronevw</author><pubDate>Thu, 02 Feb 2012 07:58:05 GMT</pubDate><guid isPermaLink="false">Created Issue: Windows won't shutdown until HostProfiles is closed [9150] 20120202075805A</guid></item></channel></rss>