#1068 Attempt to fix the Windows line ending issue

master
Marius Kintel 2014-12-17 16:19:13 -05:00
parent 450dd836fa
commit f0c7ee6d61
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ ScintillaEditor::ScintillaEditor(QWidget *parent) : EditorInterface(parent)
scintillaLayout = new QVBoxLayout(this);
qsci = new QsciScintilla(this);
// Force EOL mode to Unix, since QTextStream will manage local EOL modes.
qsci->setEolMode(QsciScintilla::EolUnix);
//
// Remapping some scintilla key binding which conflict with OpenSCAD global