[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FR-devel] A couple of questions / observations
From: |
Robert McGovern |
Subject: |
[FR-devel] A couple of questions / observations |
Date: |
Sun, 24 Nov 2002 15:50:00 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b; MultiZilla v1.1.31) Gecko/20021021 |
Just checked out the freeride from Savanha (version indicates 0.1.0) to
have a gander and fiddle, I now have a couple of questions / observations.
1) Are you planning on having a normal "Run", which simply launches it
but not through the debugger?
2) the Source Browser appears to indicate Modules as a C (class) rather
than a green M (which I can see in the icons directory)
3) it doesn't appear possible to dismiss either the Source Browser or
the File List
4) Sometimes using Ctrl-L to bring up the File List, actually deletes a
line of code in the editor window.
5) The logger is failing to start.
Start Freedride, create new file, select File / Exit and I got the
following:
./plugins/System_GuiCore/EditPanes.rb:107:in `unlink': wrong number of
arguments
(0 for 1) (ArgumentError)
from ./plugins/System_GuiCore/EditPanes.rb:107:in `close'
from ./plugins/System_Commands/AppCommands.rb:103:in `start'
from ./plugins/System_Commands/AppCommands.rb:102:in `each_slot'
from ./freebase/databus.rb:331:in `each'
from ./freebase/databus.rb:331:in `each_slot'
from ./plugins/System_Commands/AppCommands.rb:102:in `start'
from ./plugins/System_Commands/AppCommands.rb:100:in `call'
from ./freebase/databus.rb:923:in `call'
... 28 levels...
from ./freebase/core.rb:35:in `new'
from ./freebase/core.rb:35:in `startup'
from ./freeride/freeride.rb:53:in `startup'
from -e:1
Start Freeride, open an existing file, select File / Exit. The open file
closes, the command window shows "Shutdown in 1 seconds..." but Freeride
continues running. If you then open a different file and select exit,
the open file is closed and freeride disappears after a second.
Lastly, start freeride, open a file, delete some lines, select File /
Exit, select No and I got the following:
./plugins/System_GuiRenderFox/FoxServices.rb:99:in `start':
uninitialized consta
nt MBOX_CLICKED_YES at Fox::FXMessageBox (NameError)
from ./plugins/System_GuiRenderFox/FoxServices.rb:96:in `call'
from ./freebase/databus.rb:923:in `call'
from ./freebase/databus.rb:560:in `invoke'
from ./plugins/System_Commands/CommandManager.rb:126:in `invoke'
from ./plugins/System_GuiCore/EditPanes.rb:97:in `close'
from ./plugins/System_Commands/AppCommands.rb:103:in `start'
from ./plugins/System_Commands/AppCommands.rb:102:in `each_slot'
from ./freebase/databus.rb:331:in `each'
... 32 levels...
from ./freebase/core.rb:35:in `new'
from ./freebase/core.rb:35:in `startup'
from ./freeride/freeride.rb:53:in `startup'
from -e:1
- [FR-devel] A couple of questions / observations,
Robert McGovern <=