Skip to content

spoolkitamura/rbpad3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published