Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.


def func(param):
do_something()
do_something_else()

Mofi wrote:Identical open and close fold strings are possible. Only the last function in the file is not recognized for code folding because there is no close fold string.
def func():
something()
more()
class MyClass:
def func2():
yet_more()


JohnJSal wrote:Can UE accept anything other than strings when specifying the code folding characters?


