[PyKDE] eric3 breakpoints?

2003-01-13 Thread Ken Godee
Maybe this just slipped by me somewhere and
seems like a stupid question but.

How/where do you set breakpoints in eric3?

Ken

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-13 Thread Detlev Offenbach
Am Montag, 13. Januar 2003 18:13 schrieb Ken Godee:
> Maybe this just slipped by me somewhere and
> seems like a stupid question but.
>
> How/where do you set breakpoints in eric3?
>

Just click the dark grey border right of the linenumbers. If you hold the 
Shift key pressed at the same time, you are presented with a dialog to 
enter a breakpoint condition.

Defined breakpoints can be changed and deleted in the breakpoint dialogs.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-13 Thread Ken Godee
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
since that's how it worked with eric. If you say that's how it works
I'll try again and if I can't get it to work I'll let you know.

Thanks
Ken

> Am Montag, 13. Januar 2003 18:13 schrieb Ken Godee:
> > Maybe this just slipped by me somewhere and
> > seems like a stupid question but.
> >
> > How/where do you set breakpoints in eric3?
> >
> 
> Just click the dark grey border right of the linenumbers. If you hold the 
> Shift key pressed at the same time, you are presented with a dialog to 
> enter a breakpoint condition.
> 
> Defined breakpoints can be changed and deleted in the breakpoint dialogs.
> 
> Detlev
> -- 
> Detlev Offenbach
> [EMAIL PROTECTED]
> 
> 


___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-13 Thread 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


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...

Greg



___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Detlev Offenbach
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
>
> 
>
> 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
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Ken Godee
Being reassured the break points where there
I tried again and found'em! Your right, it's a little hard to find.

Maybe a short blurp, in the help/what this?

By the way Eric3 is great, thanks for the effort on this
great ide.

Ken


> 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
> >
> > 
> >
> > 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
> [EMAIL PROTECTED]
> 
> ___
> PyKDE mailing list[EMAIL PROTECTED]
> http://mats.gmd.de/mailman/listinfo/pykde
> 


___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Detlev Offenbach
Hi,

> Being reassured the break points where there
> I tried again and found'em! Your right, it's a little hard to find.
>
> Maybe a short blurp, in the help/what this?
>
> By the way Eric3 is great, thanks for the effort on this
> great ide.

Will be in the next snapshot.

>
> Ken
>



Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread 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
> >
> > 
> >
> > 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

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Greg Fortune
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
> > >
> > > 
> > >
> > > 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

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] eric3 breakpoints?

2003-01-16 Thread Detlev Offenbach
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
> > >
> > > 
> > >
> > > 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
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde