Re: Gtk::Text widget

2000-07-20 Thread Neil Hodgson
> I need to write the "View" first, and then see where these > features would fit in. But, I *do* wish to add features like the ones you > describe. I just don't know if they belong in the widget or in the app, > yet. As someone who put tooltips and completion lists in an edit widget I'd sug

Re: Gtk::Text widget

2000-07-21 Thread Neil Hodgson
> I'm a little confused now though - there appears to be two textbox widgets > being discussed here... a new Gtk version and a privately developed version. > Is this the case? There are several text widgets mentioned in this thread. 1) The original GtkText. 2) GtkExText by Mikael Herma

Re: What's the "Hangul shaper"? Sounds like a power tool...

2001-05-24 Thread Neil Hodgson
Havoc Pennington: > "Neil Hodgson" <[EMAIL PROTECTED]> writes: > >Not only is it Broken On Purpose but some Tk users insist it is the Right > > Thing To Do, to the extent that they want this behaviour added to Scintilla, > > my text widget. So if you do

Re: What's the "Hangul shaper"? Sounds like a power tool...

2001-05-23 Thread Neil Hodgson
Havoc Pennington: > <[EMAIL PROTECTED]> writes: > > (well, the TextBuffer object is broken > > IMHO and always contains at least a carriage return) > > This is a Broken On Purpose - even documented to work the way it does, > IIRC. I agree it's broken, I've known about it for half a year, Tk is > b

Re: editor with syntax highlighting for GTK+/GNOME API

2001-06-27 Thread Neil Hodgson
John Golubenko: >If I can find editor that does that kind of highlighting > (written for Linux ;-), it'll be very helpfull. But, I like > this SciTE editor a lot, it's seems very good. The current prerelease versions of Scintilla and SciTE 1.39 support a second set of keywords in the C lex

Re: editor with syntax highlighting for GTK+/GNOME AP

2001-06-27 Thread Neil Hodgson
Neil (me): > If you want to modify the C lexer to support prefix based > keyword matching scintilla/src/LexCPP.cxx is the file > to modify. Such an easy feature that its now in and available from the previously mentioned locations. Uses '^' to indicate a prefix by analogy with start-of-line

Re: Text-View

2002-01-04 Thread Neil Hodgson
Havoc Pennington: > That's just how the background property works, it only colors the > area behind the text that's tagged. > > You could file a feature request to add a paragraph_background > property or something like that in GTK 2.2, that would do what you > want. File the feature request on h

Re: Text-View

2002-01-05 Thread Neil Hodgson
Alberto Manuel Brandao Simoes: | ... Neil Hodgson wrote: |In Scintilla I implemented an 'eolfilled' attribute that works similarly | to this. ... > Where can I find it? It is a separate project, with different aims (source code editing only), not a modification of the st

Re: php gtk installation problrm

2002-04-24 Thread Neil Hodgson
Karim Sobh: > I am trying to install php-gtk-0.5.0.tar.gz on linux > redhat 7.1, > Here is what I did: > > 1.tar -xvzf php-gtk-0.5.0.tar.gz > 2. cd php-gtk-0.5.0 > 3. ./buildconfig > 4. ./configure > on this step I had an error saying the following: > ./configure: line 3360: syntax error near une

Re: DrawingArea and Text display.

2003-03-06 Thread Neil Hodgson
Tony Denault: >Fixed_font = pango_font_description_from_string ("Fixed"); >GC = gdk_gc_new(base_window->window); > > PangoContext *pcontext = gtk_widget_create_pango_context(widget); PangoLayout *layout = pango_layout_new(pcontext); char *utfForm = "Some UTF-8 text"; pango_layout_set