Hello,

I use pure python code also for my syntax highlight (not really true
as i use QSyntaxHighlighter) :

http://khertan.net/khteditor
http://gitorious.org/khteditor

It's still in developpment, but highlight is fast (it s a require as
it for maemo device).

Regards,


2010/9/13 Henning Schröder <henning.schroe...@gmail.com>:
> On Thu, Sep 2, 2010 at 6:48 AM,  <projet...@club-internet.fr> wrote:
>> Hello,
>> CodeAide looks interesting.
>>
>> I've two questions :
>>
>> Is it to add other languages that Python ?
> There is some code for QtScript syntax included.
> Additionally the highlighter class is very flexible and accepts custom
> syntax defininitons.
> Django templates are on my whish list.
> But my primary focus is Python.
>
>> How do you treat the line numbering and the folding ?
> I have a separate sidebar widget which is attachted to the
> QPlainTextEdit.  Folding can be implemented by using
> QTextBlock.setVisible
>
>>>>> auto-complete
>>
>> You can find a method here :
>> http://www.developpez.net/forums/d921494/autres-langages/python-zope/general-python/naturel-chaine-stockage/#post5209139
> Sorry I do not understand enough French. CodeAide already contains
> powerfull code completion based on Rope (http://rope.sourceforge.net/)
>
>
> Regards
> Henning
> _______________________________________________
> PyQt mailing list    p...@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>



-- 
Benoît HERVIER, Khertan Software - http://khertan.net/
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to