![]() ![]() |
||
![]() |
![]() |
|
![]() |
[wingide-users] Wing IDE 2.0 beta2 technology previewcwikla cwikla at xoom.com23 Mar 2004 14:30:17 -0800
I'm running RHat 9.0:
Linux misanthrope.mollyguard.com 2.4.20-8 #1 Thu Mar 13 17:54:28 EST
2003 i686 i686 i386 GNU/Linux
It didn't seem to pick up any of the defaults I had set for wing 1.0.
It kept trying to take over my entire screen, and I'm running dual
monitor so that is quite annoying. I found the "screen size" where it
is either "Full size" or something I enter. Why can't it just remember
the size of the window after I resize it?
I also haven't seen a single window open up to the correct size where I
didn't have to resize it to see all the contents, dialogs, etc...
The "Enable Passive Listen" needs to be put back into the menu hierarchy
-- when working with Apache having to search for a dialog to turn this
on/off is a big pain.
Same thing with Exception Handling Mode
It seems an odd choice for the indention manager to be a main-window
class object and take up space. I know I can remove it, and I did.
The window shading of the tabs for Indention/Source Assistant is very
bizarre. It doesn't close/open on double click. It shades on the 2nd
click, whenever that happens, which means if you accidentally click on
it, the window shades.
I can't find out how to get the documentation pane back? Did I miss it
somewhere? It's not in the "Insert Tool" Menu
Any of the Debug I/O, Debug Probe, Messages, etc. Right click menu to
Move Message To -> Window Preferences, has a 0 size menu
IDE 2.0 crashed on it's first run. Here's an strace:
stat64("/home/cwikla/devproject", {st_mode=S_IFREG|0664, st_size=152838,
...}) = 0
stat64("/home/cwikla/xoom/eng/src/sqlqueries.py", {st_mode=S_IFREG|0444,
st_size=65613, ...}) = 0
stat64("/home/cwikla/xoom/eng/src/start.py", {st_mode=S_IFREG|0555,
st_size=19578, ...}) = 0
stat64("/home/cwikla/devproject", {st_mode=S_IFREG|0664, st_size=152838,
...}) = 0
stat64("/home/cwikla/xoom/eng/src/start.py", {st_mode=S_IFREG|0555,
st_size=19578, ...}) = 0
stat64("/home/cwikla/xoom/eng/src/xoompages.py", {st_mode=S_IFREG|0555,
st_size=114102, ...}) = 0
stat64("/home/cwikla/devproject", {st_mode=S_IFREG|0664, st_size=152838,
...}) = 0
stat64("/home/cwikla/xoom/eng/src/xoompages.py", {st_mode=S_IFREG|0555,
st_size=114102, ...}) = 0
mmap2(NULL, 397312, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x414d9000
munmap(0x414d9000, 397312) = 0
gettimeofday({1080080809, 403054}, NULL) = 0
getpid() = 16755
futex(0x8428da0, FUTEX_WAKE, 1, {2, 135355840}) = 0
gettimeofday({1080080809, 408525}, NULL) = 0
gettimeofday({1080080809, 416381}, NULL) = 0
open("/home/cwikla/.wingide2/error-log",
O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=5375, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x4001f000
fstat64(4, {st_mode=S_IFREG|0664, st_size=5375, ...}) = 0
_llseek(4, 5375, [5375], SEEK_SET) = 0
fstat64(4, {st_mode=S_IFREG|0664, st_size=5375, ...}) = 0
write(4, "wingide - 2004/03/23 14:26:49 - "..., 66) = 66
close(4) = 0
munmap(0x4001f000, 4096) = 0
futex(0x8125e98, FUTEX_WAKE, 1, {1074137344, 1074138404}) = 0
stat64("/home/cwikla/.wingide2/error-log", {st_mode=S_IFREG|0664,
st_size=5441, ...}) = 0
gettimeofday({1080080809, 417567}, NULL) = 0
open("/home/cwikla/.wingide2/error-log",
O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = 4
fstat64(4, {st_mode=S_IFREG|0664, st_size=5441, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x4001f000
fstat64(4, {st_mode=S_IFREG|0664, st_size=5441, ...}) = 0
_llseek(4, 5441, [5441], SEEK_SET) = 0
fstat64(4, {st_mode=S_IFREG|0664, st_size=5441, ...}) = 0
write(4, "wingide - 2004/03/23 14:26:49 - "..., 151) = 151
close(4) = 0
munmap(0x4001f000, 4096) = 0
futex(0x8125e98, FUTEX_WAKE, 1, {1074137344, 1074138404}) = 0
stat64("/home/cwikla/.wingide2/error-log", {st_mode=S_IFREG|0664,
st_size=5592, ...}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
On Mon, 2004-03-22 at 15:19, Wing IDE Announce wrote:
> Hi,
>
> We're happy to announce the first publically available beta release
> for Wing IDE 2.0!
>
> This release has a completely redesigned user interface that gives
> you substantial control over layout, windowing style, and overall
> look and feel. The following additional major features are also
> included:
>
> * Calltips and other context-appropriate source documentation
> * Syntax error indicators
> * Editor tabs and splits
> * Multi-file, wildcard, and regular expression searching
> * Integrated documentation and tutorial
> * Graphical preferences editor with many new user interface prefs
> * Integrated debug process I/O
> * Improved/simplified debug data watching and expression evaluation
> * German localization
> * Support for non-ascii encodings
>
> Details and downloads for Windows and Linux are available here:
>
> http://wingide.com/wingide/beta
>
> Please remember this is a beta and there are some incomplete features,
> quirks, and bugs. This version may be subject to problems caused
> by binary compatibility among Linux versions or conflicts with
> various Windows add-ons.
>
> We're very interested in obtaining feedback, so please email us with
> comments, requests, suggestions, and bug reports. We will be attending
> PyCon over the next few days, so if you're there, you can talk to Stephan
> and John about the new version.
>
> Thanks!
>
> Sincerely,
>
> John Ehresman
> Stephan Deibel
> Claudia Walenzyk
>
> --
> Wing IDE for Python
> Archaeopteryx Software, Inc
> Take Flight!
>
> www.wingide.com
> _________________________________________________
> Wing IDE discussion list
> http://wingide.com/support/forum
>
>
Run by Mailman v 2.0.8 |
|
|
Copyright (c) 2000-2002, Archaeopteryx Software, Inc. Legal Statements | ||