On Montag, 1. Dezember 2008, Haroldo Stenger wrote: > hi ! > > the last qscintilla 2.3.2 tarball comes without a Makefile. Is this normal > ? The 2.3 tarball aparently came with a Makefile .... which I lost and > can't download now to over wite.
You should do a "qmake qscintilla.pro" in the Qt4 directory. That will generate your Makefile. > > The patch I could apply successfully > > regards > > haroldo > > On Mon, Dec 1, 2008 at 5:29 PM, Detlev Offenbach > > <[EMAIL PROTECTED]>wrote: > > Hi, > > > > there should be a directory called "patches" in the distribution archive > > of the latest snapshot. That contains the diff file. > > > > Detlev > > > > On Montag, 1. Dezember 2008, Lee Connell wrote: > > > Detlev, > > > > > > Where is the patch for qscintilla to get pygments working? > > > > > > On Sat, Nov 22, 2008 at 7:04 AM, Detlev Offenbach > > > > > > <[EMAIL PROTECTED]>wrote: > > > > Hi, > > > > > > > > a new snapshot of the eric 4.3 development is available via > > > > http://www.die-offenbachs.de/eric/snapshots4. Here is the changelog. > > > > > > > > - bug fixes > > > > - added more button types to the KQMessageBox KDE wrapper > > > > - added capability to configure exceptions to be ignored and add to > > > > them > > > > > > at runtime, when an exception occures > > > > - added capability to export and import the eric4 configuration > > > > - added capability to define keyboard shortcuts for plugins > > > > - changed CompareDialog to be suitable as an external diff viewer for > > > > svn > > > > > > - added the capability to export and import syntax highlighting > > > > styles (Configuration dialog->Highlighters->Styles page) > > > > - added a configuration dialog to the help viewer (webkit based) > > > > - extendend the shortcuts configuration dialog > > > > - added capability to implement custom lexers as plugins (s. Django > > > > plugin) (This needs a patch to the latest QScintilla release, > > > > s. qscintilla.cpp.diff) > > > > > > > > Regards, > > > > Detlev > > > > -- > > > > Detlev Offenbach > > > > [EMAIL PROTECTED] > > > > _______________________________________________ > > > > Eric mailing list > > > > [email protected] > > > > http://www.riverbankcomputing.com/mailman/listinfo/eric > > > > -- > > Detlev Offenbach > > [EMAIL PROTECTED] > > _______________________________________________ > > Eric mailing list > > [email protected] > > http://www.riverbankcomputing.com/mailman/listinfo/eric -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
