similar to: Ruby IDE with wxRuby

Displaying 20 results from an estimated 600 matches similar to: "Ruby IDE with wxRuby"

2008 Aug 18
3
FXRuby FXScintilla question
Hello, I have started learning FXRuby about 2 weeks ago. Now I''m trying to launch the scintilla_test.rb from the fxruby-1.6 installation directory (/usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/examples) and get this error: /usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/lib/fox16/kwargs.rb:2007:in `old_initialize'': wrong number of arguments (8 for 0) (ArgumentError) from
2007 Mar 23
2
FXRuby scintilla issue
FXRuby version 1.6.4. I''ve been trying to compile FXruby with scintilla support. I''ve downloaded: http://savannah.nongnu.org/download/fxscintilla/fxscintilla-1.63.tar.gz. Compiled it and installed it. FXruby is 1.6.4 I get: AL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6 -c frames_wrap.cpp /usr/local/include/fxscintilla/FXScintilla.h:84: error:
2005 Sep 15
5
wxScintilla vs. StyledTextControl
There is a contribution called ''stc'' (StyledTextControl) that comes with wxWidgets. It appears that this is -also- a wrapper around Scintilla. I can''t tell if one or the other of these two is a better choice or if there''s a particular reason to favor one over the other. I can see that having the source available right there in the contrib directory would
2007 Jul 10
5
Seg Fault caused by StatusBar. Am I doing something wrong?
Some odd bug cropped up when I made a bunch of code changes to my app recently. I started getting the following everytime I closed the app: ---------------------------------- [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information.
2006 Sep 21
9
problem with TextCtrl#get_insertion_point
I''m trying to un-ignore TextCtrl#get_selection. The typemaps work fine, but in the process it breaks get_insertion_point. This is because (on Mac, tho not GTK), get_insertion_point calls get_selection internally and simply returns the first value. I think the return value is being converted from a long to a ruby int twice, because when get_selection is wrapped, it works fine but the
2006 Oct 14
4
Build error: Debian testing, libfox1.4, FXRuby-1.4.7
I''m getting compile errors when attempting to build FXRuby 1.4.7. This happens when installing using gems, or when installing from source: g++ -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I/home/wayne/lab/fox/FXRuby-1.4.7/ext/fox14 -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.4 -I/usr/include/fox-1.4 -fPIC -Wall -g -fno-strict-aliasing -O2
2003 Aug 28
2
Problem Running Samples (Mingw, Ruby 1.8.0)
I believe I have followed Gour''s instructions to the letter for compiling wxwindows, ruby and wxruby. Indeed all of the compilation stages have worked flawlessly, however when I try to ruby any of the samples I get an error dialog "This application has failed to start because wxmsw241d.dll was not found ...." Looking in the c:/mingw/lib directory robertm@PC126 /mingw/lib $
2007 Sep 15
2
Problems with 1.8.6
Hi all, Recently a user of my editor (Hamr) reported that while using ruby 1.8.6 on windows, the close button would re-open the entire application once and quit. I heard that 1.8.6 has had problems with SOAP because it double posts. Is there something completely screwed up in 1.8.6 or did I make a programming error? :) -TIA
2006 Oct 25
5
OS X intel
Hi Sean Thanks for the info on OS intel. Glad that at least it''s only broken on Scintilla, not generally. If you could upload a gem w/o Scintilla that would be great. Perhaps some library or framework that''s needed on 10.4 that 10.3 doesn''t need. I don''t know. cheers alex
2005 Sep 18
1
wxScintilla patch missing from zip
Here''s the last piece of the puzzle you''ll need to get this working (other than modifying the platform specific stuff like rakemswin.rb). Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Nov 17
5
0.0.38 release?
Hi Should we look to do a 0.0.38 release soon? I think we should get an updated set of gems out there to show we are making progress. So if you have a moment over the next couple of days, please could you post how stable a release gem from SVN HEAD is on your OS? Linux seems OK on release, crashes in debug mode - which seem to relate to the same failed assertion from wx/event.h.
2008 Apr 13
3
fxruby gem install problem
Lyle, Following up on your suggestion... "You might want to follow-up on the fxruby-users mailing list at some point; sometimes FXRuby questions can get lost in the shuffle here due to the high volume of messages on ruby-talk!'' I''ve installed libfox-1.6-dev, and after that attempted install of fxruby, with this result: $ sudo gem install fxruby [sudo] password for
2006 Aug 03
1
Using RichEdit 2 or 3 control
WxRuby1 only defines the constant for RichEdit 1.0. From reading MSDN, features of the 2.0 or 3.0 version of this control are superior. I found the constant that enables use of the later version in the style parameter of the constructor: TE_RICH2 = 32768 I think RichEdit2 or 3 is automatically used depending on what is available in the Windows installation. Hope this tip helps others. Jamal
2005 Oct 27
1
InstRails FAQ: FreeRIDE
Does it help to observe that in the ..\ruby\freeride directory created by 1CI there are batch files run.bat and runw.bat that can invoke FreeRIDE for you? Waiting patiently but with ''bated breath for InstRails-pre3 Thanks for your continuing efforts - DeeJay, Leicester, UK
2006 Oct 24
8
tagged 0.0.37; release plans
Hi I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on how to do this, and how to checkout a clean version: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo For the build, I''m just about to upload a tarball, and will add a powerpc gem once the compiler''s chugged away. Please upload for your platform as you''re ready. I suggest we announce
2005 Sep 15
1
wxScintilla
I was fiddling around with wxScintilla tonight and I added it to wxRuby. I haven''t gotten it really nicely integrated since I wanted to make it an optional component. Nicely, wxScintilla was built with SWIG in mind so [most] everything swigged beautifully after a little touch-up. I may fiddle with this some more if you guys think it would be worth adding to wxRuby2. Any thoughts?
2006 Sep 12
6
Scintilla
wxScintilla already comes with a SWIG friendly header file. I modified the rakewx and the Scintilla.i file to include it directly from the wxScintilla install. This means it''s an odd-ball compared to our other classes. Does anyone see a problem with this? I think it''s best to use the one supplied with the installation to avoid problems of the header file getting out of
2006 Jan 15
1
Getting started with Ruby and FreeRIDE
I have downloaded the Ruby Windows installer, installed everything, and started FreeRIDE. The FreeRIDE documentation says: > The first thing you''ll want to do is to create a new file. Click on File > -> New: a new empty editor window named ''Untitled 1'' is created. Type the > following code in the empty editor window: > > Click on File -> Save and
2006 Mar 13
9
what the » ???
Im just learning trough the "geting started with ruby" i''m only on page Ruby.new and im stuck here''s the thing, I''m using FreeRIDE to duplicate the examples a = %w{ ant bee cat dog elk } a[0] ? "ant" a[3] ? "dog" for the live of me i cant seem to use Alt+0187 (?) what happen?? -- Posted via http://www.ruby-forum.com/.
2006 Mar 17
3
Best debugger for Rails on Linux
A quick survey... what''s the best gui debugging tool for Rails 1.0 on Linux that you''ve used? SW versions? Personally I''ve tried FreeRIDE 0.95 and RDT 0.7.0 in Eclipse 3.1.2. Both are very slow and the latter got quite a few bugs itself. TIA! -- Posted via http://www.ruby-forum.com/.