my_yard 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +22 -2
- data/doc/GlobalSettings.html +10 -14
- data/doc/MyYard.html +50 -52
- data/doc/TreeContext/Alternator.html +10 -14
- data/doc/TreeContext.html +10 -14
- data/doc/YardTheme.html +30 -34
- data/doc/YardThemeDefaults.html +108 -28
- data/doc/_index.html +12 -16
- data/doc/class_and_method_list.html +8 -528
- data/doc/css/common.css +0 -36
- data/doc/css/full_list.css +3 -7
- data/doc/css/style.css +6 -8
- data/doc/file.README.html +39 -18
- data/doc/file_list.html +1 -1
- data/doc/frames.html +1 -1
- data/doc/img/logo.png +0 -0
- data/doc/index.html +39 -18
- data/doc/js/full_list.js +3 -0
- data/doc/just_file_list.html +6 -3
- data/doc/method_list.html +30 -22
- data/doc/top-level-namespace.html +118 -0
- data/home_my_yard/templates/visualruby/fulldoc/html/just_files.erb +2 -2
- data/my_yard +7 -2
- data/my_yard.gemspec +1 -1
- data/notes +9 -0
- data/src/MyYard.rb +4 -3
- data/src/YardTheme.rb +11 -11
- data/src/YardThemeDefaults.rb +23 -3
- data/src/glade/MyYard.glade +13 -12
- data/src/glade/MyYard.glade~ +29 -13
- data/src/glade/YardTheme.glade +277 -6
- data/src/glade/YardTheme.glade~ +315 -65
- metadata +5 -5
- data/full_list.css +0 -58
- data/install.md +0 -11
- data/style.css +0 -474
data/src/glade/YardTheme.glade~
CHANGED
@@ -37,16 +37,18 @@
|
|
37
37
|
<object class="GtkGrid" id="grid2">
|
38
38
|
<property name="visible">True</property>
|
39
39
|
<property name="can_focus">False</property>
|
40
|
-
<property name="margin_left">
|
41
|
-
<property name="margin_right">
|
42
|
-
<property name="margin_top">
|
43
|
-
<property name="margin_bottom">
|
40
|
+
<property name="margin_left">15</property>
|
41
|
+
<property name="margin_right">15</property>
|
42
|
+
<property name="margin_top">15</property>
|
43
|
+
<property name="margin_bottom">15</property>
|
44
44
|
<property name="orientation">vertical</property>
|
45
|
+
<property name="column_spacing">5</property>
|
45
46
|
<child>
|
46
47
|
<object class="GtkLabel" id="label7">
|
47
48
|
<property name="visible">True</property>
|
48
49
|
<property name="can_focus">False</property>
|
49
|
-
<property name="
|
50
|
+
<property name="xalign">1</property>
|
51
|
+
<property name="label" translatable="yes">Base Paragraph Font Size for All Documents:</property>
|
50
52
|
</object>
|
51
53
|
<packing>
|
52
54
|
<property name="left_attach">0</property>
|
@@ -72,6 +74,7 @@
|
|
72
74
|
<object class="GtkLabel" id="label15">
|
73
75
|
<property name="visible">True</property>
|
74
76
|
<property name="can_focus">False</property>
|
77
|
+
<property name="xalign">1</property>
|
75
78
|
<property name="label" translatable="yes">Paragraph Width:</property>
|
76
79
|
</object>
|
77
80
|
<packing>
|
@@ -98,7 +101,8 @@
|
|
98
101
|
<object class="GtkLabel" id="label8">
|
99
102
|
<property name="visible">True</property>
|
100
103
|
<property name="can_focus">False</property>
|
101
|
-
<property name="
|
104
|
+
<property name="xalign">1</property>
|
105
|
+
<property name="label" translatable="yes">Main Page Background Color:</property>
|
102
106
|
</object>
|
103
107
|
<packing>
|
104
108
|
<property name="left_attach">0</property>
|
@@ -124,6 +128,7 @@
|
|
124
128
|
<object class="GtkLabel" id="label10">
|
125
129
|
<property name="visible">True</property>
|
126
130
|
<property name="can_focus">False</property>
|
131
|
+
<property name="xalign">1</property>
|
127
132
|
<property name="label" translatable="yes">Text Color for Paragraphs, Numbers etc.</property>
|
128
133
|
</object>
|
129
134
|
<packing>
|
@@ -146,6 +151,54 @@
|
|
146
151
|
<property name="height">1</property>
|
147
152
|
</packing>
|
148
153
|
</child>
|
154
|
+
<child>
|
155
|
+
<object class="GtkLabel" id="label25">
|
156
|
+
<property name="visible">True</property>
|
157
|
+
<property name="can_focus">False</property>
|
158
|
+
<property name="xalign">1</property>
|
159
|
+
<property name="label" translatable="yes">Google Font For Paragraphs:</property>
|
160
|
+
</object>
|
161
|
+
<packing>
|
162
|
+
<property name="left_attach">0</property>
|
163
|
+
<property name="top_attach">4</property>
|
164
|
+
<property name="width">1</property>
|
165
|
+
<property name="height">1</property>
|
166
|
+
</packing>
|
167
|
+
</child>
|
168
|
+
<child>
|
169
|
+
<object class="GtkBox" id="box2">
|
170
|
+
<property name="visible">True</property>
|
171
|
+
<property name="can_focus">False</property>
|
172
|
+
<child>
|
173
|
+
<object class="GtkEntry" id="css[#main p {font-family}]">
|
174
|
+
<property name="visible">True</property>
|
175
|
+
<property name="can_focus">True</property>
|
176
|
+
</object>
|
177
|
+
<packing>
|
178
|
+
<property name="expand">False</property>
|
179
|
+
<property name="fill">True</property>
|
180
|
+
<property name="position">0</property>
|
181
|
+
</packing>
|
182
|
+
</child>
|
183
|
+
<child>
|
184
|
+
<object class="GtkEntry" id="css[#main p {font-weight}]">
|
185
|
+
<property name="visible">True</property>
|
186
|
+
<property name="can_focus">True</property>
|
187
|
+
</object>
|
188
|
+
<packing>
|
189
|
+
<property name="expand">False</property>
|
190
|
+
<property name="fill">True</property>
|
191
|
+
<property name="position">1</property>
|
192
|
+
</packing>
|
193
|
+
</child>
|
194
|
+
</object>
|
195
|
+
<packing>
|
196
|
+
<property name="left_attach">1</property>
|
197
|
+
<property name="top_attach">4</property>
|
198
|
+
<property name="width">1</property>
|
199
|
+
<property name="height">1</property>
|
200
|
+
</packing>
|
201
|
+
</child>
|
149
202
|
</object>
|
150
203
|
</child>
|
151
204
|
<child type="tab">
|
@@ -289,55 +342,6 @@
|
|
289
342
|
<property name="height">1</property>
|
290
343
|
</packing>
|
291
344
|
</child>
|
292
|
-
<child>
|
293
|
-
<object class="GtkFontButton" id="css[h1 {font-family}]x">
|
294
|
-
<property name="visible">True</property>
|
295
|
-
<property name="can_focus">True</property>
|
296
|
-
<property name="receives_default">True</property>
|
297
|
-
<property name="font">Sans 12</property>
|
298
|
-
<property name="preview_text"/>
|
299
|
-
<property name="show_size">False</property>
|
300
|
-
</object>
|
301
|
-
<packing>
|
302
|
-
<property name="left_attach">4</property>
|
303
|
-
<property name="top_attach">0</property>
|
304
|
-
<property name="width">1</property>
|
305
|
-
<property name="height">1</property>
|
306
|
-
</packing>
|
307
|
-
</child>
|
308
|
-
<child>
|
309
|
-
<object class="GtkFontButton" id="css[h2 {font-family}]x">
|
310
|
-
<property name="visible">True</property>
|
311
|
-
<property name="can_focus">True</property>
|
312
|
-
<property name="receives_default">True</property>
|
313
|
-
<property name="font">Sans 12</property>
|
314
|
-
<property name="preview_text"/>
|
315
|
-
<property name="show_size">False</property>
|
316
|
-
</object>
|
317
|
-
<packing>
|
318
|
-
<property name="left_attach">4</property>
|
319
|
-
<property name="top_attach">1</property>
|
320
|
-
<property name="width">1</property>
|
321
|
-
<property name="height">1</property>
|
322
|
-
</packing>
|
323
|
-
</child>
|
324
|
-
<child>
|
325
|
-
<object class="GtkFontButton" id="css[h3 {font-family}]x">
|
326
|
-
<property name="visible">True</property>
|
327
|
-
<property name="can_focus">True</property>
|
328
|
-
<property name="receives_default">True</property>
|
329
|
-
<property name="font">Sans 12</property>
|
330
|
-
<property name="preview_text"/>
|
331
|
-
<property name="use_font">True</property>
|
332
|
-
<property name="show_size">False</property>
|
333
|
-
</object>
|
334
|
-
<packing>
|
335
|
-
<property name="left_attach">4</property>
|
336
|
-
<property name="top_attach">2</property>
|
337
|
-
<property name="width">1</property>
|
338
|
-
<property name="height">1</property>
|
339
|
-
</packing>
|
340
|
-
</child>
|
341
345
|
<child>
|
342
346
|
<object class="GtkEntry" id="css[h1 {font-size}]">
|
343
347
|
<property name="visible">True</property>
|
@@ -383,7 +387,7 @@
|
|
383
387
|
<property name="can_focus">True</property>
|
384
388
|
</object>
|
385
389
|
<packing>
|
386
|
-
<property name="left_attach">
|
390
|
+
<property name="left_attach">4</property>
|
387
391
|
<property name="top_attach">0</property>
|
388
392
|
<property name="width">1</property>
|
389
393
|
<property name="height">1</property>
|
@@ -395,7 +399,7 @@
|
|
395
399
|
<property name="can_focus">True</property>
|
396
400
|
</object>
|
397
401
|
<packing>
|
398
|
-
<property name="left_attach">
|
402
|
+
<property name="left_attach">4</property>
|
399
403
|
<property name="top_attach">1</property>
|
400
404
|
<property name="width">1</property>
|
401
405
|
<property name="height">1</property>
|
@@ -407,7 +411,7 @@
|
|
407
411
|
<property name="can_focus">True</property>
|
408
412
|
</object>
|
409
413
|
<packing>
|
410
|
-
<property name="left_attach">
|
414
|
+
<property name="left_attach">4</property>
|
411
415
|
<property name="top_attach">2</property>
|
412
416
|
<property name="width">1</property>
|
413
417
|
<property name="height">1</property>
|
@@ -419,7 +423,7 @@
|
|
419
423
|
<property name="can_focus">True</property>
|
420
424
|
</object>
|
421
425
|
<packing>
|
422
|
-
<property name="left_attach">
|
426
|
+
<property name="left_attach">5</property>
|
423
427
|
<property name="top_attach">0</property>
|
424
428
|
<property name="width">1</property>
|
425
429
|
<property name="height">1</property>
|
@@ -431,7 +435,7 @@
|
|
431
435
|
<property name="can_focus">True</property>
|
432
436
|
</object>
|
433
437
|
<packing>
|
434
|
-
<property name="left_attach">
|
438
|
+
<property name="left_attach">5</property>
|
435
439
|
<property name="top_attach">1</property>
|
436
440
|
<property name="width">1</property>
|
437
441
|
<property name="height">1</property>
|
@@ -443,7 +447,7 @@
|
|
443
447
|
<property name="can_focus">True</property>
|
444
448
|
</object>
|
445
449
|
<packing>
|
446
|
-
<property name="left_attach">
|
450
|
+
<property name="left_attach">5</property>
|
447
451
|
<property name="top_attach">2</property>
|
448
452
|
<property name="width">1</property>
|
449
453
|
<property name="height">1</property>
|
@@ -469,10 +473,16 @@
|
|
469
473
|
<object class="GtkGrid" id="grid3">
|
470
474
|
<property name="visible">True</property>
|
471
475
|
<property name="can_focus">False</property>
|
476
|
+
<property name="margin_left">25</property>
|
477
|
+
<property name="margin_right">25</property>
|
478
|
+
<property name="margin_top">25</property>
|
479
|
+
<property name="margin_bottom">25</property>
|
480
|
+
<property name="column_spacing">5</property>
|
472
481
|
<child>
|
473
482
|
<object class="GtkLabel" id="label9">
|
474
483
|
<property name="visible">True</property>
|
475
484
|
<property name="can_focus">False</property>
|
485
|
+
<property name="xalign">1</property>
|
476
486
|
<property name="label" translatable="yes">Table of Contents Background Color:</property>
|
477
487
|
</object>
|
478
488
|
<packing>
|
@@ -495,6 +505,80 @@
|
|
495
505
|
<property name="height">1</property>
|
496
506
|
</packing>
|
497
507
|
</child>
|
508
|
+
<child>
|
509
|
+
<object class="GtkLabel" id="label28">
|
510
|
+
<property name="visible">True</property>
|
511
|
+
<property name="can_focus">False</property>
|
512
|
+
<property name="xalign">1</property>
|
513
|
+
<property name="label" translatable="yes">Google Font for Items in Table of Contents:</property>
|
514
|
+
</object>
|
515
|
+
<packing>
|
516
|
+
<property name="left_attach">0</property>
|
517
|
+
<property name="top_attach">1</property>
|
518
|
+
<property name="width">1</property>
|
519
|
+
<property name="height">1</property>
|
520
|
+
</packing>
|
521
|
+
</child>
|
522
|
+
<child>
|
523
|
+
<object class="GtkBox" id="box4">
|
524
|
+
<property name="visible">True</property>
|
525
|
+
<property name="can_focus">False</property>
|
526
|
+
<child>
|
527
|
+
<object class="GtkEntry" id="css[#toc {font-family}]">
|
528
|
+
<property name="visible">True</property>
|
529
|
+
<property name="can_focus">True</property>
|
530
|
+
</object>
|
531
|
+
<packing>
|
532
|
+
<property name="expand">False</property>
|
533
|
+
<property name="fill">True</property>
|
534
|
+
<property name="position">0</property>
|
535
|
+
</packing>
|
536
|
+
</child>
|
537
|
+
<child>
|
538
|
+
<object class="GtkEntry" id="css[#toc {font-weight}]">
|
539
|
+
<property name="visible">True</property>
|
540
|
+
<property name="can_focus">True</property>
|
541
|
+
</object>
|
542
|
+
<packing>
|
543
|
+
<property name="expand">False</property>
|
544
|
+
<property name="fill">True</property>
|
545
|
+
<property name="position">1</property>
|
546
|
+
</packing>
|
547
|
+
</child>
|
548
|
+
</object>
|
549
|
+
<packing>
|
550
|
+
<property name="left_attach">1</property>
|
551
|
+
<property name="top_attach">1</property>
|
552
|
+
<property name="width">1</property>
|
553
|
+
<property name="height">1</property>
|
554
|
+
</packing>
|
555
|
+
</child>
|
556
|
+
<child>
|
557
|
+
<object class="GtkLabel" id="label29">
|
558
|
+
<property name="visible">True</property>
|
559
|
+
<property name="can_focus">False</property>
|
560
|
+
<property name="xalign">1</property>
|
561
|
+
<property name="label" translatable="yes">Font Size (em):</property>
|
562
|
+
</object>
|
563
|
+
<packing>
|
564
|
+
<property name="left_attach">0</property>
|
565
|
+
<property name="top_attach">2</property>
|
566
|
+
<property name="width">1</property>
|
567
|
+
<property name="height">1</property>
|
568
|
+
</packing>
|
569
|
+
</child>
|
570
|
+
<child>
|
571
|
+
<object class="GtkEntry" id="css[#toc {font-size}]">
|
572
|
+
<property name="visible">True</property>
|
573
|
+
<property name="can_focus">True</property>
|
574
|
+
</object>
|
575
|
+
<packing>
|
576
|
+
<property name="left_attach">1</property>
|
577
|
+
<property name="top_attach">2</property>
|
578
|
+
<property name="width">1</property>
|
579
|
+
<property name="height">1</property>
|
580
|
+
</packing>
|
581
|
+
</child>
|
498
582
|
</object>
|
499
583
|
<packing>
|
500
584
|
<property name="position">2</property>
|
@@ -515,12 +599,18 @@
|
|
515
599
|
<object class="GtkGrid" id="grid4">
|
516
600
|
<property name="visible">True</property>
|
517
601
|
<property name="can_focus">False</property>
|
602
|
+
<property name="margin_left">10</property>
|
603
|
+
<property name="margin_right">10</property>
|
604
|
+
<property name="margin_top">10</property>
|
605
|
+
<property name="margin_bottom">10</property>
|
518
606
|
<property name="row_spacing">1</property>
|
607
|
+
<property name="column_spacing">5</property>
|
519
608
|
<child>
|
520
609
|
<object class="GtkLabel" id="label12">
|
521
610
|
<property name="visible">True</property>
|
522
611
|
<property name="can_focus">False</property>
|
523
|
-
<property name="
|
612
|
+
<property name="xalign">1</property>
|
613
|
+
<property name="label" translatable="yes">Color For Text Links in Side Bars:</property>
|
524
614
|
</object>
|
525
615
|
<packing>
|
526
616
|
<property name="left_attach">0</property>
|
@@ -533,6 +623,7 @@
|
|
533
623
|
<object class="GtkLabel" id="label13">
|
534
624
|
<property name="visible">True</property>
|
535
625
|
<property name="can_focus">False</property>
|
626
|
+
<property name="xalign">1</property>
|
536
627
|
<property name="label" translatable="yes">Background Color for Even Cells: </property>
|
537
628
|
</object>
|
538
629
|
<packing>
|
@@ -546,6 +637,7 @@
|
|
546
637
|
<object class="GtkLabel" id="label14">
|
547
638
|
<property name="visible">True</property>
|
548
639
|
<property name="can_focus">False</property>
|
640
|
+
<property name="xalign">1</property>
|
549
641
|
<property name="label" translatable="yes">Background Color for Odd Cells:</property>
|
550
642
|
</object>
|
551
643
|
<packing>
|
@@ -559,6 +651,7 @@
|
|
559
651
|
<object class="GtkLabel" id="label16">
|
560
652
|
<property name="visible">True</property>
|
561
653
|
<property name="can_focus">False</property>
|
654
|
+
<property name="xalign">1</property>
|
562
655
|
<property name="label" translatable="yes">Background Color for Hilighted Cell:</property>
|
563
656
|
</object>
|
564
657
|
<packing>
|
@@ -572,6 +665,7 @@
|
|
572
665
|
<object class="GtkLabel" id="label17">
|
573
666
|
<property name="visible">True</property>
|
574
667
|
<property name="can_focus">False</property>
|
668
|
+
<property name="xalign">1</property>
|
575
669
|
<property name="label" translatable="yes">Text Color for Hilighted Cell:</property>
|
576
670
|
</object>
|
577
671
|
<packing>
|
@@ -582,7 +676,7 @@
|
|
582
676
|
</packing>
|
583
677
|
</child>
|
584
678
|
<child>
|
585
|
-
<object class="GtkColorButton" id="css[.object_link a {color}]">
|
679
|
+
<object class="GtkColorButton" id="css[.object_link a, #full_list_nav a {color}]">
|
586
680
|
<property name="visible">True</property>
|
587
681
|
<property name="can_focus">True</property>
|
588
682
|
<property name="receives_default">True</property>
|
@@ -650,6 +744,7 @@
|
|
650
744
|
<object class="GtkLabel" id="label18">
|
651
745
|
<property name="visible">True</property>
|
652
746
|
<property name="can_focus">False</property>
|
747
|
+
<property name="xalign">1</property>
|
653
748
|
<property name="label" translatable="yes">Color When Mouse is Hovering Over Cell:</property>
|
654
749
|
</object>
|
655
750
|
<packing>
|
@@ -672,6 +767,78 @@
|
|
672
767
|
<property name="height">1</property>
|
673
768
|
</packing>
|
674
769
|
</child>
|
770
|
+
<child>
|
771
|
+
<object class="GtkLabel" id="label26">
|
772
|
+
<property name="visible">True</property>
|
773
|
+
<property name="can_focus">False</property>
|
774
|
+
<property name="label" translatable="yes">Google Font for Links in Side Bars:</property>
|
775
|
+
</object>
|
776
|
+
<packing>
|
777
|
+
<property name="left_attach">0</property>
|
778
|
+
<property name="top_attach">6</property>
|
779
|
+
<property name="width">1</property>
|
780
|
+
<property name="height">1</property>
|
781
|
+
</packing>
|
782
|
+
</child>
|
783
|
+
<child>
|
784
|
+
<object class="GtkLabel" id="label27">
|
785
|
+
<property name="visible">True</property>
|
786
|
+
<property name="can_focus">False</property>
|
787
|
+
<property name="label" translatable="yes">Font size (em)</property>
|
788
|
+
</object>
|
789
|
+
<packing>
|
790
|
+
<property name="left_attach">0</property>
|
791
|
+
<property name="top_attach">7</property>
|
792
|
+
<property name="width">1</property>
|
793
|
+
<property name="height">1</property>
|
794
|
+
</packing>
|
795
|
+
</child>
|
796
|
+
<child>
|
797
|
+
<object class="GtkBox" id="box3">
|
798
|
+
<property name="visible">True</property>
|
799
|
+
<property name="can_focus">False</property>
|
800
|
+
<child>
|
801
|
+
<object class="GtkEntry" id="css[.object_link {font-family}]">
|
802
|
+
<property name="visible">True</property>
|
803
|
+
<property name="can_focus">True</property>
|
804
|
+
</object>
|
805
|
+
<packing>
|
806
|
+
<property name="expand">False</property>
|
807
|
+
<property name="fill">True</property>
|
808
|
+
<property name="position">0</property>
|
809
|
+
</packing>
|
810
|
+
</child>
|
811
|
+
<child>
|
812
|
+
<object class="GtkEntry" id="css[.object_link {font-weight}]">
|
813
|
+
<property name="visible">True</property>
|
814
|
+
<property name="can_focus">True</property>
|
815
|
+
</object>
|
816
|
+
<packing>
|
817
|
+
<property name="expand">False</property>
|
818
|
+
<property name="fill">True</property>
|
819
|
+
<property name="position">1</property>
|
820
|
+
</packing>
|
821
|
+
</child>
|
822
|
+
</object>
|
823
|
+
<packing>
|
824
|
+
<property name="left_attach">1</property>
|
825
|
+
<property name="top_attach">6</property>
|
826
|
+
<property name="width">1</property>
|
827
|
+
<property name="height">1</property>
|
828
|
+
</packing>
|
829
|
+
</child>
|
830
|
+
<child>
|
831
|
+
<object class="GtkEntry" id="css[.object_link {font-size}]">
|
832
|
+
<property name="visible">True</property>
|
833
|
+
<property name="can_focus">True</property>
|
834
|
+
</object>
|
835
|
+
<packing>
|
836
|
+
<property name="left_attach">1</property>
|
837
|
+
<property name="top_attach">7</property>
|
838
|
+
<property name="width">1</property>
|
839
|
+
<property name="height">1</property>
|
840
|
+
</packing>
|
841
|
+
</child>
|
675
842
|
</object>
|
676
843
|
<packing>
|
677
844
|
<property name="position">3</property>
|
@@ -692,11 +859,17 @@
|
|
692
859
|
<object class="GtkGrid" id="grid5">
|
693
860
|
<property name="visible">True</property>
|
694
861
|
<property name="can_focus">False</property>
|
862
|
+
<property name="margin_left">10</property>
|
863
|
+
<property name="margin_right">10</property>
|
864
|
+
<property name="margin_top">10</property>
|
865
|
+
<property name="margin_bottom">10</property>
|
866
|
+
<property name="column_spacing">5</property>
|
695
867
|
<child>
|
696
868
|
<object class="GtkLabel" id="label20">
|
697
869
|
<property name="visible">True</property>
|
698
870
|
<property name="can_focus">False</property>
|
699
|
-
<property name="
|
871
|
+
<property name="xalign">1</property>
|
872
|
+
<property name="label" translatable="yes">Link Color for All Links on Main Page:</property>
|
700
873
|
</object>
|
701
874
|
<packing>
|
702
875
|
<property name="left_attach">0</property>
|
@@ -709,6 +882,7 @@
|
|
709
882
|
<object class="GtkLabel" id="label21">
|
710
883
|
<property name="visible">True</property>
|
711
884
|
<property name="can_focus">False</property>
|
885
|
+
<property name="xalign">1</property>
|
712
886
|
<property name="label" translatable="yes">Link Hilight Color:</property>
|
713
887
|
</object>
|
714
888
|
<packing>
|
@@ -760,6 +934,82 @@
|
|
760
934
|
<property name="tab_fill">False</property>
|
761
935
|
</packing>
|
762
936
|
</child>
|
937
|
+
<child>
|
938
|
+
<object class="GtkGrid" id="grid6">
|
939
|
+
<property name="visible">True</property>
|
940
|
+
<property name="can_focus">False</property>
|
941
|
+
<property name="margin_left">25</property>
|
942
|
+
<property name="margin_right">25</property>
|
943
|
+
<property name="margin_top">25</property>
|
944
|
+
<property name="margin_bottom">25</property>
|
945
|
+
<child>
|
946
|
+
<object class="GtkLabel" id="label23">
|
947
|
+
<property name="visible">True</property>
|
948
|
+
<property name="can_focus">False</property>
|
949
|
+
<property name="label" translatable="yes">Color of Method Summary Border on Mouse Hover: </property>
|
950
|
+
</object>
|
951
|
+
<packing>
|
952
|
+
<property name="left_attach">0</property>
|
953
|
+
<property name="top_attach">0</property>
|
954
|
+
<property name="width">1</property>
|
955
|
+
<property name="height">1</property>
|
956
|
+
</packing>
|
957
|
+
</child>
|
958
|
+
<child>
|
959
|
+
<object class="GtkLabel" id="label24">
|
960
|
+
<property name="visible">True</property>
|
961
|
+
<property name="can_focus">False</property>
|
962
|
+
<property name="label" translatable="yes">Color of Method Name Text on Mouse Hover:</property>
|
963
|
+
</object>
|
964
|
+
<packing>
|
965
|
+
<property name="left_attach">0</property>
|
966
|
+
<property name="top_attach">1</property>
|
967
|
+
<property name="width">1</property>
|
968
|
+
<property name="height">1</property>
|
969
|
+
</packing>
|
970
|
+
</child>
|
971
|
+
<child>
|
972
|
+
<object class="GtkColorButton" id="css[.summary_signature:hover {border-color}]">
|
973
|
+
<property name="visible">True</property>
|
974
|
+
<property name="can_focus">True</property>
|
975
|
+
<property name="receives_default">True</property>
|
976
|
+
</object>
|
977
|
+
<packing>
|
978
|
+
<property name="left_attach">1</property>
|
979
|
+
<property name="top_attach">0</property>
|
980
|
+
<property name="width">1</property>
|
981
|
+
<property name="height">1</property>
|
982
|
+
</packing>
|
983
|
+
</child>
|
984
|
+
<child>
|
985
|
+
<object class="GtkColorButton" id="css[#content .summary .summary_signature:hover a {color}]">
|
986
|
+
<property name="visible">True</property>
|
987
|
+
<property name="can_focus">True</property>
|
988
|
+
<property name="receives_default">True</property>
|
989
|
+
</object>
|
990
|
+
<packing>
|
991
|
+
<property name="left_attach">1</property>
|
992
|
+
<property name="top_attach">1</property>
|
993
|
+
<property name="width">1</property>
|
994
|
+
<property name="height">1</property>
|
995
|
+
</packing>
|
996
|
+
</child>
|
997
|
+
</object>
|
998
|
+
<packing>
|
999
|
+
<property name="position">5</property>
|
1000
|
+
</packing>
|
1001
|
+
</child>
|
1002
|
+
<child type="tab">
|
1003
|
+
<object class="GtkLabel" id="label22">
|
1004
|
+
<property name="visible">True</property>
|
1005
|
+
<property name="can_focus">False</property>
|
1006
|
+
<property name="label" translatable="yes">Method Summary</property>
|
1007
|
+
</object>
|
1008
|
+
<packing>
|
1009
|
+
<property name="position">5</property>
|
1010
|
+
<property name="tab_fill">False</property>
|
1011
|
+
</packing>
|
1012
|
+
</child>
|
763
1013
|
</object>
|
764
1014
|
<packing>
|
765
1015
|
<property name="expand">False</property>
|
@@ -803,7 +1053,7 @@
|
|
803
1053
|
<packing>
|
804
1054
|
<property name="expand">False</property>
|
805
1055
|
<property name="fill">True</property>
|
806
|
-
<property name="position">
|
1056
|
+
<property name="position">3</property>
|
807
1057
|
</packing>
|
808
1058
|
</child>
|
809
1059
|
</object>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: my_yard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
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: 2016-
|
12
|
+
date: 2016-08-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: visualruby
|
@@ -65,13 +65,14 @@ files:
|
|
65
65
|
- doc/file.README.html
|
66
66
|
- doc/file_list.html
|
67
67
|
- doc/frames.html
|
68
|
+
- doc/img/logo.png
|
68
69
|
- doc/index.html
|
69
70
|
- doc/js/app.js
|
70
71
|
- doc/js/full_list.js
|
71
72
|
- doc/js/jquery.js
|
72
73
|
- doc/just_file_list.html
|
73
74
|
- doc/method_list.html
|
74
|
-
-
|
75
|
+
- doc/top-level-namespace.html
|
75
76
|
- home_my_yard/templates/visualruby/class/dot/setup.rb
|
76
77
|
- home_my_yard/templates/visualruby/class/dot/superklass.erb
|
77
78
|
- home_my_yard/templates/visualruby/class/html/constructor_details.erb
|
@@ -186,9 +187,9 @@ files:
|
|
186
187
|
- home_my_yard/templates/visualruby/tags/text/see.erb
|
187
188
|
- home_my_yard/templates/visualruby/tags/text/tag.erb
|
188
189
|
- home_my_yard/themes/visualruby.yaml
|
189
|
-
- install.md
|
190
190
|
- my_yard
|
191
191
|
- my_yard.gemspec
|
192
|
+
- notes
|
192
193
|
- src/GlobalSettings.rb
|
193
194
|
- src/MyYard.rb
|
194
195
|
- src/YardTheme.rb
|
@@ -197,7 +198,6 @@ files:
|
|
197
198
|
- src/glade/MyYard.glade~
|
198
199
|
- src/glade/YardTheme.glade
|
199
200
|
- src/glade/YardTheme.glade~
|
200
|
-
- style.css
|
201
201
|
homepage: http://visualruby.net/
|
202
202
|
licenses: []
|
203
203
|
metadata: {}
|