visualruby 3.4.12 → 3.4.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e0491aabcd2427cf14c4c37f6344003d5f8990c58d5929ca16f6968538ba9ce
4
- data.tar.gz: d506ffbe7512ac9d1aa0021fdeeb7100c75ca61c532c1d79b666cc971bceb7b7
3
+ metadata.gz: f95705dc2aecf23114fdf730117d296481b150c7f83d7b22b8796b582e75c72f
4
+ data.tar.gz: 75c6f169ffcd651e9e22d6c6a6e8b686dc5d9f1e7d07fbddd93fad709a60afed
5
5
  SHA512:
6
- metadata.gz: 03dbf7d5850e55cb02c5c6772928b74baf410835ab8d16f92f47d77679eb635252094e00c60bdaa4fd914b2ade0fab74789f94b151bd53a9203d6d40e780a31d
7
- data.tar.gz: aa350bb766122eda388902d6a71603628a1606511be8e9f6411b9cf7896b76781b14d7fdd7075dd0682645ed40f1edfc5bd5f3a9e0406aa732d550090f89c07d
6
+ metadata.gz: 53d94fd2716a4951a8c4e04ae26e22a9032d4dcb17a58a4a285a5dd9b88b4262f18838390e4d83ac8bfae3032896f376e9ebb3000146da5d421e5760a411face
7
+ data.tar.gz: 71e4b1429c11392c8e83b34817cd6b0929038cc328482addd3859b0cb85702ca831fe04011f1abbb9f5aa024298f3c8f7d0ef4bd09d3f09615c4639fba91f847
data/.vr_settings.yaml CHANGED
@@ -14,6 +14,7 @@ open_files:
14
14
  - "/home/eric/vrp/vr3/lib/treeview/ViewCommon.rb"
15
15
  - "/home/eric/vrp/vr3/lib/treeview/FileTreeView.rb"
16
16
  - "/home/eric/vrp/vr3/src/editor/VR_Document.rb"
17
+ - "/home/eric/vrp/vr3/src/main/VR_Main.rb"
17
18
  open_folders:
18
19
  - "/home/eric/vrp/vr3"
19
20
  - "/home/eric/vrp/vr3/lib"
@@ -24,7 +25,7 @@ open_folders:
24
25
  - "/home/eric/vrp/vr3/src/editor"
25
26
  - "/home/eric/vrp/vr3/src/main"
26
27
  current_file: "/home/eric/vrp/vr3/vr"
27
- current_line: 21
28
+ current_line: 29
28
29
  rdoc_command_line: yardoc lib - site/*.*
29
30
  builder: !ruby/object:Gtk::Builder {}
30
31
  top_level_window: false
data/src/main/VR_Main.rb CHANGED
@@ -55,7 +55,7 @@ class VR_Main
55
55
  @splash.destroy
56
56
  end
57
57
 
58
- # Gtk.main_quit #for splash
58
+ Gtk.main_quit #for splash
59
59
 
60
60
  unless project_valid?(@proj_path)
61
61
  toolOpenFolder__clicked # should never gets here.
data/src/version.rb CHANGED
@@ -1 +1 @@
1
- VERSION = "3.4.12"
1
+ VERSION = "3.4.13"
data/vr CHANGED
@@ -26,7 +26,7 @@ def load_everything
26
26
 
27
27
  # require_rel 'lib/GladeGUI.rb'
28
28
 
29
- @splash = nil
29
+ # @splash = nil
30
30
 
31
31
  # VR_Main.new(ARGV, @splash).show_glade()
32
32
  VR_Main.new(ARGV, @splash).show_glade()
@@ -36,24 +36,24 @@ end
36
36
 
37
37
  $root = File.dirname(__FILE__)
38
38
 
39
- # @splash = Gtk::Window.new()
40
- # @splash.decorated = false
41
- # img = Gtk::Image.new(file: File.join($root, "img", "splash.png"))
42
- # img.visible = true
43
- # @splash.add(img)
44
- # @splash.position = :center_always
45
- # @splash.show_all
46
- # @splash.position = :center_always
39
+ @splash = Gtk::Window.new()
40
+ @splash.decorated = false
41
+ img = Gtk::Image.new(file: File.join($root, "img", "splash.png"))
42
+ img.visible = true
43
+ @splash.add(img)
44
+ @splash.position = :center_always
45
+ @splash.show_all
46
+ @splash.position = :center_always
47
47
 
48
48
 
49
49
 
50
- # GLib::Timeout.add(40) {
51
- # while (Gtk.events_pending?)
52
- # Gtk.main_iteration
53
- # end
50
+ GLib::Timeout.add(40) {
51
+ while (Gtk.events_pending?)
52
+ Gtk.main_iteration
53
+ end
54
54
  load_everything
55
- # }
55
+ }
56
56
 
57
- # Gtk.main
57
+ Gtk.main
58
58
 
59
59
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visualruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.12
4
+ version: 3.4.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Cunningham
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir:
10
10
  - "."
11
11
  cert_chain: []
12
- date: 2021-05-18 00:00:00.000000000 Z
12
+ date: 2021-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gtk3
@@ -45,14 +45,14 @@ dependencies:
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 3.0.0
48
+ version: '1.4'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 3.0.0
55
+ version: '1.4'
56
56
  description: |-
57
57
  Visualruby is a complete IDE for making graphical user interfaces with ruby. It utilizes glade interface designer to create windows, and uses a library of GUI helpers to make coding GTK+ programs easy. The IDE really helps you organize your files and your thoughts because it names your ruby files and glade files by a naming convention. You files take on the names MyClass.rb, and MyClass.glade. Then you can easily edit the GUI (glade file) by right clicking on your class's file.
58
58
  It also creates .gemspec files for you, then you can right-click on the .gemspec file to install it, or upload it to rubygems.org. You can also yank your gems with one click.