Hidden is getting wrong color as parameter.
@omniomi 已经在做这个了。
开始于 2018年7月5日。
评估
这个 Issue 还没有评估数据。
描述
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
- 主要语言
- PowerShell
- 星标
- 151
- 派生
- 55
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
PowerShell/EditorSyntax 的其他 Issue
-
难度 3/5 1-2 天 新手友好度 55/100
PowerShell/EditorSyntax#224 · 2 条评论 ·
-
难度 3/5 1-2 天 新手友好度 48/100
PowerShell/EditorSyntax#222 · 2 条评论 ·
-
难度 3/5 1-2 天 新手友好度 55/100
PowerShell/EditorSyntax#221 · 2 条评论 ·
-
难度 3/5 1-2 天 新手友好度 45/100
PowerShell/EditorSyntax#220 · 2 条评论 · 1 个 reaction ·
-
Issue-Bug
难度 3/5 1-2 天 新手友好度 48/100
PowerShell/EditorSyntax#219 · 2 条评论 ·