AkelPad beautifier link

This commit is contained in:
Einar Lielmanis 2011-03-23 23:24:53 +02:00
parent 06f4cf024d
commit 9a026a2b20

View File

@ -347,8 +347,8 @@ if('this_is'==/an_example/){do_something();}else{var a=b?(c%d):e[f];}
<p>Sandro Padin has written an extension for the Safari browser. Visit its page and download the extension here: <a href="http://spadin.github.com/js-beautify-safari-extension">http://spadin.github.com/js-beautify-safari-extension</a>
<h3><a href="http://fiddler2.com/">Fiddler</a></h3>
<p>This popular web debugging proxy for Windows has a <a href="http://fiddler2.com/Fiddler2/extensions.asp">Javascript Formatter addon</a> (based on this beautifier) which can reformat javascript on the fly.</p>
<h3>gEdit</h3>
<p>Fabio Nagao has written some <a href="http://github.com/nagaozen/gedit-tunnings/">tips for the gEdit users,</a> among them he tells how to integrate the beautifier into the editor.</p>
<h3>Other editors</h3>
<p>Fabio Nagao has written some <a href="http://github.com/nagaozen/gedit-tunnings/">tips for the gEdit users,</a> among them he tells how to integrate the beautifier into this editor. Infocatcher wrote <a href=http://akelpad.sourceforge.net/forum/viewtopic.php?p=11246#11246"">an extension</a> for <a href="http://akelpad.sourceforge.net/en/index.php">AkelPad,</a> a small text editor for Windows.</p>
<p style="color: #363"><i>Are you doing something neat using the beautifier? Tell me about that, and I'll include a link here!</i></p>
<p>If you're writing javascript code, <a href="http://jslint.com/">JSLint</a> is a really fine piece of software, too. You don't have to follow its recommendations blindly, but understanding what it says about your code can greatly improve your skills.</p>
</div>