Search found 6 matches
- Wed Jun 30, 2021 8:37 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: php 8 syntax highlighting
- Replies: 0
- Views: 3096
php 8 syntax highlighting
Hi! I've Googled extensively but cannot find anything: is there php 8 syntax highlighting available? I am using RapidPhp 2018 (I have 2020 but it doesn't work well on WebDrives -- very slow --, so I went back to 2018), and I notice php8 highlighting is not supported. This should be as simple as ...
- Fri Mar 19, 2021 11:29 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Reset toolbar commands?
- Replies: 0
- Views: 2022
Reset toolbar commands?
Hi! I am using Rapid PHP 2018, latest version. I also have Rapid PHP 2020 installed but it has too many problems for me, so I don't use it. I notice that I cannot find some commands when I try to customize toolbars. Also, de commands in Categorie "PHP Debugger" shows what should be in category ...
- Mon Mar 30, 2020 6:56 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Include path of php to be recognized in code explorer
- Replies: 0
- Views: 2707
Include path of php to be recognized in code explorer
Hi! I would love to click on the required and included files in the code explorer, and that Rapid PHP (2018) would open them. However, php has an include path, and rapid PHP does not seem to have one effective for the code explorer. So it just keeps on telling me those files do not exist. They exist ...
- Sat Dec 14, 2019 10:49 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Rapid PHP 2020 - no auto complement/function lookup anymore
- Replies: 3
- Views: 3545
Re: Rapid PHP 2020 - no auto complement/function lookup anym
I think I am onto a bug. Compare the two images. https://i.ibb.co/Cv5C0ZV/doesntfindit.png Here it doesn't recognise the include path and thus the include file and thus the functions in it. However, if I just move the include a few lines down, it works. https://i.ibb.co/VB6N30V/findsit.png ALL ...
- Sat Dec 14, 2019 10:26 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Rapid PHP 2020 - no auto complement/function lookup anymore
- Replies: 3
- Views: 3545
Re: Rapid PHP 2020 - no auto complement/function lookup anym
PS. The Code Explorer and the File explorer both work fine. It really has something to do with that library.
- Sat Dec 14, 2019 10:24 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Rapid PHP 2020 - no auto complement/function lookup anymore
- Replies: 3
- Views: 3545
Rapid PHP 2020 - no auto complement/function lookup anymore
Hi! Newest version of RapidPhp 2020. 16.0.0.225 In Rapid PHP I always worked without a problem with a webdrive. That is Windows drive letter mapped to a directory on a remote webserver (with FTP as underlying technique). This way I can use local path names to directly work on our test server. That ...