css - What is the use of firebug's "Open With Editor" function? -


what use of firebug's "open editor" function?

i'd it'll allow visualize file / feed editor -- means better searching features, syntax-highlighting, better-ability copy code...

but means have configure editors, firebug knows how call 1 -- especially, knows how pass data.


edit after comment : no, don't see allows see modifications website -- it's, think, easier go through html code way, editor you're using in every-day life developer.

for example, can check what's said in article : check edit html code firebug -- check editing firebug section.


, use it, have :

  • select "open editor > configure editors", and, in dialog box, set path editor
  • and, then, edit html page, select "open editor > name of editor"

(the labels may not : i'm using french version...)


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -