On Dienstag, 2. Dezember 2008, Haroldo Stenger wrote: > hi ! Detlev, > > Danke schön ! > > I could start commpiling things fine yesterday once I uninstalled an ubuntu > package, namely, qt3-dev, as you correctly suggested. > > I'm happily running Qscintilla 2.3.2 + Eric4 - 4.3-snapshot_20081130 + > Django Plugin 2.0.2 with template support. > > Initially, I got somewhat confused about the wording in the snapshot > release notes, regarding what django templates *.django support was, > because my usually templates are *.html files. Has anyone suggested they > should be named *.django ? May I be shown any discussions, since I'm > interested in terminology issues... ?
That association was grabbed from editra. Another reason was, to not confuse with the .html association with the HTML lexer. However, you may change this in the configuration dialog. > > By the way, I've seen somewhat strange behaviour in the indent lines since > I changed the font in Qt config. they seem to mark indents somewhat > arbitrarily, to my taste (yes, it is a taste matter, not necessarily a bug, > I think). I attach a screenshot. The indent guides start on line lower the > line that starts the given indenting level, and also breaks if it "passes > through" a demotion in the indenting sequence. May I configure how > indenting guides get rendered somehow ? Are you using a monospace font? There have been similar problems in the past with QScintilla. It is not an eric4 problem. Phil, are you listening? > > I really think Eric4 is a great tool. It is getting better each release > cycle. > > Also, there is a subtle bug in the python syntax treatment: for blocks > allow an else: block, and if I want to align the else block to the > corresponding for, the tab key and the backspace keys step over the correct > position, getting the cursor in the before or the after indenting > positions. Only by pressing space till the correct position can I indent > correctly the else clauses infor blocks. Can this be fixed ? Or am I > wrongly interpreting something ? I know it's a wierd python syntax corner, > but it exists, and if by accident something gets reindented to an enclosing > if: f.i., code breaks. It works for me. However, the Python typing completer gets in the way and dedents the else: to the last indentation level associated with an if or elif statement. Seems, I have to fix this. Detlev > > > thank you in advance for your attention! > > haroldo > > On Tue, Dec 2, 2008 at 3:46 PM, Detlev Offenbach > > <[EMAIL PROTECTED]>wrote: > > On Montag, 1. Dezember 2008, Haroldo Stenger wrote: > > > [EMAIL PROTECTED]:/home/haroldo/qscintilla/QScintilla-gpl-2.3.2/Qt4# make > > > g++ -c -pipe -w -O2 -D_REENTRANT -fPIC -DQSCINTILLA_MAKE_DLL -DQT > > > -DSCI_LEXER -DQT_NO_DEBUG -DQT_THREAD_SUPPORT > > > -I/usr/share/qt3/mkspecs/default -I. -I. -I../include -I../src > > > -I/usr/share/qt3/include -o qsciscintilla.o qsciscintilla.cpp > > > En el fichero incluído de qsciscintilla.cpp:38: > > > Qsci/qsciscintilla.h:44:21: error: qobject.h: No existe el fichero ó > > > directorio > > > Qsci/qsciscintilla.h:45:25: error: qstringlist.h: No existe el fichero > > > ó directorio > > > Qsci/qsciscintilla.h:47:22: error: QByteArray: No existe el fichero ó > > > directorio > > > Qsci/qsciscintilla.h:48:17: error: QList: No existe el fichero ó > > > > directorio > > > > > Qsci/qsciscintilla.h:49:20: error: QPointer: No existe el fichero ó > > > directorio > > > > You seem to have both Qt versions installed and Qt3 seems to come first > > in your search path. Make sure you are using Qt4 qmake to generate the > > Makefile. > > > > -- > > Detlev Offenbach > > [EMAIL PROTECTED] -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
