Search found 41 matches

by CermakPOI
Thu Sep 22, 2016 10:51 pm
Forum: PowerShell Studio
Topic: [PSS 2016][Request][Feature] List of Regions
Replies: 2
Views: 1491

Re: [PSS 2016][Request][Feature] List of Regions

Thank you! I was not aware of this fetaure.
For me personally it better would be to include it in the function list as a separate folder.
by CermakPOI
Thu Sep 22, 2016 3:49 am
Forum: PowerShell Studio
Topic: [PSS 2016][Request][Feature] Shortcuts for other Keyboard layouts
Replies: 1
Views: 1247

[PSS 2016][Request][Feature] Shortcuts for other Keyboard layouts

Product, version and build: Powershell S'tudio 2016 32 or 64 bit version of product: 64 Operating system: Win 10 32 or 64 bit OS: 64 PowerShell Version: 5.0 Hi, I have a german Keyboard and cannot use some of the Keyboard shortcuts at all. These are completely impossible since these Characters are a...
by CermakPOI
Thu Sep 22, 2016 3:24 am
Forum: PowerShell Studio
Topic: [PSS 2016][Request][Feature] List of Regions
Replies: 2
Views: 1491

[PSS 2016][Request][Feature] List of Regions

Product, version and build: Powershell S'tudio 2016 32 or 64 bit version of product: 64 Operating system: Win 10 32 or 64 bit OS: 64 PowerShell Version: 5.0 HI, I have some fairly long scripts which use regions to separate processed steps. Could you make a list like the Functions list also for Regio...
by CermakPOI
Tue Jul 05, 2016 12:53 am
Forum: PowerShell Studio
Topic: Snippet Editor Evaluate function or data
Replies: 1
Views: 1239

Snippet Editor Evaluate function or data

Hi, I want to create a snippet which inserts the current date and Username in string format - how can i do this with the Powershell Studio snippet editor? It should look like this 1.0.0 01.07.2016 CER Description <tab>1.0.0<tab> CurrentDate <tab> MyUserName <tab>Description I already tried variation...
by CermakPOI
Thu Sep 03, 2015 11:56 pm
Forum: PowerShell Studio
Topic: Multiple packager Icons for .EXE
Replies: 4
Views: 3164

Re: Multiple packager Icons for .EXE

I found a working, automated solution via Resource Hacker: My source files are for this are i user portable ResourceHacker and put this as a subfolder of my Project D:\PSScripts\MyGUI\resource_hacker\ResourceHacker.exe The Packaged EXE: D:\PSScripts\MyGUI\MyGUI.exe The Icons: D:\PSScripts\MyGUI\ICON...
by CermakPOI
Thu Sep 03, 2015 10:53 pm
Forum: PowerShell Studio
Topic: Multiple packager Icons for .EXE
Replies: 4
Views: 3164

Re: Multiple packager Icons for .EXE

Thanks for the reply.
The Icons of the Shortcut shall change according to a specific state which is set by the script itself. (I recreate the Shortcut)
So i think i must use individual .ico files.
by CermakPOI
Thu Sep 03, 2015 4:49 am
Forum: PowerShell Studio
Topic: Multiple packager Icons for .EXE
Replies: 4
Views: 3164

Multiple packager Icons for .EXE

Hi, I would like to embed multiple icons in the final .exe so that i can select one of them as a shortcut icon. Is this possible? I'm expecting the answer to use an image list so i clarify again: I want my icon not inside the GUI/application, NOT as an imagelist, but as an icon i can select for a sh...
by CermakPOI
Tue Jan 08, 2013 11:39 pm
Forum: PowerShell
Topic: Using the output of a function within a function
Replies: 4
Views: 3635

Using the output of a function within a function

If you want to use function output, you should not pipe the output into format list, since this is a string format. You should use it a natively as possible to preserve the object properties. Your function does not return anything, right? Thats because you'rs saving the outoput into a variable thats...
by CermakPOI
Mon Nov 19, 2012 1:01 am
Forum: Customer Service
Topic: PowerShell Studio 2012 Standard Editor Features
Replies: 2
Views: 2902

PowerShell Studio 2012 Standard Editor Features

Hi David,
Thanky for the info! Color customization for bracket highlight is the most important ;-)
But the Shortcut Ctrl+} cannot be used on german keyboards. -> Feature Request: Customizable keyboard shortcuts
by CermakPOI
Thu Nov 15, 2012 11:14 pm
Forum: Customer Service
Topic: PowerShell Studio 2012 Standard Editor Features
Replies: 2
Views: 2902

PowerShell Studio 2012 Standard Editor Features

The Editor should detect file changes from other programs. The Variable Detection works correctly for Single quoted Strings: ' This is my $Variable' Variables should be resolved inside of Double quoted Strings, just like PS itself does: " This is my $Variable" A more visible/configurable a...