Coder Social home page Coder Social logo

geany-on-rails's People

Contributors

dejw avatar janderson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geany-on-rails's Issues

filetypes.common affects all color schemes (should be named default.styles instead?)

After installing Geany on Rails, the caret (text cursor) in Geany becomes white forever more, no matter the type of file that I open and no matter the color scheme that I choose in Geany. It makes it very hard to see the current position of the caret when I use a light color scheme.

I got this advice in the #geany chat:

filetypes.xml should be fine, filetypes.common would probably be better named default.styles thats mostly what it contains (but filetypes.common is the historical name) thats why it messes with colour schemes

Which worked for me (but I'm not using Rails now so I don't know if this breaks something useful for editing Rails-related files, please check this).

filetypes.ruby

Regarding:
[build_settings]

%f will be replaced by the complete filename

%e will be replaced by the filename without extension

(use only one of it at one time)

compiler=ruby1.8 -c "%f"
run_cmd=ruby1.8 "%f"

I don't know if it makes a difference but maybe mention could be made in the README that these should be changed to:
compiler=ruby2.0 -c "%f"
run_cmd=ruby2.0 "%f"
for those not using earlier ruby versions.

Cucumber support

It would be great if there was a cucumber syntax support in Geany (on Rails)

Installation instructions too implicit

I'm new to git and I have a hard time figuring out how to install this. I have no idea how to "just merg[e] the geany directory". An example on terminal would be helpful or just a link to an example.

Better highlighting color when text is selected

It would be nice to have a better to read highlighting color when some text is selected in a ruby file.
The selection is nearly not visible on all of my displays. TextMate (as in Railscasts) uses a much eye friendlier highlighting color. Apart from that it is really nice. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.