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
Go to the CodeMaid options -> Formatting -> Set the Wrap comments at column option small enough to make the comment in the code require wrapping, and enable the Run format comments during cleanup option.
Run the Cleanup Active Document command.
Check the output window.
Current behavior
It currently raises a regex parsing exception on the increment method overload and stops.
Note that this happens consistently if there is a comment that requires wrapping anywhere in the file.
Otherwise when there are no comments or only short comments, only the first time the command is run triggers the exception.
Expected behavior
It should handle this without any exceptions and finish cleanup as normal.
The text was updated successfully, but these errors were encountered:
Environment
Description
Using the
Cleanup Active Document
command aborts with the following exception:Steps to recreate
Wrap comments at column
option small enough to make the comment in the code require wrapping, and enable theRun format comments during cleanup
option.Cleanup Active Document
command.Current behavior
It currently raises a regex parsing exception on the increment method overload and stops.
Note that this happens consistently if there is a comment that requires wrapping anywhere in the file.
Otherwise when there are no comments or only short comments, only the first time the command is run triggers the exception.
Expected behavior
It should handle this without any exceptions and finish cleanup as normal.
The text was updated successfully, but these errors were encountered: