Skip to content

Releases: 20Tauri/DoxyDoxygen

v0.76.3

21 May 10:17
Compare
Choose a tag to compare
  • Fix: [Python] Don't trigger on pressing enter when there's already a docstring (#143)
  • Fix: [Python] Respect the active view.settings.get("rulers") (#142)
  • Fix: Don't introduce trailing white space (#141)

v0.76.2

14 May 18:17
Compare
Choose a tag to compare
  • Fix: Python: init with -> None: at end (#140)

v0.76.1

04 May 16:36
Compare
Choose a tag to compare
  • Fix: [PHP] With FQN option, Generating unexpected type hinting (#139)

v0.76.0

02 Mar 20:48
Compare
Choose a tag to compare
  • Add: Dart support
  • Fix: Selection of untranslated messages in JSON file
  • Fix: Class description rules of collections wrongly used the word "list"
  • Add: Tip to have Doxygen tooltip on hover in the FAQ (#69)

v0.75.3

09 Dec 18:36
Compare
Choose a tag to compare
  • Change: DocBlockr shortcut removed (revert from 0.75.2)

v0.75.2

09 Dec 18:31
Compare
Choose a tag to compare
  • Add: Python 3.6 formatted strings support
  • Add: Python 3.8 positional-only parameters
  • Change: DocBlockr shortcut added

v0.75.1

25 Nov 21:17
Compare
Choose a tag to compare
  • Fix: Java parser may confuse ">>" with "> >"
  • Add: CrashReport now include recursion limit settings

v0.75.0

12 Nov 18:54
Compare
Choose a tag to compare
  • Add: JsDoc new tags
  • Add: ApiDoc new tags
  • Add: Two new commands to select untranslated/all messages in PO/INI/Properties/JSON/XLIFF files (experimental)
  • Add: Translation of PO files. When translating a multi-lines msgstr, all the lines are now processed
  • Add: Language translation files (.lng) file support
  • Improve: Auto-fill rules
  • Improve: Translation of properties files
  • Improve: When translating, escape sequence handling is more smarter
  • Improve: Translations with severals cursors at the same location are now skipped
  • Improve: Translations in Java properties files with MessageFormat style have been improved
  • Fix: Lua, Swift, TypeScript and Perl completions didn't work when cursor was at the end of a comment line (#138, #132, sublimehq/Packages#2127)
  • Fix: Somes auto-fill rules may cause recoverable exceptions
  • Fix: Translations sur "%" may be corrupted
  • Fix: Baidu Translator (an error code can be wrongly interpreted)

v0.74.6

13 Oct 20:48
Compare
Choose a tag to compare
  • Improve: Return type auto-fill

v0.74.5

10 Oct 20:59
Compare
Choose a tag to compare
  • Add: "boost::ignore_unused" support
  • Fix: C++ support of pointer to data member