-
BTW, this is on MacOS 10.5.6, on a MacBook Pro (Intel)
2009-04-23 12:34:57 UTC in KompoZer
-
Upon first launching the KompoZer window is quite small. Dragging the resize corner (lower-right) on the Mac will change the window size, but the interface doesn't redraw to take up the extra space.
2009-04-23 12:33:48 UTC in KompoZer
-
I see syntax errors when starting the interactive console, using the default initial commands. E.g.,
Python 2.4.4 (#1, May 30 2007, 10:00:16)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> File "", line 1
import sys; sys.ps1=''; sys.ps2=''
^
SyntaxError...
2007-06-04 02:28:34 UTC in Pydev for Eclipse
-
code completion fails for the lxml library as describe in this thread:
http://sourceforge.net/forum/message.php?msg_id=4315989.
2007-05-17 16:26:01 UTC in Pydev for Eclipse
-
Ctrl-Space is also an important Emacs editing key (sets the mark for the beginning of a section to copy or cut). If you use the Eclipse Emacs key bindings (Preferences -> General -> Keys, select the Modify tab and select Emacs from the pulldown), then the Ctrl-Space works as the emacs key and you don't get code completion.
This is a drag -- I could change the key binding in the...
2007-03-03 13:15:05 UTC in Pydev for Eclipse