Sha256: d2562487852964ecaaa82dc0600a0a6b0c011bafef4951f566012b8812352162
Contents?: true
Size: 1.37 KB
Versions: 4
Compression:
Stored size: 1.37 KB
Contents
--- layout: post title: "Geany" permalink: /editors/geany/ keywords: editor, ide, ruby, picrate, vim, emacs, geany --- Geany is highly configurable, and we have created a `geany` project file `picrate.geany` and sketch template `picrate.rb` for you, that get installed when you:- ```bash picrate --install samples ``` #### Using picrate.rb template ####  Remember to give untitled sketch a new name (PS: it's easy to create your own templates):-  Use `Build/rubocop` to check syntax, and `run` button to run the sketch See running sketch below:-  #### Advanced options 1. rubocop If you install the `rubocop` gem you can use the Build/Rubocop control to do a static test on the current file. You can configure `rubocop` to ignore selected rules if you wish. Or use it to auto-correct issues.  2. reek If you are keen to develop your `OO` skills analysing your sketch code for smells can be instructive see references:- * Practical Object-Oriented Design in Ruby - Sandi Metz * Refactoring (Ruby Edition) - Jay Fields, Shane Harvie, Martin Fowler * 99 Bottles of OOP - Sandi Metz and Katrina Owen 
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
picrate-1.3.0-java | docs/_editors/geany.md |
picrate-2.0.0.pre-java | docs/_editors/geany.md |
picrate-1.2.4-java | docs/_editors/geany.md |
picrate-1.2.3-java | docs/_editors/geany.md |