Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to make Editor script without creating a plugin
Forum Updated to NodeBB v4.3 + New Features

How to make Editor script without creating a plugin

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 107 Views
  • 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.
  • InTheBeningingI Offline
    InTheBeningingI Offline
    InTheBeninging
    wrote on last edited by
    #1

    Is there anything like KDABs scripting engine available thats free of use? Otherwise I'd like to build my own python or js script to handle things. Is it possible to somehow access the parsing information/syntax given by the locator in an external python/js script? Can you call or make custom "Add new..." Action templates? This would be neat as it would handle registrating newly made files in the .pro file. Another thing I noticed is that you can make custom snippets on keysignals, but they are not being used if you create a class via the "Add new..." template and telling it to use the class of which you have made a snippet for as a baseclass. The ultimate goal would be to run a script that automatically adds a new command subclass as in the use of the command pattern. It would create a command class preferably with some custom members for which de-/serialization functions and other virtual base class methods will be generated for and register the class in the factory methods in other files as well as the .pro file.
    If there is no easy way I'll look into plugin development.

    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