Search found 96 matches
- Mon Sep 21, 2020 9:01 pm
- Forum: PowerShell Studio
- Topic: Auto expand on paste sensitive to spaces
- Replies: 3
- Views: 2111
Auto expand on paste sensitive to spaces
Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.181 OS: Windows 10 Pro (64 Bit) Build: v10.0.19041.0 The following where-object will not expand during a paste, due to the space between ? and the left open brace foreach ($Line in @($Stats.$Type.$ServerPrefix.$Server) | ? { $_ }) however... forea...
- Mon Sep 21, 2020 5:16 pm
- Forum: PowerShell Studio
- Topic: PSS lose text highlights follow switch
- Replies: 2
- Views: 520
PSS lose text highlights follow switch
Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.181 OS: Windows 10 Pro (64 Bit) Build: v10.0.19041.0 Following a "switch -regex -file statement", text highlighting disappears until a specific command (eg. IF block ) is used. This does not appear to occur on a basic switch block (ie. not using -...
- Mon Jun 15, 2020 3:29 pm
- Forum: PowerShell Studio
- Topic: Forms not inheriting color theme
- Replies: 2
- Views: 598
Re: Forms not inheriting color theme
Interesting, thanks. I have always used the light theme so at some point an update (or something else) must have reverted them to use dark.
- Mon Jun 15, 2020 3:02 pm
- Forum: PowerShell Studio
- Topic: Forms not inheriting color theme
- Replies: 2
- Views: 598
Forms not inheriting color theme
Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.178 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.18363.0 I typically use 'Office 2019 Colorful' as my powershell studio color theme. I would expect any other child form to inherit this theme but there are at least two forms that do not do this....
- Thu Jan 30, 2020 2:48 pm
- Forum: PowerShell Studio
- Topic: Formatting the TitleBar text area
- Replies: 0
- Views: 3169
Formatting the TitleBar text area
Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.170 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.18363.0 This follows on from a Wish List post that I had for a way to left & right align two text strings in the title bar. This solution does what I want and while not perfect is possibly someth...
- Mon Jan 27, 2020 6:04 pm
- Forum: Wish List and Feature Requests
- Topic: Powershell Studio Title text manipulation
- Replies: 7
- Views: 2784
Re: Powershell Studio Title text manipulation
I know this is a wish list forum but have added to this to show the history behind the query
- Mon Jan 27, 2020 4:21 pm
- Forum: Wish List and Feature Requests
- Topic: Powershell Studio Title text manipulation
- Replies: 7
- Views: 2784
Re: Powershell Studio Title text manipulation
Okay, I may be chasing a lost cause but after a little reading I thought I could achieve my deired result approaching this in a different direction. However it does not work and I think I'm comparing apples with pears but can not see where it's going wrong.. The code $Product = 'cnwiniadmin' $script...
- Sun Jan 26, 2020 3:01 pm
- Forum: Wish List and Feature Requests
- Topic: Powershell Studio Title text manipulation
- Replies: 7
- Views: 2784
Re: Powershell Studio Title text manipulation
Alexander,
I really appreciate the time you have taken to outline this. I think I will stick to the way it currently works. Thanks
I really appreciate the time you have taken to outline this. I think I will stick to the way it currently works. Thanks
- Sun Jan 26, 2020 2:05 pm
- Forum: Wish List and Feature Requests
- Topic: Powershell Studio Title text manipulation
- Replies: 7
- Views: 2784
Re: Powershell Studio Title text manipulation
Oh, I should explain that I used ms-paint to move the strings into the desired positions to explain what I would like. This is not an example of what the form current has (all text left-aligned)
- Sun Jan 26, 2020 2:04 pm
- Forum: Wish List and Feature Requests
- Topic: Powershell Studio Title text manipulation
- Replies: 7
- Views: 2784
Re: Powershell Studio Title text manipulation
Hmmm, after re-reading I can see that I did not explain myself very well (seemed to sound right in my head at the time). If you look at the image you can see the text position on the Form title bar. I want to be able to separate the two different types of strings and have them remain where they are ...