<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx</link><description>[UDPATE - the original post had a script which did not work with CTP3 so I've replaced it with the correct version. Apologizes for the screw up. I've updated the attached file as well. - jps] I thought I would share my PowerShell_ISE profile with you.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9256425</link><pubDate>Tue, 30 Dec 2008 03:52:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256425</guid><dc:creator>Doug</dc:creator><description>&lt;p&gt;Great posts on the ISE. Thanks for letting us stand on your shoulders.&lt;/p&gt;
&lt;p&gt;I used the new ISE for debugging how I was using James Brundage's scripts he posted.&lt;/p&gt;
&lt;p&gt;Super helpful!&lt;/p&gt;
&lt;p&gt;The way you are adding menus to the ISE looks a bit similar how you might do it with Oslo's Intellipad. Are you guys using the Managed Extensibility Framework (MEF) too? &lt;/p&gt;</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9256439</link><pubDate>Tue, 30 Dec 2008 04:18:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256439</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt; Are you guys using the Managed Extensibility Framework (MEF) too?&lt;/p&gt;
&lt;p&gt;No - MEF wasn't ready in time for us.&lt;/p&gt;
&lt;p&gt;jps&lt;/p&gt;
</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9256513</link><pubDate>Tue, 30 Dec 2008 05:43:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256513</guid><dc:creator>Andy Schneider</dc:creator><description>&lt;p&gt;I have several posts some customizations you can do with the ISE using $PsIse at &lt;a rel="nofollow" target="_new" href="http://get-powershell.com"&gt;http://get-powershell.com&lt;/a&gt;. It really is pretty remarkable what you can do.&lt;/p&gt;</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9256525</link><pubDate>Tue, 30 Dec 2008 05:56:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256525</guid><dc:creator>Doug</dc:creator><description>&lt;p&gt;I don't have a ToolsMenu.&lt;/p&gt;
&lt;p&gt;But I do have a $psISE.CustomMenu I can add Submenus to.&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; $psISE.CurrentOpenedRunspace&lt;/p&gt;
&lt;p&gt;DisplayName : PowerShell 1&lt;/p&gt;
&lt;p&gt;StatusText &amp;nbsp;: Running&lt;/p&gt;
&lt;p&gt;Prompt &amp;nbsp; &amp;nbsp; &amp;nbsp;: PS C:\&amp;gt; &lt;/p&gt;
&lt;p&gt;CommandPane : Microsoft.Windows.PowerShell.Gui.Internal.CommandEditor&lt;/p&gt;
&lt;p&gt;Output &amp;nbsp; &amp;nbsp; &amp;nbsp;: Microsoft.Windows.PowerShell.Gui.Internal.OutputEditor&lt;/p&gt;
&lt;p&gt;OpenedFiles : {Untitled1.ps1}&lt;/p&gt;
&lt;p&gt;CanExecute &amp;nbsp;: False&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; $psISE.CurrentOpenedRunspace &amp;nbsp;|gm&lt;/p&gt;
&lt;p&gt; &amp;nbsp; TypeName: System.Management.Automation.Host.OpenedRunspace&lt;/p&gt;
&lt;p&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MemberType Definition &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;---- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---------- ---------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;PropertyChanged Event &amp;nbsp; &amp;nbsp; &amp;nbsp;System.ComponentModel.PropertyChangedEventHandler PropertyChanged(System.Object, System.ComponentModel.PropertyChangedEventArgs)&lt;/p&gt;
&lt;p&gt;Equals &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Method &amp;nbsp; &amp;nbsp; System.Boolean Equals(Object obj) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/p&gt;
&lt;p&gt;Execute &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Method &amp;nbsp; &amp;nbsp; System.Void Execute(String script) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;GetHashCode &amp;nbsp; &amp;nbsp; Method &amp;nbsp; &amp;nbsp; System.Int32 GetHashCode() &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;GetType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Method &amp;nbsp; &amp;nbsp; System.Type GetType() &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/p&gt;
&lt;p&gt;ToString &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Method &amp;nbsp; &amp;nbsp; System.String ToString() &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;CanExecute &amp;nbsp; &amp;nbsp; &amp;nbsp;Property &amp;nbsp; System.Boolean CanExecute {get;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;CommandPane &amp;nbsp; &amp;nbsp; Property &amp;nbsp; System.Management.Automation.Host.EditorBase CommandPane {get;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/p&gt;
&lt;p&gt;DisplayName &amp;nbsp; &amp;nbsp; Property &amp;nbsp; System.String DisplayName {get;set;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;OpenedFiles &amp;nbsp; &amp;nbsp; Property &amp;nbsp; System.Management.Automation.Host.OpenedFileCollection OpenedFiles {get;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/p&gt;
&lt;p&gt;Output &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Property &amp;nbsp; System.Management.Automation.Host.EditorBase Output {get;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Prompt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Property &amp;nbsp; System.String Prompt {get;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/p&gt;
&lt;p&gt;StatusText &amp;nbsp; &amp;nbsp; &amp;nbsp;Property &amp;nbsp; System.String StatusText {get;}&lt;/p&gt;</description></item><item><title>Windows PowerShell Integrated Scripting Environment (ISE)</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9257012</link><pubDate>Tue, 30 Dec 2008 15:28:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257012</guid><dc:creator>Shay Levy</dc:creator><description>&lt;p&gt;The Windows PowerShell Integrated Scripting Environment (ISE) is a host application that enables you&lt;/p&gt;
</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9257078</link><pubDate>Tue, 30 Dec 2008 16:39:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257078</guid><dc:creator>Aleksandar</dc:creator><description>&lt;p&gt;Few things to correct...&lt;/p&gt;
&lt;p&gt;As Doug said $psISE.CurrentOpenedRunspace.ToolsMenu.Submenus.Add should be $psise.CustomMenu.Submenus.Add&lt;/p&gt;
&lt;p&gt;&amp;quot;Go to Line&amp;quot; (Ctrl+G) is already present as an entry under Edit menu, so it's not possible to add another one under Custom menu.&lt;/p&gt;
&lt;p&gt;Also, the attached file is missing Select-Output function.&lt;/p&gt;</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9257190</link><pubDate>Tue, 30 Dec 2008 18:08:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257190</guid><dc:creator>Joel "Jaykul" Bennett</dc:creator><description>&lt;p&gt;20 points for publishing your profile.&lt;/p&gt;
&lt;p&gt;70 points for &amp;quot;just doing it&amp;quot; instead of postponing it forever because you hadn't cleaned it up yet!&lt;/p&gt;
&lt;p&gt;&amp;quot;As soon as I clean it up&amp;quot; is the number one enemy of code sharing, thanks for not falling victim. :)&lt;/p&gt;
&lt;p&gt;Oh, and a bonus 20 points for having cool stuff in there I hadn't thought of yet ;)&lt;/p&gt;</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9257319</link><pubDate>Tue, 30 Dec 2008 19:54:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257319</guid><dc:creator>Tommy Williams</dc:creator><description>&lt;p&gt;Thanks for posting this. It looks like you're working with a newer version than CTP3 already since you're modifying a Tools Menu rather than the Custom menu. I particularly like the Export-SessionFiles and Import-SessionFiles functions, but then I appreciate seeing Select-Output as well.&lt;/p&gt;</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9257580</link><pubDate>Tue, 30 Dec 2008 23:38:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257580</guid><dc:creator>David Mohundro</dc:creator><description>&lt;p&gt;Wow, looks great! &lt;/p&gt;
&lt;p&gt;I do have a question, though.&lt;/p&gt;
&lt;p&gt;I've been digging through the $psISE.Options and customizing PowerShellISE to have a black background and other color customizations. Is there a way to customize the text caret color?&lt;/p&gt;
&lt;p&gt;For example, if you've changed the background color to black, you now can't see the text caret unless you have a way to change its color, too.&lt;/p&gt;
&lt;p&gt;Thanks for a great product!&lt;/p&gt;</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9257600</link><pubDate>Tue, 30 Dec 2008 23:53:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257600</guid><dc:creator>Vivek Sharma</dc:creator><description>&lt;p&gt;Few questions: &lt;/p&gt;
&lt;p&gt;-Can indention be changed programmatically? &lt;/p&gt;
&lt;p&gt;-How do I turn off the interactive portions of ISE (aka: I want a bare &amp;quot;notepad+&amp;quot; screen where I can simply write scripts). I don't see any options for hiding the interactive bits &lt;/p&gt;
&lt;p&gt;-Similar to the last question, any way to hack ISE to hide the icons--great for UI ppl but I don't ever use them as I like to type and use keyboard shortcuts :) &lt;/p&gt;</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9257931</link><pubDate>Wed, 31 Dec 2008 05:10:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257931</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;@vivek&lt;/p&gt;
&lt;p&gt;- Indention. &amp;nbsp;Depends what you want to do. &amp;nbsp;Before we had TAB and SHIFT-TAB to indent/un-indent code, we wrote scripts to do the same thing. &amp;nbsp;What we would do is to select the section we want to work on (This is available as $psISE.CurrentOpenedFile.Editor.SelectedText). &amp;nbsp;You can then do whatever you want to that string and then replace the selected text by using: $psISE.CurrentOpenedFile.Editor.InsertText(&amp;quot;Replacement-text&amp;quot;)&lt;/p&gt;
&lt;p&gt;Experiment with that - I think you'll like it. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you were asking for a way to say something like &amp;quot;When I hit tab, I want it to mean 8 spaces&amp;quot; - we don't have that.&lt;/p&gt;
&lt;p&gt;-----------------------&lt;/p&gt;
&lt;p&gt;RE: Turning of interactive portions of the ISE and hiding icons. &amp;nbsp;We are doing a number of changes to the UI layout to increase the amount of visual workspace we provide. &amp;nbsp;We are experimenting with a few ideas so nothing is settled yet.&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows Management Partner Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: My PowerShell_ISE Profile</title><link>http://blogs.msdn.com/powershell/archive/2008/12/29/my-powershell-ise-profile.aspx#9258290</link><pubDate>Wed, 31 Dec 2008 12:26:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9258290</guid><dc:creator>Christian </dc:creator><description>&lt;p&gt;@Vivek&lt;/p&gt;
&lt;p&gt;If you really just want a bare bones notepad+, you can put the script pane on the right (ctrl + shift + s) and drag the splitter bar all the way to the left. &lt;/p&gt;
&lt;p&gt;However, I personally like having the interactive part up. You can highlight a part of your script and press F5 and only run that part and the result is displayed in the output window. But granted, this works better on a large wide screen monitor. &lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Christian [MSFT]&lt;/p&gt;
&lt;p&gt;UX Designer &lt;/p&gt;</description></item></channel></rss>