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
@@ -151,6 +151,54 @@
|
|
151
151
|
<property name="height">1</property>
|
152
152
|
</packing>
|
153
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>
|
154
202
|
</object>
|
155
203
|
</child>
|
156
204
|
<child type="tab">
|
@@ -425,15 +473,16 @@
|
|
425
473
|
<object class="GtkGrid" id="grid3">
|
426
474
|
<property name="visible">True</property>
|
427
475
|
<property name="can_focus">False</property>
|
428
|
-
<property name="margin_left">
|
429
|
-
<property name="margin_right">
|
430
|
-
<property name="margin_top">
|
431
|
-
<property name="margin_bottom">
|
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>
|
432
480
|
<property name="column_spacing">5</property>
|
433
481
|
<child>
|
434
482
|
<object class="GtkLabel" id="label9">
|
435
483
|
<property name="visible">True</property>
|
436
484
|
<property name="can_focus">False</property>
|
485
|
+
<property name="xalign">1</property>
|
437
486
|
<property name="label" translatable="yes">Table of Contents Background Color:</property>
|
438
487
|
</object>
|
439
488
|
<packing>
|
@@ -456,6 +505,80 @@
|
|
456
505
|
<property name="height">1</property>
|
457
506
|
</packing>
|
458
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>
|
459
582
|
</object>
|
460
583
|
<packing>
|
461
584
|
<property name="position">2</property>
|
@@ -553,7 +676,7 @@
|
|
553
676
|
</packing>
|
554
677
|
</child>
|
555
678
|
<child>
|
556
|
-
<object class="GtkColorButton" id="css[.object_link a {color}]">
|
679
|
+
<object class="GtkColorButton" id="css[.object_link a, #full_list_nav a, #full_list_nav a:hover {color}]">
|
557
680
|
<property name="visible">True</property>
|
558
681
|
<property name="can_focus">True</property>
|
559
682
|
<property name="receives_default">True</property>
|
@@ -644,6 +767,78 @@
|
|
644
767
|
<property name="height">1</property>
|
645
768
|
</packing>
|
646
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>
|
647
842
|
</object>
|
648
843
|
<packing>
|
649
844
|
<property name="position">3</property>
|
@@ -739,6 +934,82 @@
|
|
739
934
|
<property name="tab_fill">False</property>
|
740
935
|
</packing>
|
741
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>
|
742
1013
|
</object>
|
743
1014
|
<packing>
|
744
1015
|
<property name="expand">False</property>
|
@@ -782,7 +1053,7 @@
|
|
782
1053
|
<packing>
|
783
1054
|
<property name="expand">False</property>
|
784
1055
|
<property name="fill">True</property>
|
785
|
-
<property name="position">
|
1056
|
+
<property name="position">3</property>
|
786
1057
|
</packing>
|
787
1058
|
</child>
|
788
1059
|
</object>
|