Search found 99 matches

by adbertram
Wed Jun 29, 2016 10:41 am
Forum: PowerShell Studio
Topic: Indenting is off when using .where() and .foreach()
Replies: 3
Views: 2053

Re: Indenting is off when using .where() and .foreach()

I'd still like my param block to look like this though:

param(
[Parameter()]
$Param
)

Formatting is so subjective. I'd LOVE a way to build our own templates and define formatting rules as we see fit.
by adbertram
Wed Jun 29, 2016 8:36 am
Forum: PowerShell Studio
Topic: Indenting is off when using .where() and .foreach()
Replies: 3
Views: 2053

Indenting is off when using .where() and .foreach()

There's one too many tabs being placed to indent the code inside of the .where() and .foreach() methods.

http://www.screencast.com/t/0tPNO1M5AD
by adbertram
Wed Jun 29, 2016 7:30 am
Forum: PowerShell Studio
Topic: Opening a PowerShell script or module from File Explorer does not open in PS Studio
Replies: 12
Views: 11408

Re: Opening a PowerShell script or module from File Explorer does not open in PS Studio

I'm in a RDP session. All the files are local. Here's what it does when I have PS Studio open and try to launch a script from Explorer.

http://www.screencast.com/t/5XGRPVA6MjG
by adbertram
Mon Jun 27, 2016 9:26 am
Forum: Wish List and Feature Requests
Topic: Cloning snippets
Replies: 1
Views: 1893

Cloning snippets

It would be nice to be able to right-click on a snippet and have a "Copy" option which will automatically create a snippet with the name <SnippetName>-Copy in the same folder as the one being copied.
by adbertram
Mon Jun 27, 2016 8:20 am
Forum: PowerShell Studio
Topic: Opening a PowerShell script or module from File Explorer does not open in PS Studio
Replies: 12
Views: 11408

Opening a PowerShell script or module from File Explorer does not open in PS Studio

I've ensured that the file association is set and PS Studio opens but a new tab is not created for the script I just double-clicked on in Explorer.
by adbertram
Fri Jun 24, 2016 9:19 am
Forum: Wish List and Feature Requests
Topic: Changing behavior of Ctrl-Tab
Replies: 4
Views: 3554

Re: Changing behavior of Ctrl-Tab

Yes! I dislike the document selector. I'd love simple keyboard shortcuts to go back and forth. If I had multiple tabs open, I could never remember which ones I opened first. That behavior doesn't make any sense to me.
by adbertram
Fri Jun 24, 2016 8:08 am
Forum: Wish List and Feature Requests
Topic: Changing behavior of Ctrl-Tab
Replies: 4
Views: 3554

Changing behavior of Ctrl-Tab

Here's a screencast I recorded to demonstrate the keyboard shortcuts for tab navigation and my explanation.

http://www.screencast.com/t/W3yYfjJTfaeM
by adbertram
Wed Jun 22, 2016 7:24 am
Forum: Wish List and Feature Requests
Topic: Find function declaration not just in current script
Replies: 1
Views: 1975

Find function declaration not just in current script

I have a project I work on every day with dozens of modules amounting to hundreds of functions. I have all of these modules in a PowerShell Studio project with each module function referencing multiple other functions in other modules. I would love to be able to right-click on a function reference a...
by adbertram
Tue Jun 14, 2016 8:29 am
Forum: Wish List and Feature Requests
Topic: Commenting lines that are collapsed do not expand them
Replies: 0
Views: 11522

Commenting lines that are collapsed do not expand them

When I have large snippets of code that are collapsed and I want to comment the entire collapsed part out, I collapse them and then Ctrl-Q. This then always expands the snippet and I'm always have to recollapse. I wish it would simply keep the code collapsed yet entirely commented out.
by adbertram
Mon Jun 13, 2016 12:43 pm
Forum: PowerShell Studio
Topic: Find in file not working
Replies: 3
Views: 4084

Re: Find in file not working

I'm on Windows 10 with PowerShell v5.0.10586.122 installed.

That's odd. It's now working. I suppose you can disregard this until it happens again. Thanks for checking.