ANNOUNCE: pygtkscintilla-0.2 released

2009-10-20 Thread Gabriele Lanaro
pygtkscintilla is a Python wrapper for Scintilla with a custom API designed to make the coding experience easy. Scintilla is a powerful source editing component with features such as: * Syntax highlighting for tons of languages * Auto-completion * Code Folding * Calltips

Re: ANNOUNCE: pygtkscintilla-0.2 released

2009-10-20 Thread Ali Afshar
On Tuesday 20 October 2009 15:50:01 Gabriele Lanaro wrote: pygtkscintilla is a Python wrapper for Scintilla with a custom API designed to make the coding experience easy. Scintilla is a powerful source editing component with features such as: * Syntax highlighting for tons of languages

Re: pygtkscintilla

2009-09-24 Thread RonnyPfannschmidt
hi, on a sidenode, does scintilla still use hand written parsers in c? last time i took a look at scintilla that was one of the major failures that did set it apart from the mature and reasonable editors/ editing components. Regards, Ronny Pfannschmidt

Re: pygtkscintilla

2009-09-24 Thread gabriele lanaro
Hi, I don't know the internals of scintilla. Anyway, apart of the ugly interface, it's good, fast, and is widely used in gtk/qt/wx IDEs and editors. Now it's the 2.0 release, it seems quite stable and they added multiple selections and virtual space features. 2009/9/24 RonnyPfannschmidt

Re: pygtkscintilla

2009-09-06 Thread Ali Afshar
Hi, We tried something like this a few years ago as a fork of the original pygtk scintilla bindings. We had a fairly usable editor from it, but eventually random segfaulting stopped us from using it. Am very interested to hear your progress. Ali On Friday 04 September 2009 19:11:40 gab.lan

pygtkscintilla

2009-09-04 Thread gab.lan
Hi, I'm writing bindings for the scintilla text editing widget for the pygtk toolkit. Scintilla is a powerful (and the most used) widget in other IDEs because it's fast and rich of features. The interface is a bit ugly but I'm working on this to make it more pythonic. I want just to inform pida