Search found 27 matches
- Sun Dec 17, 2023 8:46 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Where is the library of snippets stored?
- Replies: 1
- Views: 3239
Where is the library of snippets stored?
Long-time user, currently using RapidPHP 16.3.0.231 on Win10. My desktop PC had to go in the shop, so I used a Macrium image backup to move my environment to a laptop temporarily. That included installing RapidPHP. I mounted the backup image on the laptop, and copied everything I could find for ...
- Sun Sep 10, 2023 6:50 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Tool to match open/close php tags
- Replies: 1
- Views: 10276
Tool to match open/close php tags
Using RapidPHP 17.7 (ever since version 10.0) One of the most annoying and frustrating bugs in writing view scripts containing php code intermingled with html, is when the closing '?>' tag for matching an opening '<?php' tag is missing. I would naively think it easy to make the nice button that ...
- Sun Sep 10, 2023 6:36 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Freezing and crashing seem related to quotes
- Replies: 0
- Views: 3416
Freezing and crashing seem related to quotes
Long-time user of RapidPHP since version 10, now running 17.7.0.248. I've been encountering freezes and crashes way too often, and have let the little "seems to be frozen" dialog box submit reports for me a couple of times. For a while, the behavior seemed to be random, but I've noticed that a ...
- Sun Sep 10, 2023 6:17 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Not sure how to use snippets and library anymore
- Replies: 0
- Views: 5620
Not sure how to use snippets and library anymore
Hi, I've been using RapidPHP for a long time (since version 10), have upgraded many times, now on 17.7. I used to use snippets occasionally and defined a couple, e.g. a template for writing transactions in Doctrine 1.2. I now find that I no longer remember how to use them. If I go to the main navbar ...
- Tue Apr 17, 2018 6:17 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Code Explorer: functions alphabetic without separate private
- Replies: 16
- Views: 17388
Re: Code Explorer: functions alphabetic without separate pri
Oops, spoke a little too soon when I said all better. It looked good on my real life code, but I then tried the simple example I posted earlier. It looked good at first, but then I turned off the "List variables" option. Doing that removed $st1 from the display, but $st2 and $st3 were still shown ...
- Tue Apr 17, 2018 6:07 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Code Explorer: functions alphabetic without separate private
- Replies: 16
- Views: 17388
Re: Code Explorer: functions alphabetic without separate pri
Yup, looks all better now with 15.0.0.201, thanks! By the way, I did notice that when exiting the program (with 57 files open), there was quite a long pause with the Windows "busy" cursor displayed and a pop-up window titled "Related Products" that was empty. If I clicked the "Close" button on that ...
- Mon Apr 16, 2018 8:18 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Code Explorer: functions alphabetic without separate private
- Replies: 16
- Views: 17388
Re: Code Explorer: functions alphabetic without separate pri
Great, thanks! Looking at some real code, it does seem to be the case that the only problem is that the alphabetical list of method functions is broken into sections by alphabetical lists of properties. And if I turn off the option to list variables, then I get the single contiguous list of method ...
- Sat Apr 14, 2018 2:56 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Code Explorer: functions alphabetic without separate private
- Replies: 16
- Views: 17388
Re: Code Explorer: functions alphabetic without separate pri
I wasn't even aware of the "List Variables" option. So that would seem to provide a workaround for my primary complaint about finding the definition of a method function based on a call site (I use the PEAR naming convention, such that the class name maps to the library-relative pathname of the file ...
- Fri Apr 13, 2018 8:19 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Code Explorer: functions alphabetic without separate private
- Replies: 16
- Views: 17388
Re: Code Explorer: functions alphabetic without separate pri
Your example source code has only function definitions, they are defined in alphabetical order, and it looks like you haven't clicked the option to list alphabetically. Try this source code: <?php static $st1; class QT { static $st2; private static $st3; protected static $st4; public function z ...
- Fri Apr 13, 2018 7:36 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RapidPHP 2018 (15.0.0.199) requires PHP 5.6 minimum?
- Replies: 2
- Views: 2248
Re: RapidPHP 2018 (15.0.0.199) requires PHP 5.6 minimum?
Okay, thanks, I was hoping that would be true, but it was pretty jarring to see the formatter just fail with no explanation. Maybe a good idea to change the message to give an explicit clue about this. And/or document it as a change, with your explanation that the version requirement for the ...
- Fri Apr 13, 2018 5:50 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RapidPHP 2018 (15.0.0.199) requires PHP 5.6 minimum?
- Replies: 2
- Views: 2248
RapidPHP 2018 (15.0.0.199) requires PHP 5.6 minimum?
This is largely copied from a reply I made to the announcement of RapidPHP 2018 http://forums.blumentals.net/viewtopic.php?f=15&t=7417#p25952 Since I consider it a bug, and would like a reply, I thought it would be better to post it as a new topic. I think you will be better off contacting the ...
- Thu Apr 12, 2018 3:28 pm
- Forum: Announcements
- Topic: Update: 2018 15.0.0.199
- Replies: 13
- Views: 27861
Re: Update: 2018 15.0.0.199
[quote="Aivars"]I think you will be better off contacting the support here https://www.webuilderapp.com/support-contact.php. We will need to find out info about your configuration to try to figure out what the problem could be. To me, I suspect than PHP version might be at fault. Go to menu Options ...
- Thu Apr 12, 2018 2:54 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Code Explorer: functions alphabetic without separate private
- Replies: 16
- Views: 17388
Re: Code Explorer: functions alphabetic without separate pri
Very disappointed to see this isn't fixed in the 2018 major update
Did you have a change of heart, or did it get lost?

- Fri Feb 10, 2017 6:35 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Code Explorer: functions alphabetic without separate private
- Replies: 16
- Views: 17388
Re: Code Explorer: functions alphabetic without separate pri
Okay, great, thanks. Though if there are users who like the current behavior, it might be kinder to them to change the current "choose order" button to have three states, or make it a drop-down selection. (Doing that would also allow the change to be made as a minor update rather than waiting for ...
- Fri Feb 10, 2017 7:21 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Code Explorer: functions alphabetic without separate private
- Replies: 16
- Views: 17388
Code Explorer: functions alphabetic without separate private
RapidPHP 14.2.0.186 I don't remember what version changed this (and maybe I'm wrong and the behavior hasn't changed, but I don't think so). When I see a function call, it's very often the case that I want to see the definition of that function. Most function definitions in my code appear within ...