Skip to content

zhouyi-u/deepin-editor

Repository files navigation

Deepin Editor

Deepin Editor is a desktop text editor that supports common text editing features.

Dependencies

In debian, use below command to install compile dependencies:

sudo apt install cmake libqt5widgets5 libdtkcore-dev libdtkwidget-dev qt5-default libpolkit-qt5-1-dev libkf5syntaxhighlighting-dev libkf5codecs-dev qttools5-dev-tools qtbase5-private-dev libxcb-util0-dev libdtkwm-dev libxtst-dev

Installation

Build auto save daemon

sudo cp com.deepin.editor.policy /usr/share/polkit-1/actions
sudo cp com.deepin.editor.conf /usr/share/dbus-1/system.d/
sudo cp com.deepin.editor.daemon.service /usr/share/dbus-1/system-services

cd ./daemon
mkdir build
cd build
qmake ..
make
sudo ./deepin-editor-daemon
  • Build editor
cd ./deepin-editor
mkdir build
cd build
cmake ..
make
./deepin-editor

Usage

Below is keymap list for deepin-editor:

Config file

configure save at: ~/.config/deepin/deepin-editor/config.conf

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Editor is licensed under GPLv3.

About

Text editor for DDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • Other 1.4%