Re: [Pgui-devel] textbox widget

2002-08-15 Thread Micah Dowty
On Thu, Aug 15, 2002 at 05:19:31PM +0200, Philippe Ney wrote: > Hi Micah, > > I currently try to dive deep in the textbox widget source code ... Sorry I haven't been working on that much this week, I've been in Canada. > > I had the same segfault as with the textedit widget when trying to eras

Re: [Pgui-devel] Textbox

2002-07-10 Thread Martin Doering
On Tue, 9 Jul 2002 15:49:16 -0600 Micah Dowty <[EMAIL PROTECTED]> wrote: > I suppose I should also note that if you want an existing monospaced > editor, you just need to fix up the terminal widget some (it has many > unimplemented escape codes still) then you can run VI, nano, microemacs, > etc.

Re: [Pgui-devel] Textbox

2002-07-09 Thread Micah Dowty
On Tue, Jul 09, 2002 at 03:34:22PM -0700, Chuck Groom wrote: > > Nifty. How far along is the code? > > I'm about a week from done with the first version. The hard part was actually > designing good data structures and making them play nicely; wrapping works, > it's fast, but there's lots of stuff

Re: [Pgui-devel] Textbox

2002-07-09 Thread Micah Dowty
I suppose I should also note that if you want an existing monospaced editor, you just need to fix up the terminal widget some (it has many unimplemented escape codes still) then you can run VI, nano, microemacs, etc. on it with no modification. On Tue, Jul 09, 2002 at 03:43:19PM -0600, Micah D

Re: [Pgui-devel] Textbox

2002-07-09 Thread Micah Dowty
If you really want a monospaced text display box, you have two options: - use the textgrid gropnode - use the terminal widget There's no reason not to use the terminal widget. It has escape codes for moving the cursor, changing the formatting, etc. On Tue, Jul 09, 2002 at 11:30:35PM +0200, Ma

Re: [Pgui-devel] Textbox

2002-07-09 Thread Martin Doering
On Tue, 9 Jul 2002 12:12:08 -0700 Chuck Groom <[EMAIL PROTECTED]> wrote: > To confound and doubly surprise everyone, I started working a textbox a > while ago, had to drop in for a while, and when I picked it up again it > turned out that Micah was busy on the same. So as to not step on toes or

Re: [Pgui-devel] Textbox

2002-07-09 Thread Micah Dowty
Nifty. How far along is the code? I've done some planning for my textbox implementation so far. I haven't written any actual textbox code- I've been implementing a "pgstring" object that will handle the text buffers and provide better Unicode support. My code so far is in the "textbox_branch" b

Re: [Pgui-devel] Textbox and clipboard

2002-04-08 Thread Micah Dowty
On Mon, Apr 08, 2002 at 03:20:28PM -0500, Mordy Ovits wrote: > On Monday 08 April 2002 03:33, Micah Dowty wrote: > > Hi Everybody, > > > > I just got news from Chuck Groom that he's continuing the work John started > > on a faster textbox widget. PicoGUI's current Textbox widget is very > > flexib

Re: [Pgui-devel] Textbox and clipboard

2002-04-08 Thread Mordy Ovits
On Monday 08 April 2002 03:33, Micah Dowty wrote: > Hi Everybody, > > I just got news from Chuck Groom that he's continuing the work John started > on a faster textbox widget. PicoGUI's current Textbox widget is very > flexible, but also eats a lot of memory. The designs John and Chuck have > been

Re: [Pgui-devel] textbox widget

2001-12-15 Thread Micah Dowty
I think this is a bug in the scrolling code. I've recently come across the same thing with X-Chat's new PicoGUI frontend. Right now i thought i'd give the X11 rootless mode a bit of effort, but after that i'm going to be working hard on the textbox and scrolling issues. Web browser here we com