Search found 8 matches

by Acuario
Sun Feb 09, 2025 8:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Incorrect editor behaviour
Replies: 1
Views: 1159

Incorrect editor behaviour

WeBuilder 2022 Version 17.7 (17.7.0.248) Hi, if I pop a document from the documents in the tabs out of the main IDE to edit it the autocomplete flips the cursor back to the main IDE when completing. Example: If in my popped out window I type: function foo( autocomplete adds the closing ) but the ...
by Acuario
Tue Oct 20, 2020 6:51 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: F2 preview not working
Replies: 4
Views: 4941

Re: F2 preview not working

Version 16.2(16.2.0.229)
For me, yes, exactly the same, F2 doesn't work, Tools/Preview doesn't work.
The preview tab on the bottom of the editor page does work though, as does F9 (I have assigned to open Chrome)
by Acuario
Tue May 12, 2020 9:22 am
Forum: Announcements
Topic: Update: 2020 16.1.0.227
Replies: 4
Views: 10846

Re: Update: 2020 16.1.0.227

F2 preview still not working.. I press F2, the Icon changes to working (spinning circle) then back to normal and nothing happens..
by Acuario
Mon Jan 27, 2020 9:17 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: F2 preview not working
Replies: 4
Views: 4941

F2 preview not working

Version 16.0 (16.0.0.255) The F2 preview does not work. I also tried re-assigning the preview key to Ctrl+F2 but that doesn't work either so I set it back to just F2 which still fails to work. Even stranger; With a .html file nothing happens With a .css file it opens a new tab with prev0~.htm file ...
by Acuario
Mon Jan 27, 2020 9:01 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Don't break the preview on websocket errors
Replies: 1
Views: 5845

Don't break the preview on websocket errors

My html page has a websocket to connect to my server. Obviously in the preview this is not used but it throws an error dialog box which requires an action. Can websocket errors be ignored as they are not relevant to the preview. Code that causes the error: var host = location.hostname; function ...
by Acuario
Mon Jan 27, 2020 8:49 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Automatic refresh option
Replies: 2
Views: 6266

Automatic refresh option

When editing a css file it would be a great feature to have the web page preview automatically refresh either periodically (every couple of seconds for example) or even better when the CSS file has been modified and saved. I often have the CSS edit open as a separate floating window so to see my ...
by Acuario
Mon Jan 27, 2020 8:44 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Use unsaved CSS changes in preview
Replies: 0
Views: 4359

Use unsaved CSS changes in preview

Often I make changes in the CSS file that I would like to see reflected in the preview. At the moment I have to remember to save the changes before opening the html file preview (and often I forget!) It would be great to have the CSS changes applied to the html file without having to previously save ...
by Acuario
Wed Dec 18, 2019 10:19 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Add gzip support to preview
Replies: 0
Views: 3874

Add gzip support to preview

Not sure if this is possible or not (I guess everything is one way or another) but would it be possible to ad support for gzip compressed files when using preview? i.e. I have the following: In my HTML file: <script src="js/jquery.min.js"></script> In my js directory I have jquery.min.js.gz I would ...