Search found 3 matches

by abhsihekrobotics
Mon Mar 11, 2024 2:09 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: The process is constantly taking up 25-30 percent of the CPU
Replies: 3
Views: 5401

Re: The process is constantly taking up 25-30 percent of the

I had the same issue . the cpu usage is because of the rapid php is busy indexing the project files
to solve this go to
projects > manage projects > edit any project and remove everything from library paths and save.
restart application and cpu usage will be normal.
by abhsihekrobotics
Wed Oct 04, 2023 12:00 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: code copy issue when code is folded
Replies: 1
Views: 4772

code copy issue when code is folded

i have downloaded latest rapidphp installed on windows 7 64 bit issue i am facing is 1) when the code is copy from folded code only visible part is copied and rest of the code is not available. also sometimes the folded code disappear from file and only visible part is left . 2) Also i see that in ...
by abhsihekrobotics
Sun Sep 17, 2023 6:10 pm
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Make File Explorer path follow tabs
Replies: 7
Views: 18748

Re: Plugin: Make File Explorer path follow tabs

Their is error in the code provided missing bracket in the end correct code is function OnDocFocus(Doc) { if ((Actions.IsChecked("ActFileExplorer") && (Script.ReadSetting("Enabled", "1") == "1"))) { Actions.Execute("ActActivateFolderOfCurrentFile"); } }