From john_sips_tea at yahoo.com Mon May 8 03:13:30 2006 From: john_sips_tea at yahoo.com (John M. Gabriele) Date: Mon, 8 May 2006 00:13:30 -0700 (PDT) Subject: [FR-devel] indentation and indendation guides Message-ID: <20060508071330.54638.qmail@web37207.mail.mud.yahoo.com> Can I change the auto indentation to 4 spaces instead of two? Also, is there any way I can make the indentation guides show up at every 4 spaces instead of every 2? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From nochoice at xs4all.nl Wed May 31 10:07:29 2006 From: nochoice at xs4all.nl (Jonathan Maasland) Date: Wed, 31 May 2006 14:07:29 +0000 Subject: [FR-devel] Large patch for some windows bugs Message-ID: <447DA321.6050104@xs4all.nl> Unfortunately, due to personal problems, I've been unable to continue my work on the project-plugin for the past four months. I hope to pick up the pieces where I left off but I can't make any promises. Anyway I've been able to fix the patch I was working on two months ago for several Windows related bugs. The most prominent of course being the terminal not showing. I managed to fix that but unfortunately I've been getting onPipeExcept messages in the terminal where FR itself was started. I haven't been able to track down where this problem originates. In the previous release no such message was printed. Because of this (minor) issue I've decided not to commit the changes to cvs yet but to allow everyone interested to test and comment on the changes. As I still do not have a computer with either Windows98 or ME available obviously I haven't been able to test the new code on those platforms. I'm very much looking forward to your reactions and feedback. With kind regards, Jonathan Maasland Cut-n-paste from the Changelog: ------------ 2006-05-30 13:00 jonathanm * plugins/rubyide_project/project.rb, plugins/rubyide_project/project_manager.rb, plugins/rubyide_tools_debugger/plugin.yaml, plugins/rubyide_tools_fox_debugger/fox_debugger_configurator.rb, plugins/rubyide_tools_fox_project_explorer/prop_view_helpers.rb, plugins/rubyide_tools_fox_script_runner/script_runner.rb, freebase/lib/freebase/readers.rb: Fixed the problem of the terminal not coming up under Windows, however it currently causes an onPipeExcept which I haven't been able to track down. In the process of fixing this bug I moved a large part of the initialize code to a new method in order to improve readability. Added a step in the loading of a project where all listed files are checked, files that no longer exist are removed from the properties list. Made sure that the project-plugin is loaded before the rubyide_tools_debugger plugin Fixed a bug on Windows when creating a new directory. On Windows systems without a Userprofile the default userdirectory is now set to be "C:\My Documents\.freeride\" -------------- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: freeride_windows_fixes.patch Url: http://rubyforge.org/pipermail/freeride-devel/attachments/20060531/7b33f524/attachment-0001.bat