Anyway, I bet you're wondering what is in the release. Well, the full changelog is below (release engineering, sigh). It's been more of a plodding-along-release, with a few neat features. There's still lots of bugs to fix (as clkao keeps on finding them!) but the neatest feature is tooltips for all the variables. It's easiest to explain after you've seen the movie.
So as you see, the neat thing is that if you hover the mouse over a variable, you get to see a little tooltip containing its value (as represented by YAML). What this actually does is a asynchronous JavaScript call to the server, parses the XML it returns and presents a tooltip. Behold the power of AJAX, provided by Prototype and overlib. Of course, what makes this all possible is that we now use Catalyst. That's quite enough exciting project names for now. I need to go for a little lie down...
- remove "work around" as it is fixed in Catalyst 5.03
- fix small HTML bug (spotted by LTjake)
- new xmlns + language declarations (thanks to LTjake)
- minor tweak to generate valid HTML
- whoops, we were depending on Catalyst 4 to still be around
- "work around" Catalyst bug with external hostnames
- updated prereqs
- update docs for ebug_http
- major refactoring of ebug_http to now use Catalyst 5.0
- we now capture STDOUT, STDERR - their contents are available
using the new output method
- ebug now shows STDOUT, STDERR
- ebug_http now shows STDOUT, STDERR
- no longer stop processing as the program exits
- tab completion of variables in ebug (x $var), as suggested by
Autrijus
- in ebug_http, new dynamic tooltips to show the value of
variables on the current line, using prototype and overlib
- "return" not in a subroutine is now the same as "run" instead
of giving an error (spotted by clkao)
- documented that ebug and ebug_http can run programs with
arguments by quoting them (spotted by clkao)
- minor output patch for ebug.t
- tweaked the test to skip Test::Expect under Windows
- new yaml method to return the YAML representation of a variable
- improved undo tests
- better use of PPI (spotted by Alias)
- install the templates / JavaScript / CSS / images to sitelib
No movie? (Score:1)
Re:No movie? (Score:2)
Re:No movie? (Score:1)
Re:No movie? (Score:2)
Re:No movie? (Score:1)
Minus signs (Score:2)
Re:Minus signs (Score:2)
Re:Minus signs (Score:2)