similar to: rakelinux.rb

Displaying 20 results from an estimated 10000 matches similar to: "rakelinux.rb"

2007 Mar 26
0
[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2005 Aug 02
1
Small fix for rake/rakelinux.rb
I just compiled wxwindows 2.6.1 with debug support. After looking at rakelinux.rb I thought, "let''s set $debug to true". Setting it to true however caused a failure when linking. It was looking for the wrong libs. Removing the $debug block fixed the problem, ie. this code is no longer needed: $debug = false if($debug) $wx_libs.sub!(/lwx_gtk/, ''lwx_gtkd'')
2006 Oct 19
2
Wx::Scintilla - working
At last, managed to get Scintilla up and running on OS X. Sorry it''s taken so long. Patch attached to enable Scintilla to be included in a Mac build. More difficult was how figuring out how to get wxscintilla built in the first place - have added instructions on our ''Building for release'' page on the wiki: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo
2006 Oct 25
1
Linux Scintilla support
I have a Linux gem that appears to work with Scintilla. I''m not able to really see what''s going on because my VNC connection is hosed to my Linux box. The scintilla sample appears to work but I can''t see the code window on bigdemo. I also get a lot of GLib and Gdk warnings and errors while running. Doesn''t sound good to me. I''m happy to post
2006 Sep 27
0
Scintilla into bigdemo.rb
This patch changes the code box to use Scintilla if it''s available. I also added a couple of notes in there for things to fix in the future. I never knew we -had- a search feature. Find and Find Next were probably broken before and may not work too well on systems without scintilla. At least it works with Scintilla now. Things look pretty darn spiffy right now. Roy
2006 Oct 18
0
progress on porting wxscintilla
I''ve made some progress on getting Scintilla to work on OS X. I got a static build of wxscintilla as libwxscintilla.a. To do this, turns out all I needed to do was make release But I had to go a tortuous route to find this out. Anyway, this gives me a library against which I can build the wxscintilla sample. It also builds without error when added to wxruby (following the model of
2006 Oct 15
4
TaskBarIcon
Attached are some patches to implement the TaskBarIcon. Let me know how this works on Linux and OS X. You may want to ''svn update'' first and get the new version of ruby.png since I fixed the transparent background. Roy -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bigdemo.rb.patch Url:
2007 Dec 31
0
[ wxruby-Bugs-16718 ] rake aborted! can''t convert nil into String
Bugs item #16718, was opened at 2007-12-30 19:32 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16718&group_id=35 Category: Compile/build Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: rake aborted! can''t convert nil into String Initial Comment: 1.9.2, Ubuntu 7.10: $
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 Jan 03
0
[ wxruby-Feature Requests-16788 ] Support Dynamic wxgtk libraries in Linux
Feature Requests item #16788, was opened at 2008-01-03 07:25 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=16788&group_id=35 Category: API improvement Group: User request Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: Support Dynamic wxgtk libraries in Linux Initial Comment: As per e-mail
2007 Sep 11
1
wxRuby 1.9.1, wxSugar 0.1.17
I''m very happy to announce that new versions of wxRuby and wxSugar are now available. == CHANGES == * Merged nice ruby-style syntax options into core wxRuby * Re-added support for StyledTextCtrl (Scintilla) component * Added BitmapComboBox and RendererNative classes * Fixed nasty bug which could cause instability in XML-loaded layouts * Numerous other fixes and new methods in existing
2007 Jul 23
0
[1142] trunk/wxruby2/README: Updated README with latest version info and Kevin credit
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2007 Jul 26
0
[ wxruby-Feature Requests-12594 ] re-enable wxScintilla
Feature Requests item #12594, was opened at 2007-07-26 09:26 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=12594&group_id=35 Category: None Group: None Status: Open Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Nobody (None) Summary: re-enable wxScintilla Initial Comment: There is SWIG code to port Wx::Scintilla in
2007 May 21
5
Wx::Scintilla class not defined
I''m posting this for a friend who is having trouble with this and here is his message. "Heya! I''m working on a script editor application, but it''s missing one key feature: Syntax highlighting. Seeing this, I looked around in the sample directory and came across scintilla.rb. I attempted a run, however Ruby reported Wxruby2::Scintilla as an uninitialized
2006 Dec 13
1
0.0.38 tag and release
Hi I tagged 0.0.38 and started a release on rubyforge. I''ll do the doc packages & upload plus gems for OS X ppc and Linux; TIA for gems for Windows and OS X Intel - please upload whenever convenient. Once we have a set of binary gems, I suggest we do an announce to wxruby-users and c.l.r, inc explaining this is still alpha, summarising the new features, and that people should
2007 Oct 24
1
Problems with creating my own syntax highlighter
Well, I wanted to make my own syntax highlighter using Wx::StyledTextCtrl. The easiest way to do it seemed to parse the text contents in a content-changed-event. But it doesn''t seem to work.. I tried to edit the scintilla sample and added this event(@sci is the StyledTextCtrl): @sci.evt_stc_change(@sci.get_id) do @sci.clear_document_style @sci.start_styling(1,31)
2008 Jan 18
0
[ wxruby-Feature Requests-17217 ] change the names of group methods in StyledTextCtrl
Feature Requests item #17217, was opened at 18-01-2008 14:39 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17217&group_id=35 Category: Documentation Group: None Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Alex Fenton (brokentoy) Summary: change the names of group methods in StyledTextCtrl Initial Comment: in the
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
2007 Aug 29
13
Scintilla
Hi I''ve been trying out the StyledTextCtrl/Scintilla component bundled with wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a basic level with wxRuby (95% of credit to Roy, who originally created a SWIG file for this). So I''m wondering: should we try and integrate this into wxRuby core? Pros: - a cool component, interesting to developers - not
2006 Nov 01
0
[719] trunk/wxruby2: Hide unsupported PrinterDC class on GTK (Alex Fenton)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding: