Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 1.48 KB

README.md

File metadata and controls

59 lines (51 loc) · 1.48 KB

Racoon

Racoon is a simple text editor based on Qt

Introduce

Racoon is a simple text editor based on Qt , achieved the basic functions of commonly used code editor. refers to the official example of QT (Application Example) (Code Editor Example) . the project is a homework for the school data structure curriculum design.

  • function

    • New File
    • Open File
    • Save
    • Save As
    • Run (C/Java/Python) only on linux
    • Cut
    • Copy
    • Paste
    • Undo
    • Redo
    • Comment
    • Find
    • Parenthes match
    • Code Format
    • Highlight

    Racoon

Installing

  • Building
    • linux
      • cd .../Racoon/Racoon/
      • qmake –project
      • qmake Racoon.pro
      • make
      • ./Racoon
    • windows
      • open the project Racoon.pro by the Qt Creator
      • build and run
    • run function(extra)
      • install GCC
      • install Python
      • install Java
  • Environment(developing)
    • Qt Creator 4.2.1 for Linux
    • Qt 5.8.0
    • GCC 6.2.0
    • OS : deepin 15.3 x64

License

  • GNU GENERAL PUBLIC LICENSE 3.0

About me