Search found 694 matches
- Tue May 03, 2022 7:49 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Flex and Grid Layout tool
- Replies: 1
- Views: 9555
Re: Flex and Grid Layout tool
You might be able to integrate something like https://grid.layoutit.com/ (https://github.com/Leniolabs/layoutit-grid) in a separate window. And then pass back the result to Webuilder and insert the code.
- Tue May 03, 2022 7:39 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: GIT PLugin
- Replies: 1
- Views: 6980
Re: GIT PLugin
It shouldn't be hard to make. As its easy to call command line tools from script and receive back the output. Setting up the panel GUI will probably take the longest. See http://forums.blumentals.net/viewtopic.php?f=33&t=7191 You can also create a more complex plugin, calling a Node.js server to ...
- Tue May 03, 2022 7:33 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Plugin: DocBlock Comments v1.33
- Replies: 17
- Views: 41231
Re: Plugin: DocBlock Comments v1.32
Version 1.33 is available at Github: https://github.com/pmk65/wbp-docblockcomments leopard tattoo v1.33 - Problem with PHP7 "return type declarations" fixed. (Thanks to molkenstehler for reporting this problem.) Hi, thanks for the link. But I wanted to ask is there a newer version? Thank you No.I ...
- Wed Aug 11, 2021 1:40 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: auto-wrap all paragraphs in <p> tags
- Replies: 2
- Views: 6965
Re: auto-wrap all paragraphs in <p> tags
Use Search/Replace with regular expressions. Then you can replace the beginning/end of line with paragraph tags.
Or write a plugin that does the same thing.
Or write a plugin that does the same thing.
- Wed Aug 11, 2021 1:33 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Backups on Save with TimeStamp in filename
- Replies: 3
- Views: 10573
Re: Backups on Save with TimeStamp in filename
Take look at my Project Workspace plugin for inspiration and code fragments.
http://forums.blumentals.net/viewtopic.php?f=33&t=7470
It manipulate filenames before saving, using WeBuilder events.
http://forums.blumentals.net/viewtopic.php?f=33&t=7470
It manipulate filenames before saving, using WeBuilder events.
- Tue Aug 10, 2021 1:00 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Backups on Save with TimeStamp in filename
- Replies: 3
- Views: 10573
Re: Backups on Save with TimeStamp in filename
You can write a custom "Save" plugin that appends timestamp to the filename. Just make sure you clear existing timestamp or you will end up with very long filenames 

- Mon Sep 21, 2020 11:02 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Automatic refresh option
- Replies: 2
- Views: 6282
Re: Automatic refresh option
Use an external Task Automation Tool like Gulp or Grunt. Then you can run a Browser Livereload plugin to autoupdate browser content whenever something is changed. '
I made a WeBuilder plugin for running Gulp tasks directly from WeBuilder. You can try that if you want.
I made a WeBuilder plugin for running Gulp tasks directly from WeBuilder. You can try that if you want.
- Sun Aug 23, 2020 10:29 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: WB2020 Bug: Split Screen doesn't update correct frame
- Replies: 2
- Views: 7216
Re: WB2020 Bug: Split Screen doesn't update correct frame
This bug have been fixed in one of the recent updates.
- Sun Aug 23, 2020 10:27 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Arabic text not appear properly
- Replies: 2
- Views: 4322
Re: Arabic text not appear properly
hello guys , thanks for Rapid IDE , i love it too much nut i have problem with Arabic text , during run it works fine , but on editor not showing good in code editor show like that https://i.ibb.co/H7S8FNL/Capture.png but it should be show like that https://i.ibb.co/QPrQkTp/Captur2e.png even at the ...
- Sun Aug 16, 2020 10:47 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RAPID 2020 - Drag & Drop Crash
- Replies: 12
- Views: 10485
Re: RAPID 2020 - Drag & Drop Crash
Dragging a file from a Windows 10 Explorer Window to a folder in Rapid's Folder List crashes Rapid PHP 2020 16.1.0.227. Hi Will. I'm trying to see if I can replicate your error in WeBuilder, but what do you mean by "Folder List" ? Is that the list of files/folders in the File Explore panel? (In ...
- Mon Jul 27, 2020 3:12 pm
- Forum: Web Developer Talk
- Topic: Angular developement with WeBuilder
- Replies: 3
- Views: 11699
Re: Angular developement with WeBuilder
Hello everybody, I'm a long time WeBuilder user (at least since 2010) and I find it a critical tool in my everyday work. I use it with great results for Classic ASP, PHP, JavaScript, JS libraries (JQuery mostly) and CMS (Contao, Wordpress). Lately I've started studying Angular for a forthcoming app ...
- Mon Jul 27, 2020 1:36 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: WeBuilder 2015 not running JQuery?
- Replies: 1
- Views: 2959
Re: WeBuilder 2015 not running JQuery?
Does it work if you remove the additional properties on the SCRIPT tag? (Try removing "integrity" and "crossorigin")
Does it work if you use HTTP:// instead of HTTPS:// ?
Does it work if you use HTTP:// instead of HTTPS:// ?
- Mon Jul 27, 2020 1:33 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Project ToDo
- Replies: 1
- Views: 2593
Re: Project ToDo
In this form there are questions about Project ToDo and custom tag's. I added a custom tag in the todo.ini, but it is show up under todo marker and not my custom flag. The request for custom tags are 3 years old any progress on this? Could you post some screenshots? Also make sure you are not ...
- Mon Jul 27, 2020 1:21 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: How to build and add a custom programming language
- Replies: 2
- Views: 6247
Re: How to build and add a custom programming language
I would like to build and add a custom programming language (for Unibasic(Unidata DB)). Is there a way to do this in Webuilder? VBS comes the closest, but there are KeyWords and nuances that are different. Example: Unibasic uses an asterisk (*) not a single-quote (') for comments. Thanks for any ...
- Mon Jul 27, 2020 12:52 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Delete empty lines
- Replies: 3
- Views: 3996
Re: Delete empty lines
Not sure if it's the latest release of the plugin you get from the Plugin Manager Catalog.
But the 2.0 version of the plugin is available here; http://forums.blumentals.net/viewtopic.php?f=33&t=7587
But the 2.0 version of the plugin is available here; http://forums.blumentals.net/viewtopic.php?f=33&t=7587