[Gambas-user] Issue 556 in gambas: IDE aborts [13] null object in class file when copying name of a static public variable
gambas at ...2524...
gambas at ...2524...
Mon Sep 8 17:44:34 CEST 2014
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 556 by michaeli... at ...626...: IDE aborts [13] null object in
class file when copying name of a static public variable
https://code.google.com/p/gambas/issues/detail?id=556
1) Describe the problem.
The problem only occurs if you have already bee using the IDE for some time.
Switch to editing a class file just containing Static Public variables as
below.
Double click to select one of the file names.
Right click and select copy. The following message occurs. If you
remember to use ctrl-c for the copy it does not occur.
This application has raised an error and must abort
[13] null object
FEditor.CreateMenu.506
' Gambas class file
Static Public start_time As Float = 0
Static Public end_time As Float = 0
Static Public B4process_1_fileLoop As Float = 0
Static Public AfterProcess_1_fileLoop As Float = 0
Static Public B4process_2_fileLoop As Float = 0
Static Public AfterProcess_2_fileLoop As Float = 0
2) Give information about your system.
[System]
Gambas=3.5.4
OperatingSystem=Linux
Kernel=3.13.0-24-generic
Architecture=x86_64
Distribution=Linux Mint 17 Qiana
Desktop=MATE
Theme=QGtk
Language=en_GB.UTF-8
Memory=7863M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list