Search found 2440 matches

by Aivars
Wed May 14, 2025 2:24 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Is there a "Go To Top" button and I'm just missing it?
Replies: 1
Views: 74

Re: Is there a "Go To Top" button and I'm just missing it?

The easiest way is to press Ctrl + Home (and Ctrl + End to jump to the end of the document).
by Aivars
Wed Apr 16, 2025 1:08 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Incorrect editor behaviour
Replies: 1
Views: 1157

Re: Incorrect editor behaviour

We have fixed this in WeBuilder 2025. We can't fix it in the old versions because when we upgrade the environment, Chromium etc, the old versions don't compile anymore, so please consider upgrading.
by Aivars
Wed Apr 16, 2025 1:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Rapid PHP - How to set the default folder for 'Save As'
Replies: 1
Views: 1937

Re: Rapid PHP - How to set the default folder for 'Save As'

If you are using a project, it will default to the project folder. Switch to a generic project with "PHP code" folder set to its root, if you always want to use that folder.
by Aivars
Wed Apr 16, 2025 1:05 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Issue with Find in Files and Replace in Files - shutters
Replies: 1
Views: 534

Re: Issue with Find in Files and Replace in Files - shutters

Please try the newest update and let me know if it helps.
by Aivars
Wed Apr 16, 2025 1:05 pm
Forum: Announcements
Topic: Update: 2025 18.3.0.267
Replies: 2
Views: 734

Re: Update: 2025 18.3.0.267

One of the small updates was fixing find/replace panel resizing issues. If you had problems with this and the panel flickering and changing its size back and forth, please try this update. Let me know if you still have this issue, it's really difficult to fix as none of us can reproduce it, but we ...
by Aivars
Tue Oct 22, 2024 4:51 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: WeBuilder Search and Replace Window Jumps
Replies: 2
Views: 1791

Re: WeBuilder Search and Replace Window Jumps

I can reproduce the single <-> multiline switching issue and we will try to fix it but what do you mean "window is scrambled"? Could you please send a screenshot to support? https://www.webuilderapp.com/support-contact.php
by Aivars
Sat Apr 13, 2024 9:04 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 10058 error when opening ftp
Replies: 1
Views: 5085

Re: 10058 error when opening ftp

Hi, the new version (2025) has added support for newer cipher algorithms and for the new version of Putty keys. Please try if you can connect to your SFTP servers with WeBuilder 2025. If that works then you have an option to upgrade. Alternatively you can try to configure the SFTP servers to use ...
by Aivars
Thu Apr 11, 2024 8:33 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to set-up a Symfony Projekt for using Code suggestion?
Replies: 3
Views: 3540

Re: How to set-up a Symfony Projekt for using Code suggestio

Is it possible to create a test account in your FTP server for us to take a look at? Sometimes FTP servers can act in non-standard ways and then we need to add some workarounds.
Please contact us here: https://www.rapidphpeditor.com/support-contact.php
by Aivars
Sat Mar 30, 2024 11:37 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Interface action unexpected
Replies: 2
Views: 3097

Re: Interface action unexpected

Even though this isn't a new behavior introduced by beta, I can see why you would expect the expanded branches to stay expanded. I will add this to the user requests.
by Aivars
Wed Mar 20, 2024 10:44 am
Forum: Announcements
Topic: Happy Customers: Testimonials are very needed
Replies: 17
Views: 56975

Re: Happy Customers: Testimonials are very needed

This is probably the wrong section for the question, but anyways, in the Publish dialog you can select the files with mouse (hold Ctrl or Shift to select multiple) then right click and Mark Selected as Published.
by Aivars
Mon Mar 11, 2024 2:08 pm
Forum: Announcements
Topic: Update: 2025 Beta (AI introduction, free for everybody)
Replies: 18
Views: 25407

Re: Update: 2025 Beta (AI introduction, free for everybody)

I can't reproduce that problem. Here is how it looks for me: webuildercpu.png I've reviewed the previous changes in the codebase between 247 and 248 and I don't see anything that could affect CPU, so this is a mystery. Could you try disabling all plugins, close File Explorer and other panes in ...
by Aivars
Mon Mar 11, 2024 10:04 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Format javascript code Webuilder 2022 vs 2025
Replies: 5
Views: 6780

Re: Format javascript code Webuilder 2022 vs 2025

One more thing - you can add this before the line that you don't want changed:
// prettier-ignore
by Aivars
Mon Mar 11, 2024 10:01 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Format javascript code Webuilder 2022 vs 2025
Replies: 5
Views: 6780

Re: Format javascript code Webuilder 2022 vs 2025

Were you actively using the old formatter? We might bring it back as a legacy command, but it's really old and every time I've tried to use it, I could not find the configuration that formats well in the modern style. The philosophy behind the new formatter is to make every code look the same so ...
by Aivars
Sun Mar 10, 2024 9:57 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Format javascript code Webuilder 2022 vs 2025
Replies: 5
Views: 6780

Re: Format javascript code Webuilder 2022 vs 2025

Hi - in JavaScript formatter dialog, go to Misc tab and set "Line width for wrapping" to something larger e.g. 150 - this controls when your long lines get split for readability. And in "JavaScript" tab you can set quote style to Double quotes.
by Aivars
Wed Mar 06, 2024 9:32 am
Forum: Announcements
Topic: Update: 2025 Beta (AI introduction, free for everybody)
Replies: 18
Views: 25407

Re: Update: 2025 Beta (AI introduction, free for everybody)

That is an excellent observation and I can reproduce the issue now, thanks. I'll add it to the bug list and hopefully we can fix it during this beta.