Search found 694 matches

Return to advanced search

Re: Rapid PHP 2018 Review

2) I'm not quite sure what you mean by switching between apps, but CTRL+TAB always work. Also you can setup "External Programs" in the preferences. 3) I have experienced the same problem (Currently I have no panel and is stuck with Chrome preview). So I guess that is a bug, 4) It's Chrome ...
by pmk65
Tue Dec 11, 2018 4:32 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Rapid PHP 2018 Review
Replies: 1
Views: 2670

JSON Editor - Use JSON Schema to generate HTML form

JSON-Editor https://i.imgur.com/MxfWac2.png JSON Editor takes a JSON Schema and uses it to generate an HTML form. It has full support for JSON Schema version 3 and 4 and can integrate with several popular CSS frameworks (bootstrap, foundation, materialize and jQueryUI). GitHub: https://github.com/j...
by pmk65
Tue Dec 04, 2018 4:41 pm
 
Forum: Web Developer Talk
Topic: JSON Editor - Use JSON Schema to generate HTML form
Replies: 5
Views: 8048

Re: Local by FlyWheel Integration/Support

It seems like it's just a convenient way to install and run Wordpress so could you please elaborate what kind of integration do you have in mind? It's a full server setup like WAMP, but installs VirtualBox and uses Docker to run isolated containers for each site. So I think some pathmapping is need...
by pmk65
Fri Nov 23, 2018 12:42 am
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Local by FlyWheel Integration/Support
Replies: 3
Views: 3590

Re: Plugin Bug: Unknown type: 'TAction'

Does c:\test\file.php physically exist on the drive? No. I just want to be able to switch between filetypes/highlighting from my plugin. It wotks the 1st time I do it (provided that he file has been saved), but the 2nd time the filename is empty. I also set Editor.Modified = true, to indicate somet...
by pmk65
Tue Nov 20, 2018 4:20 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Plugin Bug: Unknown type: 'TAction'
Replies: 4
Views: 2633

Re: Plugin: Paste HTML Fragment v1.0

The utility and source codes can be downloaded at this link. http://upload.elektronshiki.ru/enigma/MySoft/GetClip/ PS: The GetClip utility is not a full analog of the original utility. It supports only parameters/frag and / html Great. I have updated and added the plugin to my Github repositories h...
by pmk65
Tue Nov 20, 2018 11:41 am
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Paste HTML Fragment v1.0
Replies: 5
Views: 10527

Documentation on properties in system .ini files

Provide documentation on the properties in the various system .ini files. Such as the files in "data/libraries" and "data/parsers". That would really help if you are going to try write your own parsers or frameworks. (Which could then be included in future versions of WeBuilder) ...
by pmk65
Tue Nov 20, 2018 2:14 am
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Documentation on properties in system .ini files
Replies: 1
Views: 2620

Re: Sorting a CSS with Rapid CSS

It depends on what you mean by "sorting". ;)

There's a couple plugins that can cleanup/sort CSS, like CSSCombWB, CSScomb with browserify and BeautifyWB. You can also run arbitrary Gulp/Nodejs tasks using the Gulp Taskrunner plugin.
by pmk65
Mon Nov 19, 2018 10:38 am
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Sorting a CSS with Rapid CSS
Replies: 1
Views: 1658

Re: Improve detection of installed browsers for "Preview in"

The Browser Auto detect still doesn't work properly. I don't have Opera installed on my system, yet it keeps showing Opera as one of the available browsers. (But with different links, depending on which button I press.) Before auto detect: https://i.imgur.com/KhBfVJV.png After Auto detect: https://i...
by pmk65
Sun Nov 18, 2018 2:38 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Improve detection of installed browsers for "Preview in"
Replies: 10
Views: 9835

Re: General discussion about plugins.

Im trying to read the contents of "\Program Files (x86)\WeBuilder 2018\data\newdoc.ini" in a plugin, but I have problems reading the sections starting with a "%", like [%types]. Do you need to escape the value in order to read those? [%types] htm css js vbs php ... [htm] Descript...
by pmk65
Sat Nov 17, 2018 7:11 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: General discussion about plugins.
Replies: 139
Views: 2953243

Re: Plugin Bug: Unknown type: 'TAction'

I don't see how it could have worked, because Sender for actions is not TScriptableDocument but either TAction itself or maybe the menu item or button that triggered the action... My mistake. When using events the Sender is a TScriptableDocument , and that was the one I was thinking of. ;p Regardin...
by pmk65
Fri Nov 16, 2018 4:06 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Plugin Bug: Unknown type: 'TAction'
Replies: 4
Views: 2633

Plugin Bug: Unknown type: 'TAction'

If I create a simple plugin with this code: function MyPlugin(Sender) { Script.Message("Sender: " + _t(Sender)); Script.Message("Sender FileName: " + _t(Sender.FileName)); } Script.RegisterAction("", "My Plugin", "", "MyPlugin"); Then I get...
by pmk65
Fri Nov 16, 2018 1:36 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Plugin Bug: Unknown type: 'TAction'
Replies: 4
Views: 2633

Re: Support for CSS Grid in Rapid PHP 2018

CSS Grid generators.

Online:
Shoelace - Generates CSS Grids fror Bootstrap.
CSS Grid Layout generator - Github


Offline:
CSS Grid Builder - Free tool for generating CSS Grids.
by pmk65
Fri Nov 16, 2018 12:54 am
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Support for CSS Grid in Rapid PHP 2018
Replies: 6
Views: 3983

Re: Plugin: Paste HTML Fragment v1.0

A good plugin, but unfortunately does not work with Cyrillic. And I think the problems with any non-Latin characters. I wrote my utility GetClip, it solves my problem with Cyrillic. You just need to replace the file GetClip.exe. https://youtu.be/vbwiaqOkX0A Thanks. I never thought of testing it wit...
by pmk65
Wed Nov 14, 2018 1:24 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Paste HTML Fragment v1.0
Replies: 5
Views: 10527

Re: Unused CSS

You can use postcss with postcss-uncss or others through the Gulp Taskrunner plugin.

You could also write a custom plugin, using the CSSCombWb as base. (This plugin runs a nodejs plugin that parses the editor content, so it should be fairly easy to change to a different nodejs command)
by pmk65
Wed Nov 14, 2018 1:04 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Unused CSS
Replies: 1
Views: 2396

Re: Bug: Editor constantly hangs with "Not responding"

I'm not sure whether you're using the latest version but if you are and you get the freezes, contact us here: https://www.webuilderapp.com/support-contact.php Say that you're from the forums and we'll give you special version of exe that detects frozen UI and generates bugreports which then we can ...
by pmk65
Fri Nov 09, 2018 12:33 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug: Editor constantly hangs with "Not responding"
Replies: 27
Views: 12711
PreviousNext

Return to advanced search