"Optimize Usings" destroys DialogResult.
As stated. I have a button with "DialogResult" set to OK. When I use
"Optimize Usings" and tell it to clean qualified namespace declarations and
the like, it adds a ...
using DialogResult = System.Windows.Forms.DialogResult; to the top of my
class, and the DialogResult is disqualified.
Please sign in to leave a comment.
Hi Derek,
Thank you for the report.
Please could you post this bug to the tracker?
--
---
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Derek" <derek@btacinc.com> wrote in message
news:c7o3e1$aih$1@is.intellij.net...
and
>
>
>