History of jbidwatcher/trunk/lib/ruby/1.8/jbidwatcher/utilities.rb
-
@568
Clean up minor scripting detritus related to the upgrade to 1.1.3.
-
@451
Load user scripts from a '/scripts' directory under the JBidwatcher home directory.
Any files that end in '.rb' in that directory will be loaded before the UI is established, so they can provide custom columns, for example, that will be preserved by the normal display configuration.
-
@385
Make it possible to log exceptions to the server, if the user sets 'logging.remote' to 'true'.
-
@355
Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!
-
@346
Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.
-
@309
Clean up default loaded script.
-
@306
W00t! Scripting works, from both the interactive window and internally. You can now do:
JBidwatcher.add_column "Winning?" do |ae|
ae.isHighBidder ? "Yes!" : "No..."
endfrom the interactive console, and then go add the 'Winning?' custom column, immediately, and it'll work!
-
@304
Demonstrating how to call the JRuby runtime w/o the BSF, since it looks like that's going to be necessary...
-
@303
Add the capability for dynamically adding columns scripted in JRuby! Oooh...that's niiiiice!
-
@302
Rename quicktest.rb (a terrible name) to utilities.rb, to better reflect its contents.
