Hidden is getting wrong color as parameter.
@omniomi is already working on this.
Since Jul 5, 2018.
Assessment
This issue has not been assessed yet.
Description
Environment
- Editor and Version (VS Code, Atom, Sublime): VSCode
- Your primary theme: Monokai
Issue Description
I've created function
function Set-WordTextHidden {
param(
[parameter(ValueFromPipelineByPropertyName, ValueFromPipeline)][Xceed.Words.NET.InsertBeforeOrAfter] $Paragraph,
$Hidden,
[bool] $Supress = $true
)
if ($Paragraph -ne $null -and $Hidden -ne $null) {
$Paragraph = $Paragraph.Hidden($Hidden)
}
if ($Supress) { return } else { return $Paragraph }
}
As you can see on screenshots... -Hidden is getting wrong color. I guess it's a special name but I still would like to use it.
Screenshots


Expected Behavior
No coloring?
Code Samples
- Dominant language
- PowerShell
- Stars
- 151
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from PowerShell/EditorSyntax
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
PowerShell/EditorSyntax#224 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
PowerShell/EditorSyntax#222 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
PowerShell/EditorSyntax#221 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
PowerShell/EditorSyntax#220 · 2 comments · 1 reaction ·
-
Issue-Bug
Difficulty 3/5 1-2 days Newbie friendliness 48/100
PowerShell/EditorSyntax#219 · 2 comments ·