Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Fri Jan 31, 2020 4:52 pm
Update:
Added: Markdown::Requester() (= MessageRequester using Markdown)
Andre
PureBasic Team
Posts: 2137 Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:
Post
by Andre » Fri Jan 31, 2020 6:14 pm
A really great module, thank you Thorsten!
I'm already considering to use it for creating / displaying the help for my Windows+MacOS project (instead of .chm help file). But I would need to try implementing a chapter-based context-sensitive help like it can be used sich PB's native library and .chm files...
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Fri Jan 31, 2020 8:49 pm
Andre wrote: A really great module, thank you Thorsten!
I'm already considering to use it for creating / displaying the help for my Windows+MacOS project (instead of .chm help file). But I would need to try implementing a chapter-based context-sensitive help like it can be used sich PB's native library and .chm files...
I already had the idea to create help files with Markdown.
Look:
EasyHelp
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Mon Feb 03, 2020 5:59 pm
Update:
Code: Select all
MarkDown::Help("Help", "Help.mdh", "Label", MarkDown::#AutoResize)
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Wed Feb 05, 2020 3:36 pm
Update:
Help file (use example 30)
Bugfixes and improvements
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Sun Feb 09, 2020 7:36 pm
Update:
Table of Contents - " {{TOC}} "
Adjustments and optimizations for HTML & PDF export
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Mon Feb 10, 2020 3:14 pm
Update:
Code: Select all
### Glossary ###
[?Glossary] is a glossary term.
[?Glossary]: The glossary collects information about important terms used in your document.
----------------------------------------
{{Glossary}}
Kuron
Addict
Posts: 1626 Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest
Post
by Kuron » Wed Feb 12, 2020 9:00 am
Thorsten1867 wrote: My last module for this year:
You saved the best for last. This is an amazing contribution!
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Wed Feb 12, 2020 4:09 pm
Update:
Last edited by
Thorsten1867 on Thu Feb 13, 2020 4:10 pm, edited 2 times in total.
Kuron
Addict
Posts: 1626 Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest
Post
by Kuron » Thu Feb 13, 2020 5:05 am
Thorsten1867 wrote: Update:
Added Notes (not for HTML)
Oh, Hell Yeah!!
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Thu Feb 13, 2020 4:04 pm
Update:
Notes for HTML & PDF export available
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Thu Mar 05, 2020 4:16 pm
Update:
Attribute #ScrollBar [#ScrollBar_Default/#ScrollBar_Frame/#ScrollBar_DragPoint]
SetColor() -> [#ScrollBar_FrontColor/#ScrollBar_BackColor/#ScrollBar_BorderColor/#ScrollBar_ButtonColor/#ScrollBar_ThumbColor]
StarBootics
Addict
Posts: 1006 Joined: Sun Jul 07, 2013 11:35 am
Location: Canada
Post
by StarBootics » Mon Mar 30, 2020 6:34 pm
Hello Thorsten1867,
Under Linux the scrollbar don't work properly especially with the Notes example.
Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Wed Apr 01, 2020 10:53 am
Update: Markdown & EasyHelp App for MacOS
Thorsten1867
Addict
Posts: 1372 Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany
Post
by Thorsten1867 » Wed Apr 01, 2020 5:05 pm
Update: Navigation buttons for help window