<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>ShiftCreate | shiftedit</title><link>http://www.shiftcreate.com/news/shiftedit</link><description>ShiftCreate | shiftedit</description><item>
  <title>Built-in browser via Live view</title> 
  <description><![CDATA[<p><a href="http://edit.shiftcreate.com">ShiftEdit</a> now has a built-in browser via a new option called Live View.<br />You can see it in action here:</p> <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/7nS_BI_nRt4?fs=1&amp;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed width="480" height="385" src="http://www.youtube.com/v/7nS_BI_nRt4?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" /></object> 
  <p>This should make development a lot easier as you can now do everything from the same tab without having to open new browser tab or window.<br /></p>]]></description> 
  <link>http://www.shiftcreate.com/news/35</link>
  </item><item>
  <title>Source Formatting and Balance Braces</title> 
  <description><![CDATA[<p>Following on from <a href="http://edit.shiftcreate.com/blog/shiftedit/realtime-syntax-debugging-and-bracket-closing">yesterday's announcement</a>, we've added two more great features.</p>
  <h2>Source Formatting</h2>
  <p>From the edit menu you can now select &quot;Apply Source Formatting&quot;. This will go through the opened file and add line-breaks and tabs where necessary. This is useful if you are working on a file that has been minified or is in an untidy state.<br /></p>
  <h2>Balance Braces</h2>
  <p>You can select all code between brackets by pressing ctrl+' or selecting &quot;Balance Braces&quot; from the edit menu. If you press it again it will find the next outter set of braces. This works for regular, square and curly brackets. This is useful for finding a closing bracket - or checking if brackets match up.<br /></p>]]></description> 
  <link>http://www.shiftcreate.com/news/34</link>
  </item><item>
  <title>Realtime syntax debugging and bracket closing</title> 
  <description><![CDATA[<p>We've added some exciting new features to ShiftEdit.</p> 
  <h2>Realtime syntax error checking</h2> 
  <p> When working on a PHP or JavaScript file the script is checked for syntax errors as you type. If an error is found the error message is displayed above the code editor. You can also click the line number in the error message to be taken straight to the broken line. This is an excellent tool for debugging and is a great time-saver during development.</p> 
  <h2>Bracket closing</h2> 
  <p>In PHP and JS files brackets are now automatically closed as you type. This is a useful time-saver and works for normal, square and curly brackets.<br /></p> 
  <h2>Tag closing</h2> 
  <p>When you close an opening HTML tag the closing tag is automatically appended. This is another time-saver.</p> 
  <p>All of these features can be disabled via the preferences window if they are not your cup of tea. (Edit-&gt;Preferences)<br /></p> 
  <p> </p> <object width="480" height="385"><param value="http://www.youtube.com/v/Q0gtIeklDxs?fs=1&amp;hl=en_US" name="movie" /><param value="true" name="allowFullScreen" /><param value="always" name="allowscriptaccess" /><embed width="480" height="385" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/Q0gtIeklDxs?fs=1&amp;hl=en_US" /></object>]]></description> 
  <link>http://www.shiftcreate.com/news/33</link>
  </item><item>
  <title>Save Password and Code Snippets</title> 
  <description><![CDATA[<p>We've added two important new features to <a href="http://edit.shiftcreate.com">ShiftEdit</a>.</p> 
  <h2>Save Password option</h2> 
  <p>When creating new sites the FTP password is now optional. If left blank. when you connect you'll be prompted to enter your password. The password is stored in your session so you will only need to enter it once and it's cleared when you logout. Using this option prevents the password from being stored in our database.</p>
  <p><img width="234" height="87" src="http://edit.shiftcreate.com/images/overview/save_password.png" /><br /></p> 
  <h2>Code Snippets</h2> 
  <p>Code snippets are chunks of code that you use every now and then. You can add as many snippets as you like and organise them into folders. They are then readily accessible whenever you need them.</p> 
  <p> </p> <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/yTKebdhyLCQ?fs=1&amp;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed width="480" height="385" src="http://www.youtube.com/v/yTKebdhyLCQ?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" /></object>]]></description> 
  <link>http://www.shiftcreate.com/news/32</link>
  </item><item>
  <title>Bespin, SFTP and more</title> 
  <description><![CDATA[<p>The last few weeks have seen a lot of improvements to <a href="http://edit.shiftcreate.com/" target="_blank">ShiftEdit</a>.</p>
  <p><a href="http://mozillalabs.com/bespin/2010/06/29/bespin-0-9a1-released-multiple-bespins-code-completion/" target="_blank">Bespin 0.9a1</a> came out which was a major milestone as it now supports most of the core features that we need it to. As well as basic editing it can now be used with Find and Replace.<br /></p>
  <p>Find and Replace is a very important tool for any developer and has been made more intuitive. When performing a search you just have to press enter instead of clicking the Find button. It will also tell you if you've reached the end of the document.<br /></p>
  <p>We had a request for <a href="http://en.wikipedia.org/wiki/SFTP" target="_blank">SFTP</a> a while back. I'm pleased to say this is now in. In order to integrate this we had to abstract the FTP code. This should pave the way for adding new connection methods like <a href="http://en.wikipedia.org/wiki/Apache_Subversion">SVN</a>.</p>
  <p>There is a new preferences dialog where you can set the tab size and font size. Expect more options to come.<br /></p>
  <p>Aside from these major updates there have been a lot of bug fixes - some of which were quite critical. If you haven't used <a href="http://edit.shiftcreate.com/" target="_blank">ShiftEdit</a> in a while, now's the time to get back in as it is a much more stable beta.</p>
  <p>We are currently seeking testers and feedback. Also if you like ShiftEdit, please help spread the word - whether it's on a blog or social network.<br /></p>
  <p>A full <a href="http://edit.shiftcreate.com/changelog.html" target="_blank">changelog</a> is available.<br /></p>]]></description> 
  <link>http://www.shiftcreate.com/news/31</link>
  </item><item>
  <title>Drag and Drop to Open</title> 
  <description><![CDATA[<p>You can now drag and drop files from your computer straight into ShiftEdit.</p>
  <p> So far this only works in Firefox 3.6 and above.</p>
  <p>This technology is built on web standards so hopefully in the not so distant future it will be supported by other browsers such as Chrome and IE.<br /></p>]]></description> 
  <link>http://www.shiftcreate.com/news/29</link>
  </item><item>
  <title>Bespin Integration</title> 
  <description><![CDATA[<p>The code editing component of <a href="http://edit.shiftcreate.com" target="_blank">ShiftEdit</a> is by far the most important. The current version offers a choice between <a href="http://www.mdk-photo.com/editor/" target="_blank">MDK editor</a> and <a href="http://marijn.haverbeke.nl/codemirror/" target="_blank">CodeMirror</a>. They both have their pros and cons and are maintained by individual developers. Both struggle with large files and because of their implementation it's hard to see that ever being fully resolved.<br /></p>
  <p> The <a href="https://bespin.mozillalabs.com//" target="_blank">Bespin</a> project by <a href="http://www.mozilla.org/" target="_blank">Mozilla</a> is also providing a stand-alone editor component. It has a more robust implementation and greater resources behind it.&nbsp; It is integrated into the development version of ShiftEdit. Currently the Bespin component has a few bugs and is lacking some features. Once these are resolved and Bespin is fully integrated, ShiftEdit should be ready for prime-time. Then I'll be able to <a href="http://en.wikipedia.org/wiki/Eating_one%27s_own_dog_food" target="_blank">eat my own dog food</a> and end my reliance on Dreamweaver.<br /></p>]]></description> 
  <link>http://www.shiftcreate.com/news/26</link>
  </item></channel></rss>