Hi, 
On Tue, 2005-02-15 at 23:03 +0300, Eugene Morozov wrote:
> Here's the working code for creating scintilla editor pane from my IDE:
> 
> class Pane(scintilla.Scintilla):
>      "This is a view of the buffer."
>      def __init__(self, filename):
>          scintilla.Scintilla.__init__(self)
>          self.set_size_request(700, 600)
>          self.observer = None
[CUT]

I am in the process of preparing the next release of pygtkscintilla. 
Version 1.99.5 will provide a few bug fixes, more (working) examples and
full documentation. 

Whould you like to provide some examples from your code, in order to
have a few real world examples shipped along with pygtkscintilla? 
I think it might be very effective and useful. 

Many thanks in advance. 
rob


_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to