Search found 7 matches

by jasnic02
Thu Apr 14, 2016 12:19 pm
Forum: PowerShell Studio
Topic: Formatting of code within parenthesis not correctly indented
Replies: 1
Views: 1371

Formatting of code within parenthesis not correctly indented

Product, version and build: PowerShell Studio 2016 build 5.2.118 32 or 64 bit version of product: 64 bit Operating system: Windows 8.1 32 or 64 bit OS: 64 PowerShell Version: 5.0 When PSStudio formats the code, the code within the parenthesis are not indented properly. Unless I'm missing an option s...
by jasnic02
Mon Oct 14, 2013 8:59 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio : Feature Request - 'Show Filters'
Replies: 1
Views: 3046

PowerShell Studio : Feature Request - 'Show Filters'

Currently, Filters do not show up in the Function Explorer window in PowerShell Studio. Can those be added to that view? Or, maybe there is a way to enable this already and I'm missing it? Thanks.
by jasnic02
Fri Aug 24, 2012 11:11 am
Forum: Wish List and Feature Requests
Topic: Default location for new scripts in project
Replies: 2
Views: 2243

Default location for new scripts in project

Ah, cool! I thought this request might be met with an existing solution! Thanks!
by jasnic02
Fri Aug 24, 2012 11:00 am
Forum: Wish List and Feature Requests
Topic: Default location for new scripts in project
Replies: 2
Views: 2243

Default location for new scripts in project

Minor request for PowerShell Studio. If I'm working in a project and I create a new file, when saving that file the location to save that file follows the defaults in the options page. But, if I'm working in a project I almost always want that file to be saved in the folder structure of that project...
by jasnic02
Fri Aug 24, 2012 10:55 am
Forum: Wish List and Feature Requests
Topic: Better support for $() in PowerShell Studio
Replies: 1
Views: 1833

Better support for $() in PowerShell Studio

Consider the following snippet: $ScriptDirectory = $( if ($HostInvocation -ne $null) { Split-Path $HostInvocation.MyCommand.Path } else { Split-Path $script:MyInvocation.MyCommand.Path }) Smart indent hates this as it doesn't treat the '$(' like an open brace is treated. And, auto-complete doesn't r...
by jasnic02
Fri Aug 24, 2012 10:48 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio Search (and Search/Replace)
Replies: 1
Views: 1995

PowerShell Studio Search (and Search/Replace)

Currently (in 3.0.8), if I have several scripts open in PowerShell Studio and I do a search/replace on the current script and I want to do the same search/replace on another script by clicking on that second script (leaving the search/replace window up) the subsequent search fails. I then have to cl...
by jasnic02
Thu Jul 28, 2011 7:53 am
Forum: PrimalForms
Topic: Multiple .psm1 files in module project
Replies: 0
Views: 2480

Multiple .psm1 files in module project

Is this possible now (and I'm just missing it)? If not, I'd like to make a feature request for multiple .psm1 files in a module project with an entry for each in the .psd1 file (NestedModules).