Skip to content

Instantly share code, notes, and snippets.

@monkstone
Last active November 10, 2018 13:40
Show Gist options
  • Save monkstone/8213b4a55affc69ece2ae0cc4f180756 to your computer and use it in GitHub Desktop.
Save monkstone/8213b4a55affc69ece2ae0cc4f180756 to your computer and use it in GitHub Desktop.
Geany project file for JRubyArt on RaspberryPI
[editor]
line_wrapping=false
line_break_column=72
auto_continue_multiline=true
[file_prefs]
final_new_line=true
ensure_convert_new_lines=false
strip_trailing_spaces=false
replace_tabs=true
[indentation]
indent_width=2
indent_type=0
indent_hard_tab_width=8
detect_indent=false
detect_indent_width=false
indent_mode=2
[project]
name=jruby_art_samples
base_path=/home/pi/k9_samples/
description=Exploring JRubyArt
file_patterns=*.rb;*.glsl;*.txt;
[long line marker]
long_line_behaviour=1
long_line_column=72
[files]
current_page=0
FILE_NAME_0=0;Ruby;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Fk9_samples%2Fcontributed%2Fcircles.rb;0;2
[VTE]
last_dir=/home/pi
[build-menu]
EX_00_LB=_Execute
EX_00_CM=k9 -r "%f"
EX_00_WD=
RubyFT_00_LB=_Compile
RubyFT_00_CM=ruby -wc "%f"
RubyFT_00_WD=
filetypes=Ruby;
EX_01_LB=Watch
EX_01_CM=k9 -w "%f"
EX_01_WD=
@monkstone
Copy link
Author

We can an extra command "watch" to build-menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment