Search found 2435 matches

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: 742

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: 2
Views: 3561

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: 2293

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: 1804

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: 18
Views: 53116

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: 19
Views: 15142

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: 8
Views: 5097

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: 8
Views: 5097

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: 8
Views: 5097

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: 19
Views: 15142

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.
by Aivars
Tue Mar 05, 2024 9:26 am
Forum: Announcements
Topic: Update: 2025 Beta (AI introduction, free for everybody)
Replies: 19
Views: 15142

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

I'm trying to reproduce the highlighting issue but I'm having no luck, can you spot if I'm doing something differently?
Video capture: https://1drv.ms/v/s!Ah2hh3juUZeuiJpLzV7 ... Q?e=0ZDTgk
by Aivars
Mon Mar 04, 2024 10:24 am
Forum: Announcements
Topic: Update: 2025 Beta 3
Replies: 2
Views: 2874

Re: Update: 2025 Beta 3

Hi,

the situation with AI APIs is rapidly evolving and we are open to adding more engines. For now, Gemini API is not available in EU for whatever reason, so we would need to wait on that for proper evaluation of the API.
by Aivars
Fri Mar 01, 2024 6:07 pm
Forum: Announcements
Topic: Update: 2025 Beta (AI introduction, free for everybody)
Replies: 19
Views: 15142

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

I require some more information because I can't reproduce some of the issues. I'd like to work on them but I need some way to trigger them on my computer. 1. More info required: could you send a video? I'm trying to reproduce this and what happens is the collapsed area auto-expands to select the ...
by Aivars
Mon Feb 26, 2024 10:12 pm
Forum: Announcements
Topic: Update: 2025 Beta (AI introduction, free for everybody)
Replies: 19
Views: 15142

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

I think your concerns are valid and I will bring this up to Karlis.
by Aivars
Mon Feb 26, 2024 4:32 pm
Forum: Announcements
Topic: Update: 2025 Beta (AI introduction, free for everybody)
Replies: 19
Views: 15142

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

If you use "write code" it does not use the selected code because it's supposed to write a new code snippet or function or whatever, and it will always attempt to insert the written code immediately (unless there are multiple code blocks returned or so). You should be using "modify code" for ...