开发者

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

What is the use of 开发者_开发问答firebug's "Open With Editor" function?


I'd say it'll allow you to visualize a file / feed with an editor -- which means better searching features, syntax-highlighting, better-ability to copy code...

But it means you have to configure the editors, so firebug knows how to call one -- especially, so it knows how to pass it the data.


Edit after the comment : no, I don't see it allows you to see your modifications into the website -- but it's, I think, easier to go through the HTML code this way, with the editor you're using in your every-day life as a developer.

For example, you can check what's said in this article : Check Edit HTML Code with Firebug -- check the Editing With Firebug section.


And to use it, you have to :

  • select something like "Open with editor > Configure editors", and, in the dialog box, set the path to your editor
  • and, then, to edit some HTML page, select "Open with editor > name of your editor"

(The labels may not be exactly those : I'm using the french version...)


You can use cssUpdater to save your modified css directly after you have changed the property in FireBug -> http://www.cssUpdater.com

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜