Re: Progress on ProjectCenter...

Riccardo Mottola <[email protected]> Tue, 4 Aug 2026 21:09:55 +0200
Newsgroups gmane.comp.lib.gnustep.general
Message-ID <[email protected]>
Hi,

Gregory Casamento wrote:
> Hey guys,
>
> Just letting you know... lately I have been working on ProjectCenter.  
> I have partially redone how the debugger interacts with the machine 
> interface.

Nice. I was working on the same stuff... I see you used part of the 
breakpoint infrastructure. I had several issues in getting/setting lists 
so I never commited the rest.
Does it reparse breakpoint set in the debugger or silenced through it or 
are you bound to gui?

A pity ju always go alone and never coordinate.. but it is what it is.

Currently I switched focus to the sheer humongous task of bae and gui 
work. it broke things so many times, it just needs full attention and 
testing.

>
> I have also added visible breakpoints that can be set by clicking on 
> the "gutter" where the line numbers are.  Things are still a bit 
> unstable, but I am working on it.  Additionally, I have made the 
> handling of tabs more consistent so that the code is displayed as it 
> would be in emacs.

Nice... I thought of a different interface with an editor, but 
eventually both are needed.

Hmm.. tabs were fine...
>
> I am trying to make PC more usable and stable.  It's getting to a 
> point where I would like to use it on a regular basis. :). I have 
> attached a screenshot so you can see the progress.  The little red dot 
> is a break point I set in the AppDelegate.  Check it out and let me 
> know what you think.

Will test of course. I do use ProjectCenter for 90% of my projects and 
it is/was very stable. Stabilized it a lot.

Riccardo