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
Forum Updated to NodeBB v4.3 + New Features

Scripting the editor

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 835 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 29 Jan 2013, 16:02 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 31 Jan 2013, 18:05 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

      1/2

      29 Jan 2013, 16:02

      • Login

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