[PyKDE] eric3 breakpoints?
Detlev Offenbach
detlev at die-offenbachs.de
Tue Jan 14 20:01:01 GMT 2003
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.
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list