Search found 9 matches

by David
Thu Jun 24, 2010 10:53 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: a bar to show the integrated files
Replies: 6
Views: 4522

Re: a bar to show the integrated files

It's a may be a bug. If I try to open a File, which isn't located in the same path, WeBuilder isn't able to open the File, but displays in the error mesage the correct path.
Is the included file in the same folder, than WeBbuilder can open it.
by David
Thu Jun 24, 2010 10:37 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: a bar to show the integrated files
Replies: 6
Views: 4522

Re: a bar to show the integrated files

It's a relative path:

Code: Select all

require ('admin/formatierung.php'); 
.
But WeBuilder shows the correct full path ("Datei G:\UniServer3_3_UPX\diskw\www\karsten_php\inhalt\admin\formatierung.php nicht gefunden.").
by David
Thu Jun 24, 2010 10:03 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Automatic Code Formatter
Replies: 0
Views: 1815

Automatic Code Formatter

Hello, the PHP Formatter is a very usefull tool. What I miss, is a function, that allows to let the Formatter does his work automatically. In Visual Studion of Microsoft p. ex. there is the same function, but it works triggered by ";" for each line and by "}" for a code block. Z.B. //An unformatted ...
by David
Thu Jun 24, 2010 9:52 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code-Explorer "File not found"
Replies: 1
Views: 1435

Code-Explorer "File not found"

Hello, in php documents the Code-Explorer shows the included files, but if I try to open these via the Explorer, I only get the Message "Datei C:\WAMP\www\Beispiel\Beispiel.php nicht gefunden.". That means, he isn't able to finde the file, but the path is correct. Version: 10.2.0.120 Greets David
by David
Thu Jun 24, 2010 9:49 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: a bar to show the integrated files
Replies: 6
Views: 4522

Re: a bar to show the integrated files

But unfortunately i doesn't open the Files. I only get the Message "Datei nicht gefunden" (or File not found).
by David
Wed Jun 23, 2010 1:39 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Webuilder Feedback & Requests
Replies: 2
Views: 3334

Re: Webuilder Feedback & Requests

There are some interessting points, but whether or not some of them will realized in future..., only the developers know that.
by David
Wed Jun 23, 2010 10:45 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: a bar to show the integrated files
Replies: 6
Views: 4522

Re: a bar to show the integrated files

You are right!
I newer used the Code-Explorer before. :oops:
The Code Explorer works with PHP very well.
Then is my Suggest not necessary anymore.
Thank you!
by David
Wed Jun 23, 2010 8:52 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: a bar to show the integrated files
Replies: 6
Views: 4522

a bar to show the integrated files

Hello, is it possible, to integrate in future versions of Webuilder a bar, which shows all integrated files and allows, to jump to them? An Example: You have HTML Document and have a css file and some integrated java script files. Then you think, that the design insn't really good and you want to ...
by David
Tue Oct 13, 2009 10:31 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Format JavaScript Code doesn't work within PHP document
Replies: 1
Views: 1188

Format JavaScript Code doesn't work within PHP document

Hello, if I try to format JavaScript within PHP Code, I only get this Message: "The operation could not performed due to foloowing error: There are no embedded JavaScript code blocks in current file." I have embedded embedded JS within the html part with <script type="text/javascript"> code </script ...