All Projects → h-j-13 → Racoon

h-j-13 / Racoon

Licence: GPL-3.0 license
✒️ A simple code editor based on Qt

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Racoon

Xi Qt
A Qt front-end for xi-editor. Experimental (WIP)
Stars: ✭ 85 (+325%)
Mutual labels:  qt5, text-editor
openViVi
open source version of ViVi text editor
Stars: ✭ 48 (+140%)
Mutual labels:  qt5, text-editor
Novelwriter
novelWriter is an open source markdown-like plain text editor designed for writing and organising novels. Written with Python 3 (3.6+) and Qt 5 (5.3+) for cross-platform deployment.
Stars: ✭ 739 (+3595%)
Mutual labels:  qt5, text-editor
Qmarkdowntextedit
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
Stars: ✭ 182 (+810%)
Mutual labels:  qt5, text-editor
Textosaurus
Cross-platform text editor based on Qt and Scintilla.
Stars: ✭ 224 (+1020%)
Mutual labels:  qt5, text-editor
Note.it
A Cut Down, Simple, Text Editor For Mac And iOS. Built With SwiftUI (Mostly).
Stars: ✭ 20 (+0%)
Mutual labels:  text-editor, codeeditor
betterCode
A light code editor made in Clojure using CLJFX
Stars: ✭ 24 (+20%)
Mutual labels:  text-editor, codeeditor
CuteMarkEd-NG
Markdown Editor in Qt 5
Stars: ✭ 55 (+175%)
Mutual labels:  qt5, text-editor
publikator-frontend
[DEPRECATED] moved to https://github.com/republik/plattform Our CMS frontend, including a rich text editor implemented with Slate.
Stars: ✭ 16 (-20%)
Mutual labels:  text-editor
qt frameless main window
A Qt Widget based frameless main window lib, with full control over the whole screen. This lib is called qtf in short.
Stars: ✭ 20 (+0%)
Mutual labels:  qt5
QtWeb
Qt with Web
Stars: ✭ 22 (+10%)
Mutual labels:  qt5
qt-raspberrypi-configuration
mkspecs configuration for native Qt 5 build on Raspberry Pi
Stars: ✭ 29 (+45%)
Mutual labels:  qt5
fotowall
Pictures collage & creativity tool
Stars: ✭ 92 (+360%)
Mutual labels:  qt5
qt raytracer challenge
Implementation based on the book The Ray Tracer Challenge
Stars: ✭ 18 (-10%)
Mutual labels:  qt5
marksentence
一个标记托福考试听力句子的工具(精听工具)
Stars: ✭ 71 (+255%)
Mutual labels:  qt5
THOTH
Text editor in OpenGL
Stars: ✭ 36 (+80%)
Mutual labels:  text-editor
LangPad
A word processor/dictionary/generally useful tool for linguistics.
Stars: ✭ 20 (+0%)
Mutual labels:  text-editor
Atlas
An extensible 3D GIS application for visualization, analysis and research.
Stars: ✭ 113 (+465%)
Mutual labels:  qt5
yu-writer.site
A feature-rich, efficient text editor - Web Site
Stars: ✭ 1,212 (+5960%)
Mutual labels:  text-editor
bangle.dev
Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io
Stars: ✭ 541 (+2605%)
Mutual labels:  text-editor

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].