RubyCreator icon indicating copy to clipboard operation
RubyCreator copied to clipboard

Plugins to add Ruby language support to QtCreator IDE.

Results 11 RubyCreator issues
Sort by recently updated
recently updated
newest added

Hi, I had been using this plugin on my daily work since 2014 , however at some point I got tired of C++ (the language that for many years was...

Have a look at https://www.qt.io/blog/building-qt-creator-plugins-with-github-actions where I described how you can use GitHub Actions to build a Qt Creator plugin for Linux, mac, and Windows.

enhancement

Do you support Rubinius?

Taking care of it's own rubocop copy will solve problems of not finding an usable rubocop. However, if a project has rubocop in it's gem, the project rubocop should be...

enhancement

Code like: `i += 1 while i < 10` mess up with the indenter because it expect an `end` for that `while`.

bug

Rubocop process should reload rubocop config when it changes.

bug

If a file is excluded on .rubocop.yml file, the editor should not show ant rubocop highlighting.

bug

When you hit F2 on a method to go to the method definition, if multiple methods exists with this very same name, the methods defined in the same file should...

A useful feature would jump from controller actions into views with a single key stroke, like we do on C++ plugin to jump between declaration and implementation.

enhancement