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 change it.
Now, you would go to "File --> Open" or the File/Projekt explorer and search for the file, but with the new bar --> one click and that's it.
The same goes for php files (included with require and include).
In my opinion that would be a great function.
Greets,
David
a bar to show the integrated files
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Re: a bar to show the integrated files
This already exists, at least for HTML (and ASP) files.
What you want is the Code Explorer, turn this on from the View menu, you'll then get a list that not only shows links to CSS and JavaScript files, but any images links etc in the file.
Don't know how well it works with PHP as I don't do any PHP.
Mike
What you want is the Code Explorer, turn this on from the View menu, you'll then get a list that not only shows links to CSS and JavaScript files, but any images links etc in the file.
Don't know how well it works with PHP as I don't do any PHP.
Mike
Re: a bar to show the integrated files
You are right!
I newer used the Code-Explorer before.
The Code Explorer works with PHP very well.
Then is my Suggest not necessary anymore.
Thank you!
I newer used the Code-Explorer before.

The Code Explorer works with PHP very well.
Then is my Suggest not necessary anymore.
Thank you!
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).
Re: a bar to show the integrated files
Works for me when I try it, I guess it's having trouble finding the path?David wrote:But unfortunately i doesn't open the Files. I only get the Message "Datei nicht gefunden" (or File not found).
I did notice that when I reference a JavaScript or CSS file with a full url eg
Code: Select all
<script type="text/javascript" src="http://www.example.com/example.js"></script>
Re: a bar to show the integrated files
It's a relative path: .
But WeBuilder shows the correct full path ("Datei G:\UniServer3_3_UPX\diskw\www\karsten_php\inhalt\admin\formatierung.php nicht gefunden.").
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.").
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.
Is the included file in the same folder, than WeBbuilder can open it.