Windows 7 SP1, Powershell ISE V3.I am unable to get a value entered in the command line when I use $psISE.CurrentPowershellTab.ConnsolePane.InputText in a function run from the Add-Ons Menu.The equivalent was working perfectly in V2 when the console pane and command pane were separate and I had to use $psISE.CurrentPowershellTab.CommandPane.Text to extract the value.
Have you seen this problem before in this product?