Menu

Settings for auto appending dot at the end.

Help
Nhan
2014-02-04
2014-02-25
  • Nhan

    Nhan - 2014-02-04

    Hi,

        Before all, i want to thank you for the very useful plugin. Really help saving much time.

        But i run into an issue during my work. It appear to me that the plugin automatically append the ending dot "." at the end of javadoc if one is missing. This is sure a plus in writing in English but not for other language. In my case, i writing docs in Japenese, the ending dot would be "。" instead of ".".

        So please show me if there is a way to turn off that automation or change default ending dot.

        Thank you in advance and please excuse for my bad English.

     
    • Martin Kesting

      Martin Kesting - 2014-02-10

      Hi,
      there is a system property "jautodoc.dot", so if you put the following line in your "eclipse.ini"

      -vmargs
      ...
      -Djautodoc.dot=。

      you should get the desired result.

       
  • Nhan

    Nhan - 2014-02-25

    Works like charm, thanks a lot.

    // I've been on a long vacation, sorry for the late response.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.