Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE 10 lack of search preferences

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.

like image 443
Mr_Green Avatar asked Apr 22 '13 08:04

Mr_Green


People also ask

How do I get Internet Explorer back to normal view?

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.

How do I stop Internet Explorer from blocking content?

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.


1 Answers

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,

like image 124
MarmiK Avatar answered Oct 18 '22 10:10

MarmiK