Re: [PyKDE] eric3 .. wish list feature ...

2004-06-07 Thread Dave S
Detlev Offenbach wrote:
Am Samstag, 5. Juni 2004 18:16 schrieb Dave S:
 

I know I can set breakpoints, or 'raise' to stop the running program
but it would be great if right clicking
the python shell would allow me to just stop the application dead
without clearing the shell window.
I sometimes have a runnaway program spewing data I need to see the
data but its going to fast. I can't
stop it and inspect it.
Just an idea
Dave
PS its a lovely IDE
   

I'll add a "Reset (no clear)" to the wish list.
Detlev
 

OK I'm pushing my luck here but what would also be usefull would be a 
search & replace on highlighted text only, or
between line number x,y only. a bit like

:100,300 s/test/testing/g
in vim. I know you can individually select the replaces but this is a 
bit tedious in a long script

Cheers
Dave
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] eric3 'remove all highlights' button ?

2004-06-07 Thread Dave S
Detlev Offenbach wrote:
Am Montag, 31. Mai 2004 19:56 schrieb Dave S:
 

eric3 v3.4.2 has a button 'remove all highlights' coloured red &
yellow. I tried left click drag,
which is the only highlighting I could think of - no go. Can anyone
tell me what it does ?
   

Eric highlights the line of an error errors with a red background. This 
is sometimes hard to read. Pressing this button simply removes this 
error highlighting.

Detlev
 

Got it ... that makes sense
Cheers
Dave
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Eric3 small feature request

2004-06-07 Thread Detlev Offenbach
Am Dienstag, 1. Juni 2004 22:32 schrieb Kirill Lapshin:
> Hello,
>
> I was thinking the other day what would be the best way to insert
> boilerplate header code in every source code file. Such as license,
> copyright, whatever. How about storing it in project file, and adding
> special menu item for inserting it? Or maybe even inserting it
> automatically when new file gets created? It seems to be a property of
> the project -- different projects may use different licenses. This way
> it may be version controlled. It still does not address issue of
> updating old files when header changes, but that task probably out of
> scope for IDE anyway.
>
> What do you think?
>

Hi,

sorry for answering a little late but I was away for a couple of days. 

One possible way to do this is with a script. The one I use for eric3 can 
be found in the Examples directory. That way it will be available under 
Tools/Scripts.

Detlev

PS: Script contributions are welcome and will be made available through 
the contributions page or even included in the distro.
-- 
Detlev Offenbach
[EMAIL PROTECTED]

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


Re: [PyKDE] eric3 'remove all highlights' button ?

2004-06-07 Thread Detlev Offenbach
Am Montag, 31. Mai 2004 19:56 schrieb Dave S:
> eric3 v3.4.2 has a button 'remove all highlights' coloured red &
> yellow. I tried left click drag,
> which is the only highlighting I could think of - no go. Can anyone
> tell me what it does ?

Eric highlights the line of an error errors with a red background. This 
is sometimes hard to read. Pressing this button simply removes this 
error highlighting.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

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


Re: [PyKDE] eric3 .. wish list feature ...

2004-06-07 Thread Detlev Offenbach
Am Samstag, 5. Juni 2004 18:16 schrieb Dave S:
> I know I can set breakpoints, or 'raise' to stop the running program
> but it would be great if right clicking
> the python shell would allow me to just stop the application dead
> without clearing the shell window.
>
> I sometimes have a runnaway program spewing data I need to see the
> data but its going to fast. I can't
> stop it and inspect it.
>
> Just an idea
>
> Dave
>
> PS its a lovely IDE
>

I'll add a "Reset (no clear)" to the wish list.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

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