Page 1 of 1

Editor Settings Ignored in editor

Posted: Mon Jul 08, 2024 6:40 am
by PsCustomObject
To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: 2024 - 5.8.246
Operating system: Windows 11
PowerShell version(s): 5.1 / 7.4

*** Please add details and screenshots as needed below. ***
Hello,

I recentrly reinstalled PowerShell studio after computer reimage, I'm using a custom theme editor I've imported settings but some of them are being ignored.

For example I've set function calls to be purple and parameter blue yet editor is showing everything blue, I've tried resetting to default to no avail.

I'm attaching couple screenshots to sow the behavior, I can of course upload the custom template I am using.

Re: Editor Settings Ignored in editor

Posted: Mon Jul 08, 2024 7:52 am
by brittneyr
'Function' is for defined functions in your script. 'Command' is for functions and cmdlets loaded in. The 'Command' display item is what needs to be set for the line of code you are showing.

Re: Editor Settings Ignored in editor

Posted: Mon Jul 08, 2024 8:28 am
by PsCustomObject
And thanks for making me feel like an idiot :D

I feel like a noobie now, well all is good which is the important thing.-

Many thanks!