Search found 1642 matches

by brittneyr
Mon Dec 04, 2023 7:45 am
Forum: PowerShell Studio
Topic: ISE snippet import
Replies: 5
Views: 10953

Re: ISE snippet import

PowerShell Studio has its own snippets that may include similar snippets to ISE. If you wish to create new snippets in PowerShell Studio, this can be done from the snippets panel:
SPS_SnippetsPanelNew.png
SPS_SnippetsPanelNew.png (28.05 KiB) Viewed 10856 times
by brittneyr
Fri Dec 01, 2023 7:09 am
Forum: PowerShell Studio
Topic: Custom Powershell Modules Shared value not saving In Empty form Project
Replies: 22
Views: 66796

Re: Custom Powershell Modules Shared value not saving In Empty form Project

That shouldn't be an issue. Yes, you can import the module in the Startup.pss. Startup.pss has a build setting of Include so it will merge into one script file will any other files also with that setting. Files with the build setting of Content may also need an import statement. You may find the fol...
by brittneyr
Wed Nov 29, 2023 9:21 am
Forum: PowerShell Studio
Topic: Auto completes dont work properly with () [] & {}
Replies: 2
Views: 6251

Re: Auto completes dont work properly with () [] & {}

A bug report has been filed for this issue and it will be addressed in a future release.
by brittneyr
Wed Nov 29, 2023 7:17 am
Forum: Former and Future Customers - Questions
Topic: Custom Powershell Modules Shared value not saving In Empty form Project
Replies: 1
Views: 1878

Re: Custom Powershell Modules Shared value not saving In Empty form Project

This is an issue that will be addressed in the next release.

The Content build setting does not merge files when building the project. Therefore, in the file you need the module, you would add an import statement.
by brittneyr
Wed Nov 29, 2023 7:11 am
Forum: PowerShell Studio
Topic: Custom Powershell Modules Shared value not saving In Empty form Project
Replies: 22
Views: 66796

Re: Custom Powershell Modules Shared value not saving In Empty form Project

This is an issue that will be addressed in the next release.

The Content build setting does not merge files when building the project. Therefore, in the file you need the module, you would add an import statement.
by brittneyr
Thu Nov 16, 2023 3:17 pm
Forum: PowerShell Studio
Topic: Error when you start typing in the object browser
Replies: 3
Views: 5399

Re: Error when you start typing in the object browser

A bug report has been filed for the error with the .NET Browser. I still have not been able to reproduce the 'Object reference not set to an instance of an object.' error you are receiving from the WMI Browser or Database Browser. Are you typing/doing something specific in the WMI browser to get thi...
by brittneyr
Wed Nov 15, 2023 3:32 pm
Forum: PowerShell Studio
Topic: Auto completes dont work properly with () [] & {}
Replies: 2
Views: 6251

Re: Auto completes dont work properly with () [] & {}

We are looking into this and will get back to you soon.
by brittneyr
Wed Nov 15, 2023 11:07 am
Forum: PowerShell Studio
Topic: Formating changes do not save
Replies: 6
Views: 6803

Re: Formating changes do not save

That format setting is for leaving existing blocks that are on the same line, not moving existing blocks to be one liners. Moving all blocks to be one line would potentially cause many errors. You may find the following helpful: https://info.sapien.com/manuals/powershell_studio/sps_options_formattin...
by brittneyr
Wed Nov 15, 2023 10:35 am
Forum: PowerShell Studio
Topic: Formating changes do not save
Replies: 6
Views: 6803

Re: Formating changes do not save

Files are not automatically formatted upon the settings changing. If you format the file, do you see the correct formatting?
by brittneyr
Wed Nov 15, 2023 7:29 am
Forum: PowerShell Studio
Topic: Glitch in Autoformating
Replies: 2
Views: 4663

Re: Glitch in Autoformating

What are your current editor and formating settings:
SPS_OptionsEditor.png
SPS_OptionsEditor.png (31.76 KiB) Viewed 4654 times
SPS_OptionsFormatting.png
SPS_OptionsFormatting.png (30.74 KiB) Viewed 4654 times