Thread: Avisynth+
View Single Post
Old 15th November 2013, 16:38   #293  |  Link
ajp_anton
Registered User
 
ajp_anton's Avatar
 
Join Date: Aug 2006
Location: Stockholm/Helsinki
Posts: 807
Quote:
Originally Posted by ajp_anton View Post
Feature request: allow comments on split lines, like this:
filter(argument 1 #comment
\, argument 2)
Another closely related request:

Example:

function1()
#\.function2()
\.function3()

allow commenting out the middle line for easy temporary removal of the middle function. /**/ commenting just isn't very practical...
The previous request would allow for a
\#.function2()
comment, but commenting out the full line including the \ would make life even better =).
ajp_anton is offline