http://forums.blumentals.net/viewtopic.php?f=15&t=7949ssvuia wrote:How we can get link for beta?
Search found 694 matches
- Thu Oct 24, 2019 11:42 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: new version 2019 or 2020?
- Replies: 9
- Views: 6601
Re: new version 2019 or 2020?
- Thu Oct 24, 2019 2:59 pm
- Forum: Announcements
- Topic: Update: 2020 Beta 4 (free for everybody)
- Replies: 13
- Views: 52377
Re: Update: 2020 Beta (free for everybody)
The Download link on https://www.webuilderapp.com/whatsnew2020.php refers to the 2018 version. Is this intentional?
- Tue Sep 17, 2019 2:45 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Request:Load/Save for "JSHint JavaScript Checker"
- Replies: 2
- Views: 4611
Request:Load/Save for "JSHint JavaScript Checker"
Extend "JavaScript -> JSHint JavaScript Checker" so it is possible to load/save different configuration setups. Currently you have to check/uncheck all the checkboxes EVERY time you want to use a another setup, which makes it pretty useless when you work on projects with different setups. Also add a ...
- Sun Sep 01, 2019 2:11 pm
- Forum: Web Developer Talk
- Topic: JSON Editor - Use JSON Schema to generate HTML form
- Replies: 5
- Views: 12946
Re: JSON Editor - Use JSON Schema to generate HTML form
See: https://github.com/json-editor/json-editor/issues/419jonholland wrote:one question: how to store data in database that we are taking from json form
- Sat Aug 31, 2019 5:45 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: How to write Plugin Dialog code?
- Replies: 3
- Views: 11466
Re: How to write Plugin Dialog code?
Try pdScript IDE
In my DevMode plugin there's a script to convert the output of pdScript IDE into plugin code format.
In my DevMode plugin there's a script to convert the output of pdScript IDE into plugin code format.
- Thu Aug 22, 2019 7:31 pm
- Forum: Web Developer Talk
- Topic: Wordpress template tags list for the WeBuilder library
- Replies: 7
- Views: 15816
Re: Wordpress template tags list for the WeBuilder library
You can use WaybackMachine to get it. https://web.archive.org/web/20141222132 ... ibrary.txtruturaaj wrote:Download link to Text file in first post is not working. Can you please re-upload the file?
Note: You might need to cleanout the Wayback code manually.
- Tue Jun 18, 2019 11:22 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: debugging in Rapid PHP
- Replies: 15
- Views: 27448
Re: debugging in Rapid PHP
Looks like this is the favorite thread for retard spammers. 

- Fri May 31, 2019 12:54 pm
- Forum: Web Developer Talk
- Topic: Using https with Webuilder (and XAMPP)
- Replies: 3
- Views: 8415
Re: Using https with Webuilder (and XAMPP)
Have you tried any of these guides?
https://gist.github.com/nguyenanhtu/33a ... 24eeb51e69 (Look for the comment by ayandyan)
https://odan.github.io/2017/10/29/insta ... xampp.html
https://gist.github.com/nguyenanhtu/33a ... 24eeb51e69 (Look for the comment by ayandyan)
https://odan.github.io/2017/10/29/insta ... xampp.html
- Mon May 27, 2019 1:06 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: moving to a new desktop
- Replies: 5
- Views: 7314
Re: moving to a new desktop
On old system:
Options -> Export Settings.
On new system:
Options -> Import Settings.
Options -> Export Settings.
On new system:
Options -> Import Settings.
- Wed Apr 03, 2019 10:53 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058840
Re: General discussion about plugins.
The present usage of TMemo and TRichText doesn't have support for choosing content AFIK. All that I attempted fizzles. Do you have a working precedent on the most proficient method to do this? TRichText.Lines.Text will return the content of TRichText. Same should work for TMemo. But try posting an ...
- Tue Mar 26, 2019 3:49 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: debugging in Rapid PHP
- Replies: 15
- Views: 27448
Re: debugging in Rapid PHP
Excellent thread. I learned a lot here. Informative topic. Thank you! Ha, ha, ha very informative for a spammer. He's one of those retards who think it improves SEO ranking and get more visitors to his site by spamming various discussion forums. I wonder why anyone would bother spend time doing ...
- Thu Mar 07, 2019 11:34 am
- Forum: Web Developer Talk
- Topic: JSON Editor - Use JSON Schema to generate HTML form
- Replies: 5
- Views: 12946
Re: JSON Editor - Use JSON Schema to generate HTML form
I made a Playground page for testing various aspects of the JSON-Editor. It includes several examples.
You can try it here: https://pmk65.github.io/jedemov2/dist/demo.html
ACE Editor is optional. If you don't need it, you don't load it
You can try it here: https://pmk65.github.io/jedemov2/dist/demo.html
ACE Editor is optional. If you don't need it, you don't load it

- Wed Feb 27, 2019 7:39 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RAPID: Cursor Position Problem w/Code Intelligence
- Replies: 2
- Views: 2635
Re: RAPID: Cursor Position Problem w/Code Intelligence
What happens if you create a const like TB_TEST_FOO_BAR, does the position offset 3 chars then?
If it does then it looks like the underscore is ignored when calculating the cursor position.
If it does then it looks like the underscore is ignored when calculating the cursor position.
- Sun Feb 17, 2019 5:40 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Plugin: DocBlock Comments v1.33
- Replies: 17
- Views: 41239
Re: Plugin: DocBlock Comments v1.32
Version 1.33 is available at Github: https://github.com/pmk65/wbp-docblockcomments
v1.33
- Problem with PHP7 "return type declarations" fixed. (Thanks to molkenstehler for reporting this problem.)
v1.33
- Problem with PHP7 "return type declarations" fixed. (Thanks to molkenstehler for reporting this problem.)
- Thu Feb 14, 2019 3:20 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Plugin: DocBlock Comments v1.33
- Replies: 17
- Views: 41239
Re: Plugin: DocBlock Comments v1.32
The Insertion of a doc block for an abstract method don't work. It's just inserting blanks and move the Cursor, but that's all. After an Abstract method it's not possible to insert any doc block. Post a bug report at https://github.com/pmk65/wbp-docblockcomments including a code example I can use ...