Re: [PyKDE] Few eric3 usability comments

2004-05-05 Thread Phil Thompson
On Thursday 06 May 2004 6:06 am, Kirill Lapshin wrote: > Hello, > > Few small annoying things: > 3. When autocompletion box appears it is quite hard to get out of it. I > would expect that almost any operation, other than typing should close > the autocompletion box. Currently I can't move cursor,

Re: [PyKDE] Few eric3 usability comments

2004-05-05 Thread Simon Edwards
On Thursday 06 May 2004 07:06, Kirill Lapshin wrote: > Hello, > > Few small annoying things: While we are on the topic, I've been using Eclipse at work lately and here are some of its features and things that I would like to see show up in Eric: * Can the syntax checker be run automatically or

[PyKDE] PyKDE Update - 5/5/04

2004-05-05 Thread Jim Bublitz
I expect to have an rc1 version of PyKDE ready in a few days, barring any major unforeseen problems. This release has few changes in configure.py or the PyKDE code (a few bug fixes). The release will make the kjs module optional (only built if you specify -m for configure.py), adds a new kmdi m

[PyKDE] Yet another annoyance

2004-05-05 Thread Kirill Lapshin
In addition to previous message... If cursor is at the beginning of indented line and I hit Enter to insert empty line above, indentation disappears. I.e. if True: a = 12 If cursor at line 2 pos 4, hit Enter, then empty line is properly inserted. However if it is at line 2, pos 1, Enter, then

[PyKDE] Few eric3 usability comments

2004-05-05 Thread Kirill Lapshin
Hello, Few small annoying things: 1. "Go to line" dialog has line number set to 1 by default. It would be nice to select the value, otherwise I am hitting Ctrl-G, starting to type say 23, hit enter, and then cursing why eric threw me to line 123. 2. When I hit "run script", and my file has synta

[PyKDE] Debian eric3 package

2004-05-05 Thread Kirill Lapshin
Hello, What is the status of debian package for Eric? Any unofficial packages out there? If nobody maintaining such a package, maybe someone has tools/instructions for creating one? Thanks. --Kirill ___ PyKDE mailing list[EMAIL PROTECTED] http://ma

Re: [PyKDE] Eric3 install problems...

2004-05-05 Thread Fernando Mesquita
Here is the results: Python 2.3 (#1, May 3 2004, 15:23:39) [GCC 3.3.2 20031022 (Red Hat Linux 3.3.2-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from qt import * Traceback (most recent call last): File "", line 1, in ? ImportError: No module named qt

Re: [PyKDE] ANN: Wiki for PyQt/PyKDE

2004-05-05 Thread Sundance
I heard Torsten Marek said: > as the title suggests, we have a new wiki only for PyQt and PyKDE + > related development. This is excellent! Thank you loads! :) Could there be a link to the Wiki from the KDE web site? Also, will you be posting a news item about it on the Dot (which I believe wou

[PyKDE] ANN: Wiki for PyQt/PyKDE

2004-05-05 Thread Torsten Marek
Hello PyQt- and PyKDE-users, as the title suggests, we have a new wiki only for PyQt and PyKDE + related development. So if you have some interesting code, wrote an applications that uses PyQt/PyKDE, want to write a tutorial/howto or found an interesting link, go to http://www.diotavelli.net/PyQ

[PyKDE] ANN: new eric3 snapshot

2004-05-05 Thread Detlev Offenbach
Hi, I just uploaded a new snapshot. This features - improved unittest functionality - improved autocompletion capabilities - adoption to subversion 1.0 - and some bug fixes and usability enhancements Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___

Re: [PyKDE] eric3 first time user

2004-05-05 Thread Detlev Offenbach
> > Zitat von Detlev Offenbach <[EMAIL PROTECTED]>: > > > for me, its an empty window with no prompt and obvious way to > > > execute anything that I may enter. > > > > That sounds as if the debug client is not started. That would > > explain the a.m. observation as well. > > > > In UserInterface.p

Re: [PyKDE] Eric3 install problems...

2004-05-05 Thread Detlev Offenbach
Hi, Am Dienstag, 4. Mai 2004 21:06 schrieb Fernando Mesquita: > Hi there, > When I try to install eric3 I get the following error message: > > [EMAIL PROTECTED] eric-3.4.1]# python install.py > Sorry, please install PyQt. > Error: No module named qt > Open a python shell and enter the following

Re: [PyKDE] eric3 first time user

2004-05-05 Thread Christian Sell
Zitat von Detlev Offenbach <[EMAIL PROTECTED]>: > > for me, its an empty window with no prompt and obvious way to execute > > anything that I may enter. > > That sounds as if the debug client is not started. That would explain the > a.m. observation as well. > > In UserInterface.py there are two li