From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,133f1be3faff2123,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!r36g2000vbn.googlegroups.com!not-for-mail From: jpablo Newsgroups: comp.lang.ada Subject: gtksourceview for gtkada Date: Tue, 14 Jul 2009 11:09:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: <893a253b-fbf3-44ab-8b96-3ee6b6fc54fb@r36g2000vbn.googlegroups.com> NNTP-Posting-Host: 200.10.202.41 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1247594997 20541 127.0.0.1 (14 Jul 2009 18:09:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 14 Jul 2009 18:09:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r36g2000vbn.googlegroups.com; posting-host=200.10.202.41; posting-account=InxeogoAAAA_XxJgfLqhKJXPMzKfVr72 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009061319 Iceweasel/3.0.11 (Debian-3.0.11-1),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 yamana.cnea.gov.ar:1280 (squid/2.6.STABLE5) Xref: g2news2.google.com comp.lang.ada:7051 Date: 2009-07-14T11:09:56-07:00 List-Id: Hi, I'm trying to make a simple text editor with syntax highlighting for a specific language, and I'm using gtkada2 for it. The problem is that gtkada2 doesn't seem to have the gtksourceview widget, that exists for C, C++, python, etc. Does anyone knows if that widget has been added by someone to the usual widgets of the gtkada2 package? Thanks