<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; source code editor</title> <atom:link href="http://www.ghacks.net/tag/source-code-editor/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 08:24:54 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Add And Use Multiple Source Code Editors In Firefox</title><link>http://www.ghacks.net/2009/12/07/add-and-use-multiple-source-code-editors-in-firefox/</link> <comments>http://www.ghacks.net/2009/12/07/add-and-use-multiple-source-code-editors-in-firefox/#comments</comments> <pubDate>Mon, 07 Dec 2009 11:25:11 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Dafizilla ViewSourceWith]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[firefox source code]]></category> <category><![CDATA[source code editor]]></category> <category><![CDATA[view source]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21123</guid> <description><![CDATA[The Firefox web browser will display the source code of any website by default in its own interface. There are two configuration parameters that can be set so that another external source code viewer is used for viewing source codes (setting view_source.editor.external to true and view_source.editor.path to the path of the external editor on the [...]]]></description> <content:encoded><![CDATA[<p>The Firefox web browser will display the source code of any website by default in its own interface. There are two configuration parameters that can be set so that another external source code viewer is used for viewing source codes (setting <strong>view_source.editor.external</strong> to <strong>true</strong> and <strong>view_source.editor.path</strong> to the path of the external editor on the local hard drive in <strong>about:config</strong>)</p><p>But what if a user wants to use different source code viewers and editors depending on the object to be analysed? Some web designers might want to view HTML code in a program like Notepad++ but XML or CSS in a different program that is better suited for that code.</p><p><span
id="more-21123"></span>Dafizilla ViewSourceWith is the ultimate Firefox add-on for this purpose. The add-on can be easily used to add multiple source code editors, image viewers and editors and other editors to the web browser which can then be selected to open a specific object or file in Firefox.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/12/view_source_with-442x500.jpg" alt="view source with" title="view source with" width="442" height="500" class="alignnone size-medium wp-image-21124" /></p><p>A right-click will display an additional View &#8230; item which is different depending on the location the right-click was performed. It can be View Source or View Image for instance. The programs that the Firefox user wants to use to view and edit the source code and objects need to be added in the options. The add-on supports relative and absolute paths which is great for portable use. Keyboard shortcuts can be configured so that it becomes even easier to open objects in external programs.</p><p> Firefox users can also:</p><ul><li>open page source as DOM document</li><li>open CSS and JS files present on page</li><li>open images using your preferred image viewer (e.g. GIMP or ACDSee)</li><li>open PDF links with Acrobat Reader or Foxit Reader or what you prefer</li><li>edit textboxes content with your preferred editor and automatically see modified text on browser when you re-switch focus on it, this simplifies wiki pages editing</li><li>open server side pages that generate the browser content, this simplifies web developer&#8217;s debug</li><li>open files listed in Javascript console. When editor opens file the cursor can be moved to line number shown on javascript console</li></ul><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/dafizilla-viewsourcewith/">Dafizilla ViewSourceWith</a> is available for all Firefox 2 and 3 browsers. The developer maintains several <a
href="http://sourceforge.net/apps/mediawiki/dafizilla/index.php?title=Vsw:index">faqs</a> on the project website which can help in configuring the program for advanced uses.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/07/add-and-use-multiple-source-code-editors-in-firefox/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Source Code Analyzer</title><link>http://www.ghacks.net/2008/09/08/source-code-analyzer/</link> <comments>http://www.ghacks.net/2008/09/08/source-code-analyzer/#comments</comments> <pubDate>Mon, 08 Sep 2008 09:19:23 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[code highlighter]]></category> <category><![CDATA[programming software]]></category> <category><![CDATA[source code analyzer]]></category> <category><![CDATA[source code editor]]></category> <category><![CDATA[syntax highlighter]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6856</guid> <description><![CDATA[Highlight is a code highlighting source code analyzer that can turn source codes into formatted text with syntax highlighting. It is fully plattform independent and the software developer provides versions for Linux, Windows, Mac and even a Notepad++ plugin although for an older version of Notepad++. Highlight&#8217;s source is included in the download, even in [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.andre-simon.de/">Highlight</a> is a code highlighting source code analyzer that can turn source codes into formatted text with syntax highlighting. It is fully plattform independent and the software developer provides versions for Linux, Windows, Mac and even a Notepad++ plugin although for an older version of Notepad++.</p><p>Highlight&#8217;s source is included in the download, even in the Windows version which is slightly unusual. Installation should not pose a problem at all, the user is asked if he wants to add a Sent To entry to Windows that could be used to right-click documents and send them to Highlight for faster processing.</p><p>The Source Code Analyzer is compatible to more than 120 programming languages from html over php to c++ and css. It is probably a good idea to change the default skin of the software to a skin that adds contrast to the source code. The skins do not change the main program interface but display the source codes in the right pane differently.</p><p><span
id="more-6856"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/09/source_code_analyzer-500x342.png" alt="source code analyzer" title="source code analyzer" width="500" height="342" class="alignnone size-medium wp-image-6857" /></p><p>Highlight uses a three tiered interface. The left pane contains the sources that have been loaded into the application, the middle pan is being used to change certain options like line wraps, numbering of lines or the output format (html, xml, xhtml, latex, tex, rft and svg) and the right pane displays the currently active source code.</p><p>The source code analyzer provides an interesting alternative especially for those users who edit source code with a normal text editor.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/08/source-code-analyzer/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
