[PyKDE] eric3 breakpoints?

Greg Fortune lists at gregfortune.com
Wed Jan 15 02:52:01 GMT 2003


On a similar note, is there support for word wrap in QScintilla yet?  If so, 
it would be really, *really* nice to have it in eric.

Greg

On Tuesday 14 January 2003 03:33 pm, Phil Thompson wrote:
> 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




More information about the PyQt mailing list