Chizzle-0.02 Released

Download it here src=”!” alt=”” border=”0” />

Sorry for the delay, lot of moving across continents :)

With this release some other indispensible things for a text editor/ide, using Chizzle is actually fun at this point.

Look for the next release in a couple weeks

This release includes:

  • Find
  • Run (for ruby)
  • Goto Line

Tags: ,

2 Responses to “Chizzle-0.02 Released”

  1. Modifications to be compatible with Ruby 1.8.2 and wxRuby 0.6 Says:

    Hi,

    I had some problems to compile Chizzle with wxRuby0.6 (because of some new features) so I modified the sources of Chizzle to be compatible with

    this versions. I also had to modify two other files to get rid of 1 error

    and warnings during tests using Ruby 1.8.2

    You can get modified version from:

    http://www.chorwacja.com/~masb/chizzle0.02-Ruby1.8.2-wxRuby0.6.tar.gz

    Bartosz Blimke

  2. Alex Popescu Says:

    Hi!

    I am a completely Ruby newbie trying to install and run Chizzle. I have currently installed:
    * ruby 1.8.2
    * chizzle 0.2 (and have tried also the modified version)
    * wxruby (v.0.6) (as told in INSTALL placed in under the same parent dir as chizzle)
    * wxWindows 2.4.2 (placed also under the same parent dir as chizzle).

    After running: ruby build_wxruby.rb I am seeing:
    C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/const.cpp -> C:/programs/ruby/chizzle/wxruby/src/const.cpp
    C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/evthandler.cpp -> C:/programs/ruby/chizzle/wxruby/src/evthandler.cpp
    C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/evthandler.h -> C:/programs/ruby/chizzle/wxruby/src/evthandler.h
    C:/programs/ruby/chizzle/chizzle-Ruby1.8.2-wxRuby0.6/wxruby/extconf.rb -> C:/programs/ruby/chizzle/wxruby/src/extconf.rb

    checking for main() in kernel32.lib… no

    creating Makefile
    running make…

    and than when trying ruby -Csrc chizzle/test/AllTests.rb

    C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__’: No such file to load — wxruby (LoadError)
    from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require’
    from ./chizzle/dialogs/FindDialog.rb:1
    from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__’
    from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require’
    from ./chizzle/dialogs/test/FindDialogTest.rb:2
    from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__’
    from C:/programs/ruby/ruby182-14/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require’
    from chizzle/test/AllTests.rb:16
    from chizzle/test/AllTests.rb:16:in `each’
    from chizzle/test/AllTests.rb:16

    Can you pls point me to the right direction?

    tia,

    :alex |.::the_mindstorm::.|