a bar to show the integrated files

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
David
Posts: 9
Joined: Tue Oct 13, 2009 10:11 pm

a bar to show the integrated files

Post by David »

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
User avatar
MikeyB
Top Contributor
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK
Contact:

Re: a bar to show the integrated files

Post by MikeyB »

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
David
Posts: 9
Joined: Tue Oct 13, 2009 10:11 pm

Re: a bar to show the integrated files

Post by David »

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!
David
Posts: 9
Joined: Tue Oct 13, 2009 10:11 pm

Re: a bar to show the integrated files

Post by David »

But unfortunately i doesn't open the Files. I only get the Message "Datei nicht gefunden" (or File not found).
User avatar
MikeyB
Top Contributor
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK
Contact:

Re: a bar to show the integrated files

Post by MikeyB »

David wrote:But unfortunately i doesn't open the Files. I only get the Message "Datei nicht gefunden" (or File not found).
Works for me when I try it, I guess it's having trouble finding the path?
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>
then the file opens in Firefox rather the WeBuilder, but if it's a relative path then it opens fine.
David
Posts: 9
Joined: Tue Oct 13, 2009 10:11 pm

Re: a bar to show the integrated files

Post by David »

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.").
David
Posts: 9
Joined: Tue Oct 13, 2009 10:11 pm

Re: a bar to show the integrated files

Post by David »

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.
Post Reply