Stumpi
Search found 31 matches
- Fri Jan 08, 2016 8:48 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Dividing line in toolbars
- Replies: 1
- Views: 2413
Re: Dividing line in toolbars
I have found it. 
Stumpi
Stumpi
- Fri Jan 08, 2016 7:20 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Dividing line in toolbars
- Replies: 1
- Views: 2413
Dividing line in toolbars
How do I get a vertical dividing line in my toolbars? I use WeBuilder.
Stumpi
Stumpi
- Fri Jan 08, 2016 7:11 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Delete Bookmarks
- Replies: 3
- Views: 2942
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
Stumpi
- Fri Jan 08, 2016 7:05 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Delete Bookmarks
- Replies: 3
- Views: 2942
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
Thanks for your help.
Stumpi
- Fri Jan 08, 2016 6:58 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: FTP auto login
- Replies: 2
- Views: 2340
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
Stumpi
- Wed Jan 06, 2016 8:32 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Delete Bookmarks
- Replies: 3
- Views: 2942
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
Stumpi
- Tue Jan 05, 2016 12:57 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: FTP auto login
- Replies: 2
- Views: 2340
FTP auto login
Is there a way to auto login via FTP at startup WeBuilder?
Stumpi
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: 5992
Re: Live preview over internet in WeBuilder
Thank you. HNY 2016 and best wishes to the Blumetal Team. 
Stumpi
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: 5992
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
Thank you for help, 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: 5992
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 ...
- 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: 3565
Re: PHP code within an HTML file in WeBuilder
Sorry, my mistake. That's what happens when I have highlighted
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
Code: Select all
<?php
?>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: 5992
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
Are my settings on the local Web server right?
Stumpi
- Tue Dec 29, 2015 11:25 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Different colors on Tabs based on file type
- Replies: 2
- Views: 3510
Re: Different colors on Tabs based on file type
This suggestion like very much.
Stumpi
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: 32908
Re: Get involved, help us do better job.
The program is fantastic. I have tested many programs intensively. WeBuilder is the best!
Stumpi
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: 3565
Re: PHP code within an HTML file in WeBuilder
Why not? Example:
This ist the default code when I create a new html file with WeBuilder.
Stumpi
Code: Select all
<!DOCTYPE html>
<html>
<head>
<title>Hello!</title>
</head>
<body>
<?php
echo("Hello, World!");
?>
</body>
</html>Stumpi