GitHub - gitter-badger/QGCodeEditor: A Qt5 widget for editing G-Code. · GitHub
Skip to content

gitter-badger/QGCodeEditor

 
 

Folders and files

Repository files navigation

QGCodeEditor

A Qt5 widget for editing G-Code.

Based upon QPlainTextEdit, with added comment and syntax highlighting plus line highlighting for use showing currently executing line in a GUI.

To use on Linux / Mac clone and build with:

git clone https://github.com/ArcEye/QGCodeEditor
cd QGCodeEditor
qmake
make
sudo make install

To run one of the examples:

cd examples
make
simple/simple
contextMenu/contextMenu

Or build and install as a Debian package (WIP):

git clone https://github.com/ArcEye/QGCodeEditor
cd QGCodeEditor
dpkg-buildpackage -b -rfakeroot -us -uc
sudo dpkg -i ../libqgcodeeditor*deb

About

A Qt5 widget for editing G-Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • C++ 83.0%
  • QMake 17.0%