Skip to content

h-j-13/Racoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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