Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Scripting the editor
Qt 6.11 is out! See what's new in the release blog

Scripting the editor

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 926 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    moravas
    wrote on last edited by
    #1

    Hi,

    I would like make some useful script to increase the development. The question is: how can I reach the text editor via bash, python (on Linux) or other script? Please considering the following:

    I am define a method, like this:
    @
    void ThrowException() const throw(std::exception);
    @

    and I would like to make a script what make a doxygen header from the selected line. The script have some result, like this:
    @
    //! \fn void ThrowException()
    //! \brief
    //! \param
    //! \param
    //! \exception
    //! \return
    //! \details
    void ThrowException() const throw(std::exception);
    @

    Regards,
    Norbert

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goblincoding
      wrote on last edited by
      #2

      Hi Norbert,

      This isn't an answer to your question as such, but if you are predominantly interested in automating the insertion of Doxygen stubs, maybe you should have a look at the "Doxygen plugin for QtCreator":http://dev.kofee.org/projects/qtcreator-doxygen/

      http://www.goblincoding.com

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved