I would like it if there was an Editor option to draw a line between functions in the code, which makes code far more readable without the user having to manually create one each time using comment chars. Something like this:

function abc()
begin
  do something...
end
___________________________________________________________

function 123()
begin
  do something...
end
___________________________________________________________

EControl Systax Editor does this and it is effective.