AImissq / Geist

A free text/code editor made with C++ and Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeistLogo

Try it online

Geist is an all purpose text/code editor written in C++ and using the Qt framework.

Screenshot

Geist

Features

  • Code Templates
  • Editing Shortcuts
  • Themes
  • Searching
  • Syntax Highlighting

Required Fonts

Note: Font settings to be added in the future

Dependencies

qt5-default qt5-qmake

Building Geist

git clone https://github.com/jubal-R/Geist.git

cd Geist

mkdir build

cd build

qmake ../Geist/Geist.pro
make

Features To Be Added

  • Additional preference options
  • Auto-completion

License

Geist - All purpose text/code editor Copyright (C) 2017 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Acknowledgements

highlighter.cpp and highlighter.h
Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
Full copyright notice is maintained within these files.

About

A free text/code editor made with C++ and Qt

License:GNU General Public License v3.0


Languages

Language:C++ 99.2%Language:QMake 0.8%