Finally I've found why my enter key don't work...
In Shell.py:
self.supportedEditorCommands = {
QextScintilla.SCI_LINEDELETE : self.clearCurrentLine,
QextScintilla.SCI_TAB: self.handleQScintillaTab,
QextScintilla.SCI_NEWLINE : self.handleQScintillaNewli
Good I've got an updated status!
I've done some experimentation :)
An now I've got a much clearer view from where comes the problem!
If looked @ Shell.py code in Qscintilla directory of eric3
There is these two functions:
def handleQScintillaNewline(self, cmd):
"""
Private met
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
On Saturday 08 July 2006 19:28, Laurent Dufréchou wrote:
> Detlev Offenbach wrote:
> > On Saturday 08 July 2006 16:34, Laurent Dufréchou wrote:
> >>> Haven't seen this problem before nor can I reproduce it on my system.
> >>> However, I have newer versions of PyQt and sip. Could you try to
> >>> re
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
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
On 08.07.06 16:17:15, Detlev Offenbach wrote:
> On Saturday 08 July 2006 13:54, Andreas Pakulat wrote:
> > On 08.07.06 13:39:46, Detlev Offenbach wrote:
> > > I have no plans to support other editors, specially not KDE editors
> > > because eric3/4 are supposed to work on Windows and Mac OSX as wel
On 08.07.06 15:30:43, Phil Thompson wrote:
> On Friday 07 July 2006 10:07 pm, Andreas Pakulat wrote:
> > Hi,
> >
> > I think there's a bug in either eric3's "usage" of QScintilla or
> > QScintilla itself: When a : is put into a line, an enter on that line
> > will go to the next line _and_ eric3 in
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gudjon I. Gudjonsson wrote:
> Hi
>I have been trying to make Debian packages of PyQwt and I think I have
> succeeded with version 4.2.1. If anyone is interested please try it out and
> send comments (and even sponsor an upload:) The package files
Hi
I have been trying to make Debian packages of PyQwt and I think I have
succeeded with version 4.2.1. If anyone is interested please try it out and
send comments (and even sponsor an upload:) The package files are at
http://mve035.mc2.chalmers.se/~gudjon/debian/pyqwt4/
I did compile it again
On Friday 07 July 2006 10:07 pm, Andreas Pakulat wrote:
> Hi,
>
> I think there's a bug in either eric3's "usage" of QScintilla or
> QScintilla itself: When a : is put into a line, an enter on that line
> will go to the next line _and_ eric3 indents the next line. This is only
> the correct behavio
On Saturday 08 July 2006 13:54, Andreas Pakulat wrote:
> On 08.07.06 13:39:46, Detlev Offenbach wrote:
> > On Saturday 08 July 2006 13:09, Andreas Pakulat wrote:
> > > On 08.07.06 12:39:30, Detlev Offenbach wrote:
> > > > On Saturday 08 July 2006 12:23, Andreas Pakulat wrote:
> > > > > Hmm, am I ri
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
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
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
On 08.07.06 13:39:46, Detlev Offenbach wrote:
> On Saturday 08 July 2006 13:09, Andreas Pakulat wrote:
> > On 08.07.06 12:39:30, Detlev Offenbach wrote:
> > > On Saturday 08 July 2006 12:23, Andreas Pakulat wrote:
> > > > Hmm, am I right that QScintilla is a Qt wrapper around Scintilla? Then
> > >
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
On Saturday 08 July 2006 11:23 am, Andreas Pakulat wrote:
> On 08.07.06 10:58:42, Detlev Offenbach wrote:
> > On Friday 07 July 2006 23:07, Andreas Pakulat wrote:
> > > I think there's a bug in either eric3's "usage" of QScintilla or
> > > QScintilla itself: When a : is put into a line, an enter on
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
On Saturday 08 July 2006 13:09, Andreas Pakulat wrote:
> On 08.07.06 12:39:30, Detlev Offenbach wrote:
> > On Saturday 08 July 2006 12:23, Andreas Pakulat wrote:
> > > Hmm, am I right that QScintilla is a Qt wrapper around Scintilla? Then
> > > I'll complain to the scintilla developers. This is def
On 08.07.06 12:39:30, Detlev Offenbach wrote:
> On Saturday 08 July 2006 12:23, Andreas Pakulat wrote:
> > Hmm, am I right that QScintilla is a Qt wrapper around Scintilla? Then
> > I'll complain to the scintilla developers. This is definetly not a
> > feature.
>
> You are right and please do so.
On Saturday 08 July 2006 12:23, Andreas Pakulat wrote:
> On 08.07.06 10:58:42, Detlev Offenbach wrote:
> > On Friday 07 July 2006 23:07, Andreas Pakulat wrote:
> > > I think there's a bug in either eric3's "usage" of QScintilla or
> > > QScintilla itself: When a : is put into a line, an enter on th
On 08.07.06 12:11:04, Phil Thompson wrote:
> On Saturday 08 July 2006 11:23 am, Andreas Pakulat wrote:
> > On 08.07.06 10:58:42, Detlev Offenbach wrote:
> > > On Friday 07 July 2006 23:07, Andreas Pakulat wrote:
> > > > I think there's a bug in either eric3's "usage" of QScintilla or
> > > > QScint
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
On 08.07.06 10:58:42, Detlev Offenbach wrote:
> On Friday 07 July 2006 23:07, Andreas Pakulat wrote:
> > I think there's a bug in either eric3's "usage" of QScintilla or
> > QScintilla itself: When a : is put into a line, an enter on that line
> > will go to the next line _and_ eric3 indents the ne
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
On Friday 07 July 2006 23:07, Andreas Pakulat wrote:
> Hi,
>
> I think there's a bug in either eric3's "usage" of QScintilla or
> QScintilla itself: When a : is put into a line, an enter on that line
> will go to the next line _and_ eric3 indents the next line. This is only
> the correct behaviour
On Thursday 06 July 2006 23:35, Laurent Dufréchou wrote:
> Hello, I've just installed eric version 3.9.1 from tar.gz
>
> Python 2.4.2
> Qt 3.3.4
> PyQT 3.15.1
> sip 4.3.2
> Qscintilla 1.5.1.
> Eric 3.9.1
> Bicycle repair Man CVS-20041120
>
>
> Thus with the i18n package fr.
>
> I've got a very bori
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
30 matches
Mail list logo