Project

rbpad

0.0
The project is in a healthy, maintained state
'rbpad' is a programming editor for Ruby using Ruby/GTK3 and Ruby/GtkSourceView3
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

rbpad

'rbpad' is a programming editor for Ruby,
you are able to edit and run scripts of Ruby easily.

Required

'rbpad' has depended on Ruby/GTK3 and Ruby/GtkSourceView3.

Installation

Install it yourself as:

$ gem install gtksourceview3  
$ gem install rbpad  

Usage

Type following.

$ rbpad                            # Japanese mode

     

With '-e' option, labels are shown as English.

$ rbpad -e                         # English mode  

     

With '-x' option, run as maximum window size.
Or give 'width' and 'height' argument, can run as specified window size.

$ rbpad -x                         # maximum window size  
$ rbpad 1000 800                   # screen size is 1000 x 800  

Default size is 800 x 650.

Documents

https://github.com/spoolkitamura/rbpad3-doc-jp/wiki (Japanese)
https://github.com/spoolkitamura/rbpad3-doc-en/wiki (English)

License

The gem is available as open source under the terms of the MIT License.