Geist is an all purpose text/code editor written in C++ and using the Qt framework.
- Code Templates
- Editing Shortcuts
- Themes
- Searching
- Syntax Highlighting
Note: Font settings to be added in the future
- Noto Sans - https://www.google.com/get/noto/
- Anonymous Pro - http://www.marksimonson.com/fonts/view/anonymous-pro
qt5-default qt5-qmake
git clone https://github.com/jubal-R/Geist.git
mkdir build
cd build
qmake ../Geist/Geist.pro
make
- Additional preference options
- Auto-completion
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/.
highlighter.cpp and highlighter.h
Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
Full copyright notice is maintained within these files.