TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

ctrl N reports an error on the new version #103

Closed moroal closed 1 year ago

moroal commented 1 year ago

image

vincec-msft commented 1 year ago

I cannot reproduce this issue. Can you give more information to help repro? Does it happen when certain lines are selected? On all files? When the window is on a virtual desktop? What's unique about your setup that might narrow down the circumstances for this error?

It's possible that your registry is corrupted. Try replacing the FilterDialogWidth value with something new: reg add HKEY_CURRENT_USER\Software\DavidAns\TextAnalysisTool.NET /v FilterDialogWidth /t REG_DWORD /d 700

vincec-msft commented 1 year ago

@moroal , also, what version of Windows are you running on? What version of the .NET Frameworks?

Please try to reproduce on different versions of Windows to see if it's an issue everywhere or something unique to one environment. Thanks!

moroal commented 1 year ago

Version Windows 10 Enterprise Version number 22H2 Installation date ‎2023/‎3/‎31 OS Build 19045.2728 Experience Windows Feature Experience Pack 120.2212.4190.0

moroal commented 1 year ago

Sorry, I just saw your message

moroal commented 1 year ago

Both registry data do not work

default: image

new: image

caixinyuan commented 1 year ago

I encountered the same error on Win11 clicking Add New Filter and Ctrl+F

vincec-msft commented 1 year ago

@moroal , @caixinyuan , please try this version: TextAnalysisTool.NET.zip

Try both Ctrl+N and Ctrl+F to make sure both dialogs work.

caixinyuan commented 1 year ago

@moroal,@caixinyuan,请尝试此版本:TextAnalysisTool.NET.zip

尝试按 Ctrl+N 和 Ctrl+F 以确保两个对话框都正常工作。

It's good

moroal commented 1 year ago

@moroal , @caixinyuan , please try this version: TextAnalysisTool.NET.zip

Try both Ctrl+N and Ctrl+F to make sure both dialogs work.

it's work, thank you

DavidAnson commented 1 year ago

Thanks a bunch, @vincec-msft! I'll coordinate on a patch release next week!

vincec-msft commented 1 year ago

Fixed in the 2023-04-25 release.