[PyKDE] eric3 breakpoints?

Detlev Offenbach detlev at die-offenbachs.de
Thu Jan 16 20:48:03 GMT 2003


Am Mittwoch, 15. Januar 2003 00:33 schrieb Phil Thompson:
> On Tuesday 14 January 2003 6:59 pm, Detlev Offenbach wrote:
> > Am Dienstag, 14. Januar 2003 06:28 schrieb Greg Fortune:
> > > On Monday 13 January 2003 11:39 am, you wrote:
> > > > I was used to using break points on "eric" by clicking
> > > > in the border by the line numbers and getting the little
> > > > red stop sign, but it did not do the same on eric3.
> > > > I believe I've clicked everywhere possible along the borders
> > >
> > > <snip>
> > >
> > > Ditto here, but I finally got lucky and clicked the right place. 
> > > The first thing I tried was a right click on the source code line.
> > >  Maybe a context menu with "add breakpoint" and "remove
> > > breakpoint" could be attached to both the border and the source
> > > lines...
> >
> > 1) Unfortunately Scintilla uses the same color for margins that are
> > not used for the fold markers. This makes the middle margin nearly
> > non recognizable.
> >
> > 2) Again, this is not supported by QScintilla. There is not method
> > to convert a mouse position to a line number.
>
> SCI_POSITIONFROMPOINT then SCI_LINEFROMPOSITION?
>
> I can add something that does this to the high level API if you want.
>
> Phil

Hi Phil,

that would be great!

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list