Show folder/filename in tabs

Hello folks,
When opening a new file in dreamweaver the tab looks like "index.php" or whatever the file is called. But I'm working with a MVC construction and I happen to use the following folder structure.
controllers/main.php
views/main.php
models/main.php
As you can see the folder names are different, but the filenames are the same. Whenever I open all three files, my tabs look like: [main.php] [main.php] [main.php]. This is realy confusing as I never know in which file I am working.
I was wondering if it is possible to include the foldername in a tab. In this case my tabs would look like [controllers/main.php] [views/main.php] [models/main.php].
Any chance? If yes, could you explain to me how Ill be able to manage this?
Thanks in advance!

Also this one (on the code view toolbar)!

Similar Messages

  • How to show filesystem(filenames from a folder) in SSRS

    Hallo everyone,
    I haved already tried the following solutions
    http://forums.asp.net/t/1422162.aspx?System+Security+SecurityException+Request+for+the+permission+of+type+System+Security+Permissions+FileIOPermission+mscorlib+Version+2+0+0+0+Culture+neutral+PublicKeyToken+b77a5c561934e089+failed+
    AND
    http://stackoverflow.com/questions/8476231/ssrs-custom-code
    Both didn't work.
    My problem is:
    What I want is to show all filenames from a certain folder in SSRS.
    I started with custom code in SSRS:
    Public Function getArrayOfFilename(pathname As String) as Array
    Dim arrayOfFilename As String() = System.IO.Directory.GetFiles(pathname)
    System.Array.Sort(Of String)(arrayOfFilename)
    Return arrayOfFilename
    End Function
    My questions are:
    1. If I try to call this function in a textbox like this:
    getArrayOfFilename("C:\Help\")
    then I get this error:
    [rsRuntimeErrorInExpression] The Value expression for the textrun ‘Textbox8.Paragraphs[0].TextRuns[0]’ contains an error: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    2. Can I use this array as a dataset to carete a list or table  in SSRS?
    Thanks for any hint!

    The error message is related to permission. You are trying to access the file system object of the reporting server.
    Moreover creating a dataset from a custom code can be challenge, instead we can simply use TSQL to do this.
    ----------------- RUN TO ENABLE COMMAND SHELL
    EXEC sp_configure 'xp_cmdshell', 1;
    GO
    -- To update the currently configured value for this feature.
    RECONFIGURE;
    ----------------------QUERY
    DECLARE @folder VARCHAR(100) = 'C:\TESTING'
    DECLARE @DOSCommand varchar(1024); SET @DOSCommand =  'dir ' + @folder +'\'  + ' /A-D  /B'
    EXEC MASTER.dbo.xp_cmdshell @DOSCommand
    Regards, RSingh

  • "show my windows and tabs from last time" does not work after upgrade to 8.01

    After I upgraded to the latest v8.01 I have lost all my tabbed sites and even when trying to add them and save them with the Tools>Options>General>Start up>when Firefox starts selected feature "show my windows and tabs from last time" it does not hold the saved sites and when browser is restarted it always loses all the tabs and only shows one tab with Firefox home webpage. I need to have several sites open to work and the only way to do that now is to make sure I click the "Use current pages" under General Option in Tools. It is getting very annoying because I keep changing my tabs to different websites during a session and I am used to just closing the browser, relying on having them all back in when restarting Firefox.

    Make sure that you do not use Clear Recent History to clear the <i>Browsing History</i> when you close Firefox.
    *https://support.mozilla.com/kb/Clear+Recent+History
    *https://support.mozilla.com/kb/Firefox+does+not+ask+to+save+tabs+and+windows+on+exit
    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the sessionstore.js [2] file and possible sessionstore-##.js [3] files with a number and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js
    * [3] http://kb.mozillazine.org/Multiple_profile_files_created

  • The option in Tools/Options to show my windows and tabs from last time has suddenly stopped working and all tabs are deleted when Firefox is re-opened.

    For some unknown reason this option has died. I have not changed anything and checked that the setting is correct. How do i get it working again. I work across a number of tabs at a time and have now lost a session and cannot recall all the websites concerned.

    You can check the browser.sessionstore.* prefs on the <b>about:config</b> page and reset user set (bold) browser.sessionstore.*prefs to the default value via the right-click context menu to make sure that Session Restore is enabled and working properly.
    *http://kb.mozillazine.org/Session_Restore
    *https://support.mozilla.org/kb/restore-previous-session
    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox profile folder that store session data.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox profile folder.
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Multiple_profile_files_created
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost and you will have to recreate them (make a note or bookmark them if possible).

  • I do not have the "new Tab" showing alongside my exsisting Tab(s) How do I get it back?

    I cannot open a new Tab because the "New Tab" is not showing alongside my existing Tabs.
    I can open a new tab with crtl T and by going File - New Tab.
    I am running latest Firefox.
    I think this problem occurred when it updated from the beta 5 that I was running.
    Beta 5 was removed because it did not return me to my home page on restarting. It brought up my last visited page

    Firefox is customizable, you can drag the new tab button from one toolbar to another or return it to the customize dialog box. When on the Tabs Bar bar it looks like a Plus sign with a black "+", when on the navigation bar it looks like a white "+" and a black background of filing cabinet folder. Look at the [http://dmcritchie.mvps.org/icons/fx4toolbars.png Before/After] customizations of my own toolbars. I think you have the new tab button next to the tabs but with tabs bar on top it is so confusing.
    You can make Firefox 4.0.1 look like Firefox 3.6.17, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 look like 3.6)]

  • What is wrong? The "show my windows and tabs from last time" has not been working these past two or three days. It was fine before. Ive changed nothing except the last update from you. Thank you.

    What is wrong? The "show my windows and tabs from last time" has not been working these past two or three days. It was fine before. Ive changed nothing except the last update from you. Thank you.

    Make sure that you do not use "Clear Recent History" to clear the "Browsing History" when Firefox is closed because that prevails and prevents Firefox from opening tabs from the previous session.
    * https://support.mozilla.com/kb/Clear+Recent+History
    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/Session_Restore
    * http://kb.mozillazine.org/sessionstore.js
    If you use cleanup software like CCleaner then make sure that Session is unchecked in the settings for the Firefox application.

  • I have macbook mid 2009, with os leopard and I updated it till yosemite now while deleting partition I erased the main hitachi drive , now I have no backups and while switching on it shows folder with question mark,inserting the grey dvd it keep spin

    Have macbook mid 2009, with leopard,  updated to yosemite,  while erasing partition erased hd, dot have backups, powerup shows folder with question mark, inserting grey dvd shows apple and spinning wheel, please help

    Clean Install of Snow Leopard
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. Be sure you configure your initial admin account with the exact same
             username and password that you used on your old drive. After you finish Setup
             Assistant will complete the installation after which you will be running a fresh
             install of OS X.  You can now begin the update process by opening Software
             Update and installing all recommended updates to bring your installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1. From here you can upgrade to Yosemite by re-downloading it from the Purchases page in the App Store.

  • I want to have all my tabs return after closing. In Tools/Options/General/ I have' Show my Windows and Tabs from last time' checked, but it does not work. When I open FF again none of my formerly open Tabs show... FF v.4.

    When I open FF up again after I have closed it, I want all tabs to return. In Tools/Options/General/ I have' Show my Windows and Tabs from last time' checked-does not work. In addition, the feedback window fails to 'Submit...!'

    Some things to check:
    #'''Browsing history must be saved'''
    #*Firefox button: Firefox button > Options > Options > Privacy > [X] Remember my browsing history
    #*Menu Bar: Tools > Options > Privacy > [X] Remember my browsing history
    #'''Also make sure you do not clear "Browsing History" when using Clear Recent History or when closing Firefox'''
    #*Using Clear Recent History
    #**Firefox button: Firefox button > History >Clear Recent History
    #**Menu Bar: Tools > Clear Recent History
    #*When closing Firefox
    #**Firefox button: Firefox button > Options > Options > Privacy (checked) > Settings
    #**Menu Bar: Tools > Options > Privacy (checked) > Settings
    #**See: https://support.mozilla.com/en-US/kb/Clear%20Recent%20History
    #'''Make sure you are not in Private Browsing mode''' or '''in permanent Private Browsing mode''':
    #*See: https://support.mozilla.com/en-US/kb/Private%20Browsing
    #'''If you have the'''Tab Mix Plus'''extension''', then disable the built-in session restore.

  • I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    Your previous tabs will not re-open or be available to re-open when starting Firefox if:
    *your previous session was in Private Browsing mode; see --> http://support.mozilla.org/en-US/kb/Private+Browsing
    *you use Clear Recent History (''Firefox button > History > Clear Recent History'' or ''Tools > Clear Recent History''); see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-clear-my-history
    *you clear History automatically when closing Firefox; see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-make-firefox-clear-my-history-automatically
    NOTE: Your third-party Plugins (Add-ons > Plugins) are not in the "Application Basics" (Troubleshooting Information) in the "More system details" of your original post. Third-party Plugins are categorized separately in "Installed Plugins" under "More system details". You should review but not change the Plugins as detected automatically by the software on this forum when posting a question.
    If you problem still exists after checking the above, the problem could be caused by one or more of your Extensions or Plugins:
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    *See --> [http://support.mozilla.org/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How to delete the apps in the purchased tab in appstore which i no longer have on my ipad. They still show in the purchased tab.

    How to delete the apps in the purchased tab in appstore which i no longer have on my ipad. They still show in the purchased tab.

    It's not currently possible to permanently delete any items from your purchase history, all you can do is hide them so that they don't appear in the Purchased tab : hiding and unhiding. If your iPad is on iOS 6 then you will need to do it via your computer's iTunes.

  • How to show Primary_key in Column Tab - Oracle SQL Developer 2.1.1.64

    How to show Primary_key in Column Tab or It bug? i can not see. thank you for answer.

    This was removed for performance reasons, but a lot of us asked for it to go back in.
    Don't know if it is currently planned, so better request this at the SQL Developer Exchange, so other users can vote and add weight for possible sooner implementation.
    Regards,
    K.

  • In Options -- General -- I want the option to "Show my windows and tabs from last time" AND "Show my homepage", but that choice isn't given. When I open a new tab, I'd like to see my iGoogle page, not a blank screen. Hope you can help. D

    In Options --> General --> I want the option to "Show my windows and tabs from last time" '''''AND''''' "Show my homepage", but that choice isn't given. When I open a new tab, I'd like to see my iGoogle page, not a blank screen. Hope you can help. D

    You can middle-click or Ctrl left-click the Home button on the Navigation toolbar to open the Home page in a new tab.
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

  • "Show my windows and tabs from last time" not working, Mac OS 10.6.4, FF 3.8.10 or FF 4 Beta 6

    I have tried any number of times to get this to work, but it's still not working. On my other Mac with OS 10.6.4 and FF 3.6.8/10 the "show my windows and tabs from last time" is working just fine.
    I have checked some of the settings in about:config per some of the other forum posts with resolution to this issue, but this hasn't worked for me. Especially Since some settings have changed in the more recent versions of FF.
    I'm pretty sure my settings are correct. Is anyone else having this same issue?
    On the Mac exhibiting the issue it prompts me if I want to close all open tabs when the red X is clicked, when I quit firefox it keeps my tabs open just fine when firefox starts up the next time. This is normal behavior, but when the feature in question is active it overrides this behavior, on my other mac, and just stores my last session so that when I open firefox all is as it was before it was closed (either closing it via quit or with the red X will do the trick).
    On my new mac, the prompt to close open tabs never goes away and my tabs just vanish, whichever way I close firefox.
    I hope that was clear enough. Thanks for any help.

    See http://kb.mozillazine.org/Session_Restore
    If you use [[Clear Recent History]] in Firefox 3.5 and later to clear the 'Browsing History' when you close Firefox then restoring tabs from the last session ("Save & Quit" or "Show my windows and tabs from last time") doesn't work.

  • Why is the "Show my windows and tabs from last time) option in Options- General is grayed out and will not let me restore previous sessions?

    After updating to Firefox 6, the option in the Options-> General section to "Show my windows and tabs form last time" is grayed out and will not allow me to set it. If I go to the Firefox homepage, the option does not appear, nor does it appear if I go under the History or Firefox tab.
    I tried to follow the directions on this website on the Session Restore page, but that seems out of date or just not helping.
    I even went to the about:config (about:session restore does not work) and there was nothing I saw that would work

    Firefox 6 seems to change your settings in Tools Options Privacy to "Never remember history". Once you change this to "Remember history" it will restore your previous session, as long as the setting in Tools Options General Startup is set to "Show my windows and tabls from last time"
    Bad idea Mozilla - installing 6 should pick up your settings from 5. This problem will confuse many users.

  • I would like to move the Tv show folder to an external HD. Can I do this without moving the entire iTunes music folder?

    I would like to move the TV Shows folder from my iMac's HD to an external HD to free up some space. Can I do this without moving the entire iTunes Library folder? If so, can my other devices like iPads and Apple TV find the moved TV shows folder?

    All kinds of things are possible with iTunes, but few of them are easy.  Yes, you can isolate TV shows on a different drive.  The degree of complexity depends upon how much work and learning you are interested in doing.  The easiest solution is to delete them all from iTunes but do not let iTunes delete the actual media files.  Then go to the folder where TV shows are located and copy that folder to a different drive.  Now hold down the option key and drag them back to iTunes so it adds them again.  Using the option key means the file doesn't get copied to iTunes' main media folder.  However, since these are being added as new files it means you risk losing some information entered about them such as personal ratings, date added, date last played, etc.  There are ways of retaining this data but that's where you really have to learn how to do workarounds with iTunes.
    I have never seen an AppleTV, nor used an iPhone but my understanding is these devices do not directly use the files, they do so through iTunes.  As long as the entries can be found in iTunes then they should be accessible by other devices.

Maybe you are looking for

  • Download file for Palm/Mac reader is damaged

    First of all, on the download page for the Reader for Palm OS Mac (http://www.adobe.com/products/acrobat/readstep2_mobile.html#palmMac), it says the file is 8.7 MB, but when the file is downloading, it says 9.4 MB, which turns out to be the actual si

  • Notification option in settings

    So I just activated my iphone 4 and I don't have the notification option in settings. The phone was ordered online and it was unlocked. Please assist. everything i find online relates to jailbroken iphones. I would greatly appreciate any insights. Oh

  • Cannot recover db

    I cannot recover database after restore. SQL> recover database until cancel; ORA-00283: recovery session canceled due to errors ORA-01610: recovery using the BACKUP CONTROLFILE option must be done SQL> recover database until cancel using backup contr

  • E61i options button wont work in contactsfield etc...

    Since this week my e61i has some problems in different applications with the options button or some other buttons. It is always the left, blue lined, button. For example: i can't send directly message from the contactlist to a contact because the "ma

  • Person That bosted a Conflict with Sound Card Please Read

    I am sorry, I was trying to click on your thread to read it and my mouse was slightly off and it clicked on the Delete Thread.  For some reason there is no longer a warning saying "Are you sure you want to delete this thread" it was just POOF Gone! (