Release Name: 0.7.0
Notes:
Bug fixing release but also new features introduced:
- Configurator plugin that will be populated by other plugins as time goes (only the debugger has a configuration panel for now)
- refactoring introduced but still very experimental
- debugger now relies on stock DRb delivered with Ruby. Now works on Windows and Linux.
- Exception are now caught and presented in a nice FOX dialog box with instructions about where to report the defect.
Changes:
2004-08-18 22:42 ljulliar
* freeride.rb : last minute bug fixing before 0.7.0 on the
destination properties filename that must not be given as an
absolute path name so that it is created in the user home directoy
and not in the installation directory which causespermission
problems (pb reported by Thomas Andersson on the FR-devel mailing
list on May 15, 2004)
2004-08-18 21:41 ljulliar
* plugins/rubyide_tools_rrb/rrb_plugin.rb : typo fixed in method
refactoring description and changing line number where to look for
class name to make it consistent with other methods.
2004-08-17 09:54 curthibbs
* Added a marker menu item to the Refcator menu that inficates the
refactoring support is experimental.
* Bumped the version number to 0.7.0
2004-08-13 16:57 ljulliar
* plugins/rubyide_tools_fox_debugger/fox_debugger_configurator.rb,
plugins/rubyide_tools_fox_debugger/fox_debugger.rb : changing
debugger configurator class name to make it consistent with name
used in the editor configurator and avoid namespace conflicts with
the top level Configurator plugin.
2004-08-13 16:52 ljulliar
* plugins/rubyide_tools_fox_debugger/fox_debugger.rb: make sure
remote debugged process stdin is still active before sending
keyboard input to it (prevents FreeRIDE from crashing with Broken
Pipe exception).
2004-08-09 23:25 ljulliar
* plugins/rubyide_tools_debugger/debugger.rb,
plugins/rubyide_tools_debugger/debuggee.rb, redist/drb.rb,
redist/drb : removed DRb from the redist directory. Ruby 1.8 has
it standard. Change debuggee to cope with both DRb 1.3 or DRb
2.0. Show/Hide error marker line when an error/exception error
occurs in debugger. Fixed spurious debugger crashes when an
exception was caught on the remote process. Seems to be much more
robust now.
2004-08-06 23:28 ljulliar
* plugins/rubyide_tools_fox_script_runner/script_runner.rb,
plugins/rubyide_tools_debugger/debugger.rb,
plugins/rubyide_gui/editpane.rb,
plugins/rubyide_fox_gui/fxscintilla/scintilla.rb,
plugins/rubyide_fox_gui/outputpane.rb,
plugins/rubyide_fox_gui/editpane.rb: the script runner plugin now
shows with a red arrow marker where a runtime error occured in a
file. The debugger also uses the same marker now. Also the output
pane is now using the default font size.
2004-08-05 23:24 ljulliar
* plugins/rubyide_fox_gui/appframe.rb:
Catch exception happening in the main FOX event loop and invite
users to report the bug.
2004-07-29 16:50 ljulliar
* plugins/rubyide_tools_rrb/rrb_plugin.rb, redist/rrb/default.rb:
new rrb plugin from YOSHIDA Yuichi plus from LJ: some FXDialog box
simplification, report files containing syntax errors that cannot
be processed, delimiters for variable names expanded and ruby
options must use freeRIDE include path to make sure that the rrb
that comes with FreeRIDE is used (see default.rb).
2004-07-29 16:53 ljulliar
* plugins/rubyide_commands/core_commands.rb: create CTL-Q shortcut
to exit FreeRIDE.
2004-07-29 15:13 ljulliar
* plugins/rubyide_tools_debugger/debugger.rb: fix exec_dir default
value if they are nil. (follow-up of bug #778)
2004-07-27 16:18 ljulliar
* plugins/rubyide_tools_fox_script_runner/script_runner.rb: fix
ruby_path and exec_dir default value if they are nil. (bug
#778)
2004-06-14 00:29 ljulliar
* plugins/rubyide_tools_fox_script_runner/script_runner.rb,
plugins/rubyide_tools_fox_debugger/fox_debugger_configurator.rb:
'Save all files before running script or launching debugger'
implemented in Debugger/Run preferences.
2004-06-13 23:23 ljulliar
* plugins/rubyide_tools_fox_debugger/plugin.yaml,
plugins/rubyide_tools_fox_debugger/fox_debugger_configurator.rb,
plugins/rubyide_tools_fox_debugger/fox_debugger.rb,
plugins/rubyide_tools_fox_configurator/plugin.yaml,
plugins/rubyide_tools_fox_configurator/fox_configurator.rb,
plugins/rubyide_tools_debugger/plugin.yaml,
plugins/rubyide_tools_debugger/debugger.rb,
plugins/rubyide_tools_configurator/plugin.yaml,
plugins/rubyide_tools_configurator/configurator.rb: new
configurator plugin added and debugger configuration pane
implemented as an example.
2004-05-24 21:45 ljulliar
* plugins/rubyide_tools_source_parser/basic_parser.rb : parser
must ignore any reserved keywords (def, module, class) appearing
in a comment
2004-04-19 22:44 ljulliar
* plugins/rubyide_fox_gui/editpane.rb : when restoring files from
previous session make the first file the current editpane.
|