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. Reuse the Qt Creator code editor in my application
Forum Updated to NodeBB v4.3 + New Features

Reuse the Qt Creator code editor in my application

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 384 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.
  • R Offline
    R Offline
    raulgd
    wrote on last edited by raulgd
    #1

    I see there was a person that separated the editor from Qt Creator and shared it back in Qt 4 (https://lists.qt-project.org/pipermail/qt-creator/2015-February/004400.html), has anyone ever tried this or achieved this for Qt 5?
    Does anyone have an idea of what would be required to achieve this?

    Thanks

    Raul Guerrero
    http://jimi.mx

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      I am not aware of such an effort.

      One thing that you might also be interested in is KDE's KTextEditor.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • R Offline
        R Offline
        raulgd
        wrote on last edited by
        #3

        Thanks for the reply @SGaist

        That's my initial intention, but I've been trying to build it on Windows 10 for the past few days but I've come into a blocker, KDE Craft somehow says it requires libssh2 and I haven't been able to get past that, that's why I wanted to ask for alternatives.

        If you have access to a Win10 machine and are able to get libssh2 with KDE Craft, please let me know how, my main issue is that its automatic make command forcefully wants to build libssh2 with parallel builds (make -jX) but it fails because it needs to be built through a single process, and I've tried many ways to get it to just be a simple make, or make -j1 with no avail.

        Raul Guerrero
        http://jimi.mx

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          I don't have such a machine at hand.

          One thing I would try though is built libssh2 by hand and make it available to Craft.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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