Search found 31 matches

by Stumpi
Fri Jan 08, 2016 8:48 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Dividing line in toolbars
Replies: 1
Views: 2322

Re: Dividing line in toolbars

I have found it. :)

Stumpi
by Stumpi
Fri Jan 08, 2016 7:20 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Dividing line in toolbars
Replies: 1
Views: 2322

Dividing line in toolbars

How do I get a vertical dividing line in my toolbars? I use WeBuilder.

Stumpi
by Stumpi
Fri Jan 08, 2016 7:11 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Delete Bookmarks
Replies: 3
Views: 2813

Re: Delete Bookmarks

I forgot something. I do not like something on the bookmark function. The highlighted line gets a colored background, so far everything is good. But the code is completely black. Do not show any syntax coloring, which is not so good. Can you please the improve?

Stumpi
by Stumpi
Fri Jan 08, 2016 7:05 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Delete Bookmarks
Replies: 3
Views: 2813

Re: Delete Bookmarks

I'm getting old. I have seen only the Delete button for all the bookmarks. Simply click on each bookmark again, this idea I had not. :?
Thanks for your help.

Stumpi
by Stumpi
Fri Jan 08, 2016 6:58 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: FTP auto login
Replies: 2
Views: 2238

Re: FTP auto login

Most of the time yes. If it does not work that is not a problem. Thank you for the nice program. :)

Stumpi
by Stumpi
Wed Jan 06, 2016 8:32 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Delete Bookmarks
Replies: 3
Views: 2813

Delete Bookmarks

How can I delete the bookmarks separately in WeBuilder? If that is not possible, can you integrate this into the context menu?

Stumpi
by Stumpi
Tue Jan 05, 2016 12:57 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: FTP auto login
Replies: 2
Views: 2238

FTP auto login

Is there a way to auto login via FTP at startup WeBuilder?

Stumpi
by Stumpi
Thu Dec 31, 2015 5:25 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Live preview over internet in WeBuilder
Replies: 9
Views: 5734

Re: Live preview over internet in WeBuilder

Thank you. HNY 2016 and best wishes to the Blumetal Team. :)

Stumpi
by Stumpi
Wed Dec 30, 2015 8:19 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Live preview over internet in WeBuilder
Replies: 9
Views: 5734

Re: Live preview over internet in WeBuilder

Yes it works for local files. But I had actually liked this for files that have been opened via FTP. Is this may be possible in a later version, or via a plugin?

Thank you for help, Stumpi
by Stumpi
Wed Dec 30, 2015 3:12 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Live preview over internet in WeBuilder
Replies: 9
Views: 5734

Re: Live preview over internet in WeBuilder

The url is correct. My default browser is google chrome. Here all runnig well. Now I have tried with IE, Firefox and Safari. Here I get an error 403. I have any set and changed. It's not working. I tried the whole day there, no chance. After testing Xampp, I also installed and tested Wamp. Here I ...
by Stumpi
Wed Dec 30, 2015 10:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: PHP code within an HTML file in WeBuilder
Replies: 4
Views: 3446

Re: PHP code within an HTML file in WeBuilder

Sorry, my mistake. That's what happens when I have highlighted

Code: Select all

<?php

?>
in any open file and then create a new HTML-File. The new file is an PHP-file, not HTML. You're right. Apologies, I have seen wrong.

Stumpi
by Stumpi
Tue Dec 29, 2015 11:33 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Live preview over internet in WeBuilder
Replies: 9
Views: 5734

Re: Live preview over internet in WeBuilder

I have now found this plugin http://forums.blumentals.net/viewtopic.php?f=33&t=6133, I'll try it.

Are my settings on the local Web server right?

Stumpi
by Stumpi
Tue Dec 29, 2015 5:25 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Get involved, help us do better job.
Replies: 2
Views: 32416

Re: Get involved, help us do better job.

The program is fantastic. I have tested many programs intensively. WeBuilder is the best!

Stumpi
by Stumpi
Tue Dec 29, 2015 5:17 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: PHP code within an HTML file in WeBuilder
Replies: 4
Views: 3446

Re: PHP code within an HTML file in WeBuilder

Why not? Example:

Code: Select all

<!DOCTYPE html>
<html>
<head>
  <title>Hello!</title>
</head>

<body>
<?php
echo("Hello, World!");
?>
</body>
</html>
This ist the default code when I create a new html file with WeBuilder.

Stumpi