SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Features and/or Improvements => Topic started by: jporkkahtc on October 04, 2017, 10:37:36 PM

Title: Python: Update Doc Comment is weird
Post by: jporkkahtc on October 04, 2017, 10:37:36 PM
Put your cursor on a "def fn():" line.
Documents -> UpdateDocComment

The results are bogus.
Code: [Select]
#!/usr/bin/env python3
import os


21202
 @param a
 @param b
 @param c
 @return
 
def something(a,b,c):
    return a + b + c
Title: Re: Python: Update Doc Comment is weird
Post by: patrick on October 05, 2017, 01:45:06 PM
The javadoc generation is not supposed to be enabled for Python, as we don't have support for the python doc string formats.  Will be fixed in the next build, or the first hotfix.