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
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.
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
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
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
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
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
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
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
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
10 matches
Mail list logo