In my project, I am using IE10 to fix some bugs. The project has many files with same name main.js in different folders. Something like below:
JS (folder)
--> folderOne
-- main.js
--> folderTwo
-- main.js
--> folderThree
-- main.js
Now when I am in need of select a file which is in folder folderThree
, I am clicking on file chooser
which is showing all the js files with names main.js
. Now to get my needed file, I need to hover over all the files one by one to check the directory from which the file has been originated. This process is really annoying. I think there must be some other alternative or may be it has been ignored by IE developers. Anyway to resolve this?
In Mozilla firebug, a user can search for a filename based on the folder name which is really user friendly(IMHO).
PS: The above scenario is just example. Actually, in my project I have many folders with same file name.
Open Internet Explorer, select Tools > Internet options. Select the Advanced tab. In the Reset Internet Explorer Settings dialog box, select Reset. In the box, Are you sure you want to reset all Internet Explorer settings?, select Reset.
Open Internet Explorer, select the Tools button , and then select Internet options. On the Privacy tab, under Pop-up Blocker, select or clear the Turn on Pop-up Blocker check box, and then select OK.
An old post states FireBug Lite works with IE,
Old Post
I think that will solve the problem easily, as IE. Console methods
may work or not, but firebug will do for sure.. :)
Its also having js version that you can incluse in the <head>
of html file..
there is one trick to this refer this video
, that adds code to shortcut in IE 10 and firebug works
I hope this will do,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With