Re: edit Makefiles WAS: Re: [PyKDE] feature request for eric4

2006-07-10 Thread Detlev Offenbach
On Sunday 09 July 2006 20:54, Hans-Peter Jansen wrote: > Hi Detlev, > > Am Sonntag, 9. Juli 2006 12:09 schrieb Detlev Offenbach: > > It's already implemented and will ba part of eric3 3.9.2 (to be > > realeased after QScintilla 1.7 has been released). > > Cool, thanks. > > The most prominent proble

edit Makefiles WAS: Re: [PyKDE] feature request for eric4

2006-07-09 Thread Hans-Peter Jansen
Hi Detlev, Am Sonntag, 9. Juli 2006 12:09 schrieb Detlev Offenbach: > > It's already implemented and will ba part of eric3 3.9.2 (to be > realeased after QScintilla 1.7 has been released). Cool, thanks. The most prominent problem, I have with eric is editing Makefiles, while I normally use the

Re: [PyKDE] feature request for eric4

2006-07-09 Thread Detlev Offenbach
On Saturday 08 July 2006 23:19, Hans-Peter Jansen wrote: > Am Samstag, 8. Juli 2006 20:55 schrieb Detlev Offenbach: > > On Saturday 08 July 2006 20:04, Andreas Pakulat wrote: > > > On 08.07.06 16:01:51, Detlev Offenbach wrote: > > > > On Saturday 08 July 2006 13:49, Hans-Peter Jansen wrote: > > > >

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Hans-Peter Jansen
Am Samstag, 8. Juli 2006 20:55 schrieb Detlev Offenbach: > On Saturday 08 July 2006 20:04, Andreas Pakulat wrote: > > On 08.07.06 16:01:51, Detlev Offenbach wrote: > > > On Saturday 08 July 2006 13:49, Hans-Peter Jansen wrote: > > > > Sounds like it's i/o encoding related, and then yes, that could

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Detlev Offenbach
On Saturday 08 July 2006 20:04, Andreas Pakulat wrote: > On 08.07.06 16:01:51, Detlev Offenbach wrote: > > On Saturday 08 July 2006 13:49, Hans-Peter Jansen wrote: > > > Sounds like it's i/o encoding related, and then yes, that could make a > > > difference inside eric. If I remember correctly, eri

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Andreas Pakulat
On 08.07.06 16:01:51, Detlev Offenbach wrote: > On Saturday 08 July 2006 13:49, Hans-Peter Jansen wrote: > > Sounds like it's i/o encoding related, and then yes, that could make a > > difference inside eric. If I remember correctly, eric sets a different > > default encoding compared to plain pytho

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Andreas Pakulat
On 08.07.06 13:55:34, Detlev Offenbach wrote: > On Saturday 08 July 2006 13:00, Andreas Pakulat wrote: > > On 08.07.06 10:48:30, Detlev Offenbach wrote: > > > Hi Andreas, > > > > > > that is already possible with eric3 (unless it is broken). > > > > > > Alternative 1: You can change the environment

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Detlev Offenbach
On Saturday 08 July 2006 13:49, Hans-Peter Jansen wrote: > Am Samstag, 8. Juli 2006 13:00 schrieb Andreas Pakulat: > > On 08.07.06 10:48:30, Detlev Offenbach wrote: > > > Hi Andreas, > > > > > > that is already possible with eric3 (unless it is broken). > > > > > > Alternative 1: You can change the

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Andreas Pakulat
On 08.07.06 13:49:00, Hans-Peter Jansen wrote: > Am Samstag, 8. Juli 2006 13:00 schrieb Andreas Pakulat: > > The other thing is: Running my application inside eric3 (debug or > > direct run) doesn't trigger the error, even if I launch eric3 via: > > LANG=de_DE eric3. When I run the app from the com

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Detlev Offenbach
On Saturday 08 July 2006 13:00, Andreas Pakulat wrote: > On 08.07.06 10:48:30, Detlev Offenbach wrote: > > Hi Andreas, > > > > that is already possible with eric3 (unless it is broken). > > > > Alternative 1: You can change the environment for the debug client > > globally in the configuration dial

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Hans-Peter Jansen
Am Samstag, 8. Juli 2006 13:00 schrieb Andreas Pakulat: > On 08.07.06 10:48:30, Detlev Offenbach wrote: > > Hi Andreas, > > > > that is already possible with eric3 (unless it is broken). > > > > Alternative 1: You can change the environment for the debug client > > globally in the configuration dia

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Detlev Offenbach
On Saturday 08 July 2006 12:20, Andreas Pakulat wrote: > On 08.07.06 10:48:30, Detlev Offenbach wrote: > > that is already possible with eric3 (unless it is broken). > > > > Alternative 1: You can change the environment for the debug client > > globally in the configuration dialog, Debugger -> Gene

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Andreas Pakulat
On 08.07.06 10:48:30, Detlev Offenbach wrote: > Hi Andreas, > > that is already possible with eric3 (unless it is broken). > > Alternative 1: You can change the environment for the debug client globally > in > the configuration dialog, Debugger -> General page. Here you may replace the > envir

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Andreas Pakulat
On 08.07.06 10:48:30, Detlev Offenbach wrote: > that is already possible with eric3 (unless it is broken). > > Alternative 1: You can change the environment for the debug client globally > in > the configuration dialog, Debugger -> General page. Here you may replace the > environment or ammend i

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Detlev Offenbach
Hi Andreas, that is already possible with eric3 (unless it is broken). Alternative 1: You can change the environment for the debug client globally in the configuration dialog, Debugger -> General page. Here you may replace the environment or ammend it. Alternative 2: You can do the same on a p

[PyKDE] feature request for eric4

2006-07-06 Thread Andreas Pakulat
Hi Detlev, I'd like to suggest a feature for eric4 that can be helpful when debugging applications: Setting Environment variables for the script that is going to be debugged. I currently have a situation where my application runs fine in a UTF-8 locale, but doesn't work in de_DE for example. And