mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
that is the same as for the opening comment. Otherwise, it's impossible to detect the necessary indentation in languages like Python, where the block containing a comment is itself determined by this very indentation. If it's wrong for some reason, the subsequent call of CodeStyleManager.adjustLineIndent() should handle that in all other languages.
11 lines
163 B
Python
11 lines
163 B
Python
class C:
|
|
def m1(self):
|
|
pass
|
|
|
|
# <editor-fold desc="Description">
|
|
def m2(self):
|
|
pass
|
|
|
|
def m3(self):
|
|
pass
|
|
# </editor-fold> |