Re: [Eric] Autocompletion behaviour

2018-10-19 Thread Tobias Rzepka
Hello Alex, you can configure it under Settings -> Preferences -> Editor -> Autocompletion -> QScintilla. Keep the first checkbox ("Show single") unchecked. If you stay a little while over the text, you'll see a tooltip with a good hint about the function of t

Re: [Eric] [Windows 32-bits] How to install either PyQt5.QtWebEngineWidgets or PyQt5.QtWebKitWidgets?

2018-08-22 Thread Tobias Rzepka
or PyQt5.QtWebKitWidgets? Thank you. As a Python newbie, this is a bit over my head. On 22/08/2018 23:19, Tobias Rzepka wrote: > Hello Gilles, > > Any reason to stick at PyQt 5.11? If not, it should be possible to downgrade > to PyQt ‎5.10. I'm not sure, but the wheels for Pytho

Re: [Eric] [Windows 32-bits] How to install either PyQt5.QtWebEngineWidgets or PyQt5.QtWebKitWidgets?

2018-08-22 Thread Tobias Rzepka
Hello Gilles, Any reason to stick at PyQt 5.11? If not, it should be possible to downgrade to PyQt ‎5.10. I'm not sure, but the wheels for Python 3.6 should also work under Python 3.7 (but they have to be renamed to work , if no 5.10 was released for Python 3.7. Tobias Gesendet von meinem Bla

Re: [Eric] [PyQt] Basic create project question

2017-08-21 Thread Tobias Rzepka
‎Hello Phil,  The ok button is greyed out, till you've selected a directory for the project. Eric deny a project in the main folder. But you can create multiple projects in one subfolder, if it's what you want... Tobias    Originalnachricht   Von: Phil Gesendet: Dienstag, 22. August 2017 06:32

Re: [Eric] [PyQt] Debugger not stopping

2017-08-21 Thread Tobias Rzepka
Hello Phil, There is an own list for eric questions... Your installation is rather old. I would suggest to update to the latest version of eric (17.08). Since the release of your current version I've improved the debugger further. Please let us know if the update solves your problem. Tobias  

Re: [Eric] eric debug mode appearance

2017-04-18 Thread Tobias Rzepka
Hello Pete, the first two wishes are possible. Maybe it'll be the easiest, when there will be an extra window, showing the actual code line(s) and the disassembled bytecode, like the outputs of dis.dis / dis.distb. But stepping through single bytecodes isn't pos

Re: [Eric] ANN: eric 17.04 released

2017-04-07 Thread Tobias Rzepka
Hello Detlev, There is a bug introduced in changeset from March, 31th, fixing the blocking on an exception. On Python 2, the queue module is spelled with a Big Q.It's critical, because eric won't Start anymore. To

Re: [Eric] Wish: Debug option to move program counter

2017-03-14 Thread Tobias Rzepka
Hello Pete, hello Detlev, I've done already a proof of concept for the debugger. There are some constraints given by Python but it works to change the instruction pointer in a function/ method without executing the code between the actual and new instruction pointer

Re: [Eric] modify Python version in debug shell

2016-08-31 Thread Tobias Rzepka
Hello Romina,In preferences you'll have to configure the path to the Python 2 interpreter. Then you can switch the shell to Python 2 with right click and select start-> Python 2.But if you start a Script or projec

Re: [Eric] Installing Eric6

2016-08-30 Thread Tobias Rzepka
Hello Colin,You'll find some very good documentations writen by Pietro Moras on the eric6 homepage -> Documentation (‎http://eric-ide.python-projects.org/eric-documentation.html). The eric4 and eric5 entitled docu

Re: [Eric] Feature request/suggestion (feature modification suggestion, really)

2016-05-16 Thread Tobias Rzepka
Mike C. Fletcher schrieb am 16.05.2016 um 17:04: On 2016-05-16 09:40 AM, Tobias Rzepka wrote: Hello Mike, sounds for me like a great improvement. Even I didn't checked your implementation y

Re: [Eric] Feature request/suggestion (feature modification suggestion, really)

2016-05-16 Thread Tobias Rzepka
Hello Mike, sounds for me like a great improvement. Even I didn't checked your implementation yet, I would suggest to put it onto CTRL-G. Actually it's goto line (on Windows), but it should be easy, to include the goto line into the new functionality if not already

Re: [Eric] ANN: New eric 5.5 snapshot released

2014-07-23 Thread Tobias Rzepka
m all of you about the immediate availability of a >> new eric >> >> 5.5 snapshot. It fixes a few bugs and includes a lot of new features. >> The most prominent one is, that is possible to execute it with >> Python2. Thanks to Tobias Rzepka for all his work to make

Re: [Eric] eric5 sql browser

2014-06-12 Thread Tobias Rzepka
Hello MM, I could reproduce the behavior: If I edit a field and leave it by a mouse click, the change I done is lost if I change the table and come back. But if I quit editing by pressing return everything is ok and the data is stored to the db table. I hope this

Re: [Eric] shell: pasting

2014-06-09 Thread Tobias Rzepka
Hello MM, do you did it on Win with keyboard shortcuts or is it a different configuration? Actually you can't alter this behavior. Tobias MM schrieb am 05.06.2014 10:57: hi, When I paste in python shell, the pas

Re: [Eric] shell: display variables in a formatted view

2014-06-09 Thread Tobias Rzepka
MM schrieb am 09.06.2014 17:20: On 9 June 2014 16:17, Tobias Rzepka <tobias.rze...@gmail.com> wrote: Hello MM, if you are debugging your application and the debugger

Re: [Eric] shell: display variables in a formatted view

2014-06-09 Thread Tobias Rzepka
Hello MM, if you are debugging your application and the debugger is waiting for the next command (Step in, Step over, ...), you can open the Debug-Viewer and inspect all global and local variables. There you can expand your list/ dictionary and see every entry at it'

Re: [Eric] Failed Eric installation

2013-09-21 Thread Tobias Rzepka
Hello Vikram, why don't you use the prebuild distribution from http://www.riverbankcomputing.co.uk/software/pyqt/download There is everything included you need to run eric4. Tobias Bhamidipati, Vikram schrieb am 21.09.2013 01:59: Hello, I followed the instruction and installed Qt 4.8.5, sip,

Re: [Eric] Problem with Eric5 and cxfreeze plugin

2011-04-22 Thread Tobias Rzepka
Hi Tomas, if you don't like to develop plugins use the plugins manager included in Eric (Menu Plugins -> Plugin repository). Tobias Tomas Sobota schrieb am 22.04.2011 16:37: Hi, I installed Eric5-5.1.1 together with Python 3.2 on a Win XP machine. Everything seems to work nicely, even if I'

Re: [Eric] ANN: eric 4.4.8 released

2010-09-05 Thread Tobias Rzepka
Hello Detlev, in Version 4.4.8 PyQt 4.7.5 is blacklisted, so installation fails if PyQt 4.7.5 is installed. But the error message said, Eric5 doesn't run with this PyQt version. I removed the blacklist and on Win7 look everything fine. Which problems did you encounter? Regards, Tobias detl

Re: [Eric] QT not found

2010-06-03 Thread Tobias Rzepka
aller from riverbank. The problem is, my Eric installation is Version 4-4.4.4a and this tries ti access my old Python 2.5. Actually I can't find the Eric 5 download because both Links on their website refer to Version 4! Thx, andy *Von:* Tobias Rzepka [mailto:tobias.rze...@googlemail

Re: [Eric] QT not found

2010-06-03 Thread Tobias Rzepka
hat I also thought first, but after restart the problem is still the same... *Von:* eric-boun...@riverbankcomputing.com [mailto:eric-boun...@riverbankcomputing.com] *Im Auftrag von *Tobias Rzepka *Gesendet:* Donnerstag, 3. Juni 2010 16:05 *An:* eric@riverbankcomputing.com *Betreff:* Re: [Eric] QT

Re: [Eric] QT not found

2010-06-03 Thread Tobias Rzepka
Hi Andreas, restart Windows after Qt installation. After reboot it should work. Tobias Rzepka Andreas Frickinger schrieb am 03.06.2010 15:57: Hi! I am new to Eric and got a Newbie question. I try to install Eric, but the installer says "Sorry, you must have QT version 4.4.0 or higher