mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-136848 Error splitting a comment by pressing Enter
This commit is contained in:
@@ -356,7 +356,7 @@ public class EnterHandler extends BaseEnterHandler {
|
||||
commentContext.docStart = false;
|
||||
}
|
||||
else {
|
||||
commentContext.docAsterisk = true;
|
||||
commentContext.docAsterisk = CodeStyleSettingsManager.getSettings(getProject()).JD_LEADING_ASTERISKS_ARE_ENABLED;
|
||||
commentContext.docStart = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user