Search found 64 matches

by Jehoschua
Sat Mar 31, 2018 9:22 am
Forum: PowerShell Studio
Topic: x.TempPoint.ps1 - Please delete your temporary files on the File Closed Event
Replies: 2
Views: 2111

x.TempPoint.ps1 - Please delete your temporary files on the File Closed Event

Good evening PowerShell Studio keeps its x.TempPoint.ps1 files everywhere, even if the associated Source file was closed a long time ago. Please delete your temporary files as soon as you no longer need them. The "On File Closed" Event would probably be a useful place to delete x.TempPoint...
by Jehoschua
Mon Mar 12, 2018 1:33 pm
Forum: Wish List and Feature Requests
Topic: PowerShell Studio: Small fix text request: Change "Copy File Path" to "Copy File Path & Name"
Replies: 0
Views: 12489

PowerShell Studio: Small fix text request: Change "Copy File Path" to "Copy File Path & Name"

Good evening If we use the File Tab context menu, then Sapien PowerShell Studio naming is not clear: "Copy File Name" » The File's Name is copied. OK. "Copy Folder Path " » The Folder's Path is copied. OK, clear. "Copy File Path " » The File's Path AND Name is copied. V...
by Jehoschua
Mon Mar 12, 2018 1:25 pm
Forum: Wish List and Feature Requests
Topic: PowerShell Studio: Small Editor feature request: Ctrl+d: Duplicate Text
Replies: 1
Views: 5151

PowerShell Studio: Small Editor feature request: Ctrl+d: Duplicate Text

Good evening
This is also a well known notepad++ feature:
If Ctrl+d is pressed, then the current line or the current selection is copied.

Many other IDEs support this feature, too, therefore it would be useful to have it in Sapien PowerShell Studio, too.

Thanks a lot, kind regards,
Thomas
by Jehoschua
Mon Mar 12, 2018 1:22 pm
Forum: Wish List and Feature Requests
Topic: PowerShell Studio: Small feature request: Automatically highlight selected Text
Replies: 1
Views: 5658

PowerShell Studio: Small feature request: Automatically highlight selected Text

Good evening You probably know the feature already from notepad++: if we mark a word (e.g. by doubleclicking it or using ctrl+shift+right or +left), then notepad++ automatically highlight the selected word . Many other IDEs support this feature, too, therefore it would be useful to have it in Sapien...
by Jehoschua
Thu Feb 01, 2018 2:00 pm
Forum: PowerShell Studio
Topic: PS Studio 5.4.145: Form Project - Breakpoints are ending with "Script Ended"
Replies: 9
Views: 4971

Re: PS Studio 5.4.145: Form Project - Breakpoints are ending with "Script Ended"

Good evening mxtrinidad Thank you very much for studying and discussing this problem!, your questions lead me to the solution: In the real life, the project is in a subdirectory containing an equal sign (=) : c:\Scripts\PowerShell\=GUI\Edit-Json-MA\Edit-Json-MA.psproj If there is an equal sign in th...
by Jehoschua
Thu Feb 01, 2018 8:13 am
Forum: PowerShell Studio
Topic: PS Studio 5.4.145: Form Project - Breakpoints are ending with "Script Ended"
Replies: 9
Views: 4971

Re: PS Studio 5.4.145: Form Project - Breakpoints are ending with "Script Ended"

Good evening mxtrinidad Thank you very much for testing our problem!, we've updated Windows 10 to the identical version you have used, but the problem still exists. Because we've already uninstalled and reinstalled PowerShell Studio, I think it will be hard to find the bug. Therefore we use this wor...
by Jehoschua
Tue Jan 30, 2018 5:25 am
Forum: PowerShell Studio
Topic: PS Studio 5.4.145: Form Project - Breakpoints are ending with "Script Ended"
Replies: 9
Views: 4971

Re: PS Studio 5.4.145: Form Project - Breakpoints are ending with "Script Ended"

System Settings: Windows 10 Enterprise, 1709, OS Buid 16299.15, 64bit PowerShell Studio 2017 v5.4.145 Good afternoon Finally, I was able to create a simple forms project using PowerShell Studio, which does not work as soon as I enable a brackpoint. I've added a zip file of my project. I've created t...
by Jehoschua
Fri Jan 26, 2018 4:09 am
Forum: PowerShell Studio
Topic: PS Studio 5.4.145: Form Project - Breakpoints are ending with "Script Ended"
Replies: 9
Views: 4971

PS Studio 5.4.145: Form Project - Breakpoints are ending with "Script Ended"

Hello Since today, PowerShell Studio 2017 behaves strange in Forms projects (simple scripts can still be debugged without any issues): My test project is simple: I just create a new Form Project and select "Empty Form" and use this automatically created code in the following steps If I del...
by Jehoschua
Thu Aug 17, 2017 8:48 am
Forum: PowerShell Studio
Topic: Bug if Path to ps1-Script contains '&'
Replies: 1
Views: 1930

Bug if Path to ps1-Script contains '&'

Product, version and build: PowerShell Studio 2017 v5.4.143 32 or 64 bit version of product: 64 Operating system: Win10 32 or 64 bit OS: 64 Good afternoon PowerShell itself has no problems to run this script containing ampersands: A:\Scripts\Backup&Reset-Outlook\Backup&Reset-Outlook.ps1 It's...
by Jehoschua
Sun Aug 13, 2017 8:16 am
Forum: PowerShell Studio
Topic: PowerShell Studio 2017 v5.4.143: Using [adsi]'' is so slow
Replies: 1
Views: 1298

PowerShell Studio 2017 v5.4.143: Using [adsi]'' is so slow

Product, version and build: PowerShell Studio 2017 v5.4.143 32 or 64 bit version of product: 64 Operating system: Windows 10 32 or 64 bit OS: 64 Hello PowerShell Studio is *very* slow, if the following Code is executed. The following Code has this execution time: Without Debbugger: less than 1 secon...