Search found 694 matches

Return to advanced search

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.
by pmk65
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: 6064

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...
by pmk65
Tue May 03, 2022 7:39 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: GIT PLugin
Replies: 1
Views: 4452

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 ...
by pmk65
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: 30535

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.
by pmk65
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: 5859

Re: Backups on Save with TimeStamp in filename

Take look at my Project Workspace plugin for inspiration and code fragments.
viewtopic.php?f=33&t=7470

It manipulate filenames before saving, using WeBuilder events.
by pmk65
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: 6689

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 :D
by pmk65
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: 6689

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.
by pmk65
Mon Sep 21, 2020 11:02 am
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Automatic refresh option
Replies: 2
Views: 4321

Re: WB2020 Bug: Split Screen doesn't update correct frame

outgoingraw wrote:Can anybody replicate this?

Thanks in advance
temple run 2


This bug have been fixed in one of the recent updates.
by pmk65
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: 3330

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...
by pmk65
Sun Aug 23, 2020 10:27 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Arabic text not appear properly
Replies: 2
Views: 3135

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 pane...
by pmk65
Sun Aug 16, 2020 10:47 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RAPID 2020 - Drag & Drop Crash
Replies: 12
Views: 5488

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...
by pmk65
Mon Jul 27, 2020 3:12 pm
 
Forum: Web Developer Talk
Topic: Angular developement with WeBuilder
Replies: 3
Views: 7706

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:// ?
by pmk65
Mon Jul 27, 2020 1:36 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: WeBuilder 2015 not running JQuery?
Replies: 1
Views: 1844

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 modif...
by pmk65
Mon Jul 27, 2020 1:33 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Project ToDo
Replies: 1
Views: 1802

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 su...
by pmk65
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: 4940

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; viewtopic.php?f=33&t=7587
by pmk65
Mon Jul 27, 2020 12:52 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Delete empty lines
Replies: 3
Views: 2573
Next

Return to advanced search

cron