Alas, if this issue has been addressed, my google-fu is failing me.
I use Ubuntu 11.04, and geany 0.20 right now.
I love it!
Geany I mean. I have a love/hate relationship with Ubuntu :)
I use geany as part of my ruby development toolset, and am having a slight
problem with trying to get the colors just right for items in double quotes,
ie "
when I write the following code:
Given /^I have a "([^"]*)"$/ do | item |
#Awesome code for 'item'
end
and save it as a ruby file, the " in the middle get's read as the matching
quote for the first ". It's not, it's part of a regular expression.
What's the best solution for making the middle " read as part of the string?
Thanks!
GB Hoyt
Lakeland, FL