nngogol / PySimpleGUIDocGen

Software for making documentation for PySimpleGUI
9 stars 2 forks source link

[Enhancement] Make handy utilities available in GitHub #29

Closed MikeTheWatchGuy closed 5 years ago

MikeTheWatchGuy commented 5 years ago

It would be super helpful to give to people the little utilities you make (you pasted some code in Discord for one).

The utility I think that would be the most helpful is one that can spit out all the tags that one MAY want to put into a readme.

I took the text doc you sent me and made these by hand for example:

<!-- <+func.Popup+> -->
<!-- <+func.PopupAnimated+> -->
<!-- <+func.PopupAnnoying+> -->
<!-- <+func.PopupAutoClose+> -->
<!-- <+func.PopupCancel+> -->
<!-- <+func.PopupError+> -->
<!-- <+func.PopupGetFile+> -->
<!-- <+func.PopupGetFolder+> -->
<!-- <+func.PopupGetText+> -->
<!-- <+func.PopupNoBorder+> -->
<!-- <+func.PopupNoButtons+> -->
<!-- <+func.PopupNoFrame+> -->
<!-- <+func.PopupNoTitlebar+> -->
<!-- <+func.PopupNoWait+> -->
<!-- <+func.PopupNonBlocking+> -->
<!-- <+func.PopupOK+> -->
<!-- <+func.PopupOKCancel+> -->
<!-- <+func.PopupQuick+> -->
<!-- <+func.PopupQuickMessage+> -->
<!-- <+func.PopupScrolled+> -->
<!-- <+func.PopupTimed+> -->
<!-- <+func.PopupYesNo+> -->

It would be super helpful if there was a utility make_tags that will make a text file filled with tags to choose from.

Some, like my Windows method lists, are included in my list, but I will edit them out of the file soon to leave the User Callable ones.

Then it's a matter of copying and pasting the ones to include in the .md file(s).