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
  * Annotations
  * Markers
  * Key Bindings
  * many others...

The complete documentation is available at the project page: 
http://pygtksci.sourceforge.net/

Download: 
http://downloads.sourceforge.net/project/pygtksci/pygtkscintilla-0.2.tar.gz

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
PIDA group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



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
   * Auto-completion
   * Code Folding
   * Calltips
   * Annotations
   * Markers
   * Key Bindings
   * many others...

 The complete documentation is available at the project page:
 http://pygtksci.sourceforge.net/

 Download:
 http://downloads.sourceforge.net/project/pygtksci/pygtkscintilla-0.2.tar.gz


This is rather impressive, thank-you!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
PIDA group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



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
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
PIDA group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



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 ronny.pfannschm...@gmail.com


 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
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
PIDA group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



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 wrote:
 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 developers of this fact because they can be
 interested in using the widget.

 Here's the site:
 http://sourceforge.net/projects/pygtksci/

 Regards

 Gabriele Lanaro

 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
PIDA group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



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 developers of this fact because they can be
interested in using the widget.

Here's the site:
http://sourceforge.net/projects/pygtksci/

Regards

Gabriele Lanaro

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
PIDA group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---