Tagged Questions
0
votes
1answer
76 views
Gmate Install Fail
I'm looking to install gmate to allow use of gedit for Ruby development. Currently I'm running Ubuntu 13.04 x64.
I can add the required repository but when I "apt-get update" the following error is ...
0
votes
2answers
98 views
Gmate installation issue
I was following the link GMate and Using Gedit as a Ruby IDE to make my Gedit as IDE. But when all the command was running good,the below one throwing me an error.
kirti@kirti-Aspire-5733Z:~$ sudo ...
2
votes
1answer
155 views
Gedit Ruby 1.9.x syntax highlighting
I have a problem with Gedit and it's way of highlighting new Ruby syntax. In Ruby 1.9.x, we can write Hash this way:
{ class: 'class_name', id: 'uniq_id' }
instead of
{ :class => 'class_name', ...
1
vote
2answers
300 views
How to auto indent the characters of rb, erb, .html.erb files?
In mac using Text - Mate we can easily auto - indent the characters in the file for Ruby on Rails code in various rb,erb or html.erb files. I am searching for a plugin for GEdit for the same purpose ...
7
votes
2answers
4k views
How can I get gedit ready for programming in Ruby and Ruby on Rails?
I'd like to know which gedit plugins I could install to make programming for Ruby and Ruby on Rails easier?
3
votes
1answer
473 views
Is there ruby syntax validation plugin for gedit?
I am using the https://github.com/gmate/gmate setup, but it lacks a ruby syntax validation plugin.
Where can I find one?
Tnx!
