similar to: Problems with creating my own syntax highlighter

Displaying 11 results from an estimated 11 matches similar to: "Problems with creating my own syntax highlighter"

2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi, i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command I get the following error: ... usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld: cannot find -lwx_gtk2u_media-2.8 collect2: ld returned 1 exit status rake aborted! Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic -Wl,-...] /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2007 Oct 24
0
[ wxruby-Bugs-15024 ] StyledTextEvent does not inherit from Wx::Event
Bugs item #15024, was opened at 2007-10-24 18:54 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15024&group_id=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: StyledTextEvent does not inherit from Wx::Event Initial Comment:
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
Bugs item #20211, was opened at 2008-05-18 13:46 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20211&group_id=35 Category: Compile/build Group: current Status: Open Resolution: None Priority: 3 Submitted By: Tobias Peters (t-peters) Assigned to: Nobody (None) Summary: Unresolved symbol due to linkage error Initial Comment: While compiling wxruby
2008 Mar 04
2
How to build and test wxRuby
Greetings, I''m using wxRuby2 to develop an app, and I''d like to have a build of wxRuby2 to work from so that when I find something that doesn''t work, I can maybe attempt to find out why and, who knows, maybe even submit a patch once in a while. I should start by saying that I''m on Mac OS X 10.5.2. What I''d like to do is to have this build of
2007 May 28
0
external highlighter/excerpter
Has anyone seen an implementation or example of an highlighter/excerpter that works on external (non-stored) fields? Thanks.
2006 Jul 17
0
Draft port of lucene highlighter to ferret
Hi All, Hope all is going well. After being knocked out with the flu for a week I''ve been able to make some progress with porting the lucene highlighter to ferret. I''ve got a draft version available for perusal at: http://crafterm.net/ruby/highlighter/highlighter-ruby-0.1.tar.gz The port is pretty much a complete copy of the Java version at:
2011 Feb 23
0
Custom highlighter/match vector access?
Hi everyone, I know from the archives things have kinda slowed down on ferret and there''s an effort ongoing with lucy, but I was wondering if anyone had discovered a way to enumerate the matches of a particular field in the document and get the offsets? With what I''m trying to do, ferret will be indexing large portions of structured information, but I really don''t want
2010 Apr 22
0
Community help: creating Syntax-Highlighter-brush for R and WordPress.com
Hello dear R community, *Background:* Since I see more and more R users who blog about R opening their blogs in WordPress.com, I contacted one of their workers asking if they could add Syntax highlight support for R. He replied to me saying that if there was a "Brush" for R, according to the format given here:
2005 Mar 17
0
Ruby Syntax Highlighter v2
Hi all, The original release of my ruby syntax highlighter generated a fair bit of interest, so I thought I''d let everyone know that I''ve updated it. You can now save the code on the server, so you can show it to other people if you''re a bit of an exhibitionist. If you do so, it generates a unique URL for your code to pass around. It also uses my tinyurl/rubyurl
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
Hello, I''m trying to compile wxruby for Ruby 1.9 on Ubuntu Karmic 64 bit, but I can''t get it to work. I''ve already done this for the 32 bit version (on another machine, of course), so I don''t see where''s the problem with that. I thought, I had all neccessary libraries installed, but maybe you know better... After compiling for a long time, rake fails
2005 Mar 15
15
Web-based Ruby Syntax Highlighter
Hi all, Last night, I wrote a web-based syntax highlighter that takes Ruby and produces nice HTML of the code, ready for including on web pages, or in blog posts, or whatever. I don''t know how useful it will be for other people, but feel free to use it. Anyway, the URL is : http://syntax.carldr.com/ Any comments/suggestions would be gratefully received. Enjoy!