Hello,
can someone tell me why my WeBuilder 2025 IDE flickers every second.
Thanks Erich
PS: I'm using win11
Search found 11 matches
- Fri May 03, 2024 12:50 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: WeBuilder 2025 Ide (version 18.1.0.264) is flickering
- Replies: 0
- Views: 2646
- Fri Aug 27, 2021 1:06 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Wrap tabs to another line
- Replies: 2
- Views: 8013
Re: Wrap tabs to another line
Great idea 

- Fri Dec 11, 2020 3:33 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Javascript es6 support
- Replies: 1
- Views: 5304
es6 support folding and
To describe my wish a little better, I add these lines of code and the desire to support: - Code intelligence (code completion, suggestion features, ... ) in template literals like style.textContent = ` ... ` - syntax highlighting - folding of template literals ` ... `; in the template literal style ...
- Wed Dec 09, 2020 11:01 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Javascript es6 support
- Replies: 1
- Views: 5304
Javascript es6 support
Hello, I really enjoy using your webuilder and am currently working
on Javascript es6.
Do you plan a support in the next release. I mean, for example, folding etc for template literals.
Stay healthy
on Javascript es6.
Do you plan a support in the next release. I mean, for example, folding etc for template literals.
Stay healthy
- Fri May 01, 2020 11:34 am
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Plugin: Project Manager
- Replies: 4
- Views: 15821
Re: Plugin: Project Manager
Hi Dave! Congratulations, that's a great tool. Cleanly and clearly designed, so I was able to adapt it for myself. I have an own project ( outside of DocumentRoot ) for include-files that I use for several applications. Since I want to open these files automatically, I changed the line 293 from "if ...
- Mon Dec 23, 2019 10:49 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Empty Plugin menu items
- Replies: 3
- Views: 5126
Re: Empty Plugin menu items
Yes, that's it.
Thank you, and Merry Christmas and a Happy New Year!

Thank you, and Merry Christmas and a Happy New Year!
- Sun Dec 22, 2019 5:21 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Empty Plugin menu items
- Replies: 3
- Views: 5126
Empty Plugin menu items
I am using WeBuilder v 16.0.0.225 on windows 10
After deaktivating plugins i have empty Plugin menu items.
How can I repare this.
Thanks in advance
After deaktivating plugins i have empty Plugin menu items.
How can I repare this.
Thanks in advance
- Sun Nov 24, 2019 5:07 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: WeBuilder 2020 - Slow behavior? Solved.Avast slowed down
- Replies: 5
- Views: 4420
Re: WeBuilder 2020 - Slow behavior? Solved.Avast slowed down
Yes, my tests have a result.
Avast has reduced speed with its control routines.
I have entered the whole WeBuilder directory in Avast Anti-Virus
under Preferences / Exceptions and now WeBuilder works as fast as 2018!
Sorry for the inconvenience, but maybe it will help someone else too.
Many thanks
Avast has reduced speed with its control routines.
I have entered the whole WeBuilder directory in Avast Anti-Virus
under Preferences / Exceptions and now WeBuilder works as fast as 2018!
Sorry for the inconvenience, but maybe it will help someone else too.
Many thanks
- Sun Nov 24, 2019 4:01 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: WeBuilder 2020 - Slow behavior? Solved.Avast slowed down
- Replies: 5
- Views: 4420
Re: WeBuilder 2020 - Slow behavior?
Thanks for the quick reply.
Then my suspicions fall on my Avast anti-virus program.
I'll put WeBuilder in the exclusion list of Avast and test if it will be better for me.
Then my suspicions fall on my Avast anti-virus program.
I'll put WeBuilder in the exclusion list of Avast and test if it will be better for me.
- Sun Nov 24, 2019 1:05 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: WeBuilder 2020 - Slow behavior? Solved.Avast slowed down
- Replies: 5
- Views: 4420
WeBuilder 2020 - Slow behavior? Solved.Avast slowed down
Hi, I am using Windows10, WeBuilder 2020 16.0.0.220. I really like the new features, especially the split view and the possibility of the 'Customize Tab View'. Do you also see a slow behavior of the version 2020? I use WeBuilder again and again, and always find it very good. Nice that it is ...
- Sun Jan 06, 2019 4:41 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Previewing in Microsoft Edge Browser
- Replies: 8
- Views: 7346
Re: Previewing in Microsoft Edge Browser
My Approach with a Little script! Options -> External Programs -> Add Name Path Params: Edge C:\Scripts\StartEdge_From_Webuilder.vbs "%file" -> OK The Script: Set Param = WScript.Arguments Set objShell = CreateObject("Wscript.Shell") objShell.Run("cmd.exe /C start microsoft-edge:http:" + Replace ...