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. How to creating a text editor using qt creator?

How to creating a text editor using qt creator?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 4.3k 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.
  • D Offline
    D Offline
    douglasddr8
    wrote on last edited by
    #1

    I want information from you guys on how to create a simple text editor.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vinb
      wrote on last edited by
      #2

      perhaps you can look at the "examples":http://doc.qt.nokia.com/4.7/widgets-codeeditor.html ?

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        If this is just about making Qt Creator more lightweight, then you can just disable plugins you do not care about (Check Help->About Plugins).

        If you want to have a stand-alone text editor with all the bells and whistles Qt Creator has for C++/QML/Javascript/GLSL, then you need to be aware that this functionality requires quite a bit of infrastructure: Creator needs to know a lot to make that possible! This includes (but is not limited to) all the files that belong to a project, the location of header files, even the compiler that will be used to build. So removing that code will reduce the editors functionality.

        The code of Qt Creator is available on "gitorious":https://qt.gitorious.org/qt-creator. The plugins in src/plugins/*editor (there are quite a few different ones by now:-) are the most interesting if you want to know about the editors.

        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