You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I formatted a source containing conditional using statements
The usings are sorted without taking the conditional code into account
e.g. using be.cce.SmartTools.Images.ImageProvider from propath. is moved out of the &if using be.cce.ccetools.tools.I18N from propath. is moved into the &if
The text was updated successfully, but these errors were encountered:
No need to try for me
If the preprocessor directives are not formatted correctly, this source has to be fixed manually, after formatting, anyway.
Fixing preprocessor directives would have a higher priority for me because appbuilder defines are changed incorrectly as well
I formatted a source containing conditional
using
statementsThe usings are sorted without taking the conditional code into account
e.g.
using be.cce.SmartTools.Images.ImageProvider from propath.
is moved out of the &ifusing be.cce.ccetools.tools.I18N from propath.
is moved into the &ifThe text was updated successfully, but these errors were encountered: