Search found 290 matches

by Bosparan
Wed Sep 13, 2017 9:48 pm
Forum: PowerShell Studio
Topic: [PSS 2017][Bug]Synchronized projects and bin
Replies: 3
Views: 1798

Re: [PSS 2017][Bug]Synchronized projects and bin

Hi David, that worked well. Indeed, changing the packager path solved all the trouble. Thoughts: - Should the packager path be excluded in a module project? I somehow see no use-case for the packager in such a project. - Would it be possible to restrict the exclusion to the packager files themselves...
by Bosparan
Mon Sep 11, 2017 1:35 am
Forum: PowerShell Studio
Topic: [PSS 2017][Bug] Synchronized project extensions
Replies: 1
Views: 1104

[PSS 2017][Bug] Synchronized project extensions

PSS Version: 2017 5.4.143 x64 OS Version: Windows 10 x64 Creators Update WMF Version: 5.1 Impact: Minor Symptom: There is a default list of extensions that are synchronized. This list contains a typo: "*.psxml" instead of "*.ps1xml". It also should list ".txt" files by...
by Bosparan
Mon Sep 11, 2017 1:32 am
Forum: PowerShell Studio
Topic: [PSS 2017][Bug]Synchronized projects and bin
Replies: 3
Views: 1798

[PSS 2017][Bug]Synchronized projects and bin

PSS Version: 2017 5.4.143 x64 OS Version: Windows 10 x64 Creators Update WMF Version: 5.1 Impact: Medium Symptom: When having a synchronized project (tested specifically as module project), it will not include folders named 'bin' and their contents, even if those contents are listed in the supporte...
by Bosparan
Tue Jun 27, 2017 8:18 am
Forum: PowerShell Studio
Topic: [PSS 2017][Bug] Splatting with method calls
Replies: 3
Views: 1676

[PSS 2017][Bug] Splatting with method calls

PSS Version: 2017 5.4.141 x64 OS Version: Windows 10 x64 Creators Update WMF Version: 5.1 Impact: Low Symptom: Splatting a command call will produce a corrupted result, when one or more than one parameter includes a method call. Reproducibility: Paste the following line, then use the auto-splat on ...
by Bosparan
Tue Jun 13, 2017 8:12 am
Forum: Wish List and Feature Requests
Topic: [PSS 2017] Workflows
Replies: 0
Views: 6969

[PSS 2017] Workflows

Hi, I've recently had to mess with Workflows. Workflows are fantastic for some tasks, especially when it comes to ensuring sequential tasks survive reboots and other sources of sudden interruptions as frequently happen on a client machine. Now ... somehow PSS doesn't appear to really support Workflo...
by Bosparan
Tue Jun 13, 2017 8:05 am
Forum: Wish List and Feature Requests
Topic: [PSS 2017] Copy Definition
Replies: 2
Views: 3122

Re: [PSS 2017] Copy Definition

Hi David, thankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouthankyouth...
by Bosparan
Tue Jun 13, 2017 3:32 am
Forum: Wish List and Feature Requests
Topic: [PSS 2017] Copy Definition
Replies: 2
Views: 3122

[PSS 2017] Copy Definition

Hi, one of the more frequent things I get to do is copy&paste entire function definitions. Currently, this requires me to go the the first line, place my cursor before the the "function" statement, and then mark the entire function script-code. If I have a single function as the entire...
by Bosparan
Tue Jun 13, 2017 3:25 am
Forum: Wish List and Feature Requests
Topic: [PSS 2017] Copy Encoded Command
Replies: 1
Views: 2792

[PSS 2017] Copy Encoded Command

Hi, one of the things I occasionally have to do is encode a command for use with powershell.exe's -EncodedCommand parameter (especially when setting up a task). I've worked around that by creating a function "Encode-Command" to make that faster. However ... it would be even more convenient...
by Bosparan
Thu Jun 08, 2017 10:21 pm
Forum: Wish List and Feature Requests
Topic: [PSS 2017] New project item type: View
Replies: 1
Views: 5214

[PSS 2017] New project item type: View

Hi, when using PSS during presentations, there's often one feature I'd love to have: Views. Basically, my presentations are usually designed in phases: Explain some things using PowerShell, then do examples and hands-on stuff using several files in a PSS project. Then explain the next thing and so o...
by Bosparan
Sat May 27, 2017 5:31 am
Forum: Wish List and Feature Requests
Topic: [PSS 2017] add expiration date to build process
Replies: 1
Views: 2296

Re: [PSS 2017] add expiration date to build process

Interesting idea. Can't say I currently have a use-case for it, but it may very well have for you. If that should come, it may also be beneficial to be able to specify a message to display. On the other hand, you already can implement your own timeout (and message) in the code, so this may not actua...