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. Im searching for text editor example with text completion and coloring

Im searching for text editor example with text completion and coloring

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 238 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.
  • U Offline
    U Offline
    umen242
    wrote on last edited by
    #1

    Hello all
    I need to implement simple text editor that can recongnize text formats
    For example json or xml or html , and then be able to do text completion and coloring
    And of course detect if its vaild format .
    Is there any good open source app example or component that i can use ?
    Thanks

    jsulmJ 1 Reply Last reply
    0
    • U umen242

      Hello all
      I need to implement simple text editor that can recongnize text formats
      For example json or xml or html , and then be able to do text completion and coloring
      And of course detect if its vaild format .
      Is there any good open source app example or component that i can use ?
      Thanks

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @umen242 You can take a look at https://riverbankcomputing.com/software/qscintilla/intro

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • VRoninV Offline
        VRoninV Offline
        VRonin
        wrote on last edited by
        #3

        Another alternative is KTextEditor/KTextWidgets from the KDE API

        If you want to implement it yourself a good starting point is the Syntax Highlighter Example

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        1 Reply Last reply
        3

        • Login

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