QGCoder / qgcoder

An interactive G-code editing GUI.
GNU General Public License v2.0
19 stars 4 forks source link

Make large file loads generic GCodeEditor function & remove from here #16

Closed ArcEye closed 8 years ago

ArcEye commented 8 years ago

Add FileOpen and FileSaveAs

Split calls to load file between view and editor

Platform independent home folder detection

Fullscreen action toggles in single button

Settings dialog Browse path defaults to existing one if set.

Signed-off-by: Mick arceye@mgware.co.uk

ArcEye commented 8 years ago

https://github.com/ArcEye/QGCodeEditor updated too and ready to pull

ArcEye commented 8 years ago

All checks have failed

really not sure about the worth of this CI build

/usr/bin/ld: cannot find -lQGCodeEditor

Even if it had a copy of the library, it would be the old version, so would still fail. ;)

ArcEye commented 8 years ago

PS. Do what you like with the indent formatting of gcoder, just leave the widget alone :)

koppi commented 8 years ago

@ArcEye As for the -lQGCodeError in the CI. I investigated this several times in the last few days but did not figure out, why this does not work in in the CI. Needs more investigation.

koppi commented 8 years ago

@ArcEye I'm willing to adapt your indentation style if you point me to a sylesheet, that works with qtcreator.

ArcEye commented 8 years ago

@ArcEye I'm willing to adapt your indentation style if you point me to a sylesheet, that works with qtcreator.

I don't use qtcreator unless I need to debug something through gdb. gcoder is your baby, just press Ctrl+I or whatever you did last time if you want