<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/sharpedit/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/sharpedit/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 09 Sep 2003 07:30:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sharpedit/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>SharpEdit 0.0.4.8 Released</title><link>https://sourceforge.net/p/sharpedit/news/2003/09/sharpedit-0048-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Nothing drastic has changed, but we reworked lots of code over the summer, so consider this the end-of-summer cleanup/release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Tue, 09 Sep 2003 07:30:58 -0000</pubDate><guid>https://sourceforge.net44489f96f809f737e11bd280d9f7c60a4aa72b1d</guid></item><item><title>SharpEdit 0.0.4.6 Released</title><link>https://sourceforge.net/p/sharpedit/news/2003/03/sharpedit-0046-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a maintenance release to fix my stupid error with the installer.  It was not installing the hilighting modes, so hilighting was broken.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Sorry about that.  It should be fine now.  If there are any problems please email me.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Sat, 08 Mar 2003 20:04:05 -0000</pubDate><guid>https://sourceforge.netfbc4c086d023e72fbaddac701b813bc19d0be34c</guid></item><item><title>SharpEdit 0.0.4.5 Released</title><link>https://sourceforge.net/p/sharpedit/news/2003/03/sharpedit-0045-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;SharpEdit 0.0.4.5 now supports customizable syntax hilighting &lt;br /&gt;
for all of the following files.  The current hilighting engine&lt;br /&gt;
functions based on file extension, so when you create a new&lt;br /&gt;
file you must save it with the proper extension for the correct&lt;br /&gt;
syntax to me displayed.&lt;/p&gt;
&lt;p&gt;ASP.NET (.aspx)&lt;br /&gt;
Batch Files (.bat)&lt;br /&gt;
C++ (.cpp)&lt;br /&gt;
C# (.cs)&lt;br /&gt;
HTML (.htm|.html)&lt;br /&gt;
Java (.java)&lt;br /&gt;
JavaScript (.js)&lt;br /&gt;
PHP (.php)&lt;br /&gt;
TeX (.tex)&lt;br /&gt;
VB.NET (.vb)&lt;br /&gt;
XML (.xml|.xsl|.xslt|.xsd|.testconfig|.manifest|.config|.addin|.xshd)&lt;/p&gt;
&lt;p&gt;A huge thanks goes out to Mike Krueger from the SharpDevelop team&lt;br /&gt;
for his help with the TextControl.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Wed, 05 Mar 2003 13:41:06 -0000</pubDate><guid>https://sourceforge.net9a540e6c73ad36e6dcfa88fe326b470ddedddec1</guid></item><item><title>SharpEdit 0.0.4.0 Released </title><link>https://sourceforge.net/p/sharpedit/news/2003/02/sharpedit-0040-released-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a major development release.&lt;br /&gt;
[release notes]&lt;br /&gt;
- SharpTextBox Implemented (syntax hilighting)&lt;br /&gt;
- Edit Menu re-enabled (cut, paste, etc...)&lt;br /&gt;
- File Saving Implemented&lt;br /&gt;
- Optimized Compile&lt;br /&gt;
- Compatible with .NET Framework 1.0 and/or 1.1 &lt;br /&gt;
- Warns if exit without saving&lt;br /&gt;
[/release notes]&lt;/p&gt;
&lt;p&gt;There are MANY changes/additions in this build, so help us track down all of these bugs.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Fri, 14 Feb 2003 11:53:22 -0000</pubDate><guid>https://sourceforge.net5ac1fe9d7c6e42a477a4a763ad40fd9b87a33699</guid></item><item><title>SharpEdit 0.0.3.6 Released</title><link>https://sourceforge.net/p/sharpedit/news/2003/02/sharpedit-0036-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The latest build is a total rewrite, almost from scratch.  The tab page code is totally removed into it's own class now.&lt;/p&gt;
&lt;p&gt;Also, the SharpEdit web site is now up:&lt;br /&gt;
&lt;a href="http://www.exceed-tech.com/projects/SharpEdit/" rel="nofollow"&gt;http://www.exceed-tech.com/projects/SharpEdit/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Most of the menus are disabled, as are saving &amp;amp; printing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Sun, 02 Feb 2003 21:02:26 -0000</pubDate><guid>https://sourceforge.net98366f7d80ebeaadf640fedd5737bd41ad3db2be</guid></item><item><title>SharpEdit 0.0.3.0 Released</title><link>https://sourceforge.net/p/sharpedit/news/2003/01/sharpedit-0030-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I finally added the Tabbed interface that was the basis for creating SE in the first place.  I am now looking into Scintilla for syntax hilighting.&lt;/p&gt;
&lt;p&gt;Bear in mind that the menu items (Other than Open, save &amp;amp; new) are not functioning at this point.  This is a development build.&lt;/p&gt;
&lt;p&gt;Adds Tabbed interface&lt;br /&gt;
Supports multiple files as arguments&lt;br /&gt;
Fixes font issues with the RichTextbox&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Sun, 26 Jan 2003 03:37:08 -0000</pubDate><guid>https://sourceforge.net40b01fb78873371c3716c56f4e7c913bbebf2ab6</guid></item><item><title>SharpEdit 0.0.2.8 Released</title><link>https://sourceforge.net/p/sharpedit/news/2003/01/sharpedit-0028-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This build does not add tabs as I had hoped...&lt;/p&gt;
&lt;p&gt;It does incorporate:&lt;/p&gt;
&lt;p&gt;-Magic .NET XPStyle menus&lt;br /&gt;
-moves the settings file from /Application Data to the Program folder&lt;br /&gt;
-adds the setup project to the source&lt;br /&gt;
-many misc bug fixes with the UI&lt;/p&gt;
&lt;p&gt;I am currently playing with Scintilla for the syntax hilighting, and should have a workable build on that soon.&lt;/p&gt;
&lt;p&gt;I will be posting job openings for the project ASAP so we can keep it moving. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Sun, 19 Jan 2003 02:36:15 -0000</pubDate><guid>https://sourceforge.netebfeffb43a01da676ddc28b705461f9fc517e5c1</guid></item><item><title>SharpEdit 0.0.2.1 Released</title><link>https://sourceforge.net/p/sharpedit/news/2003/01/sharpedit-0021-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This build adds printing functionality, along with window state persistance, and basic settings that are saved in an XML file.  The settings file ins in \Application Data\SharpEdit.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;The next major release version should (hopefully) implement the tabbed interface and multi-threading.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Mon, 06 Jan 2003 23:08:23 -0000</pubDate><guid>https://sourceforge.netb9d4a7300cf22a9865f87c63d55d0df54ee3f306</guid></item><item><title>SharpEdit 0.0.1 Released</title><link>https://sourceforge.net/p/sharpedit/news/2003/01/sharpedit-001-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is the first testing build for SharpEdit.  This project is mainly a learning experience for me, and will hopefully pick up where notepad left off in my opinion.&lt;/p&gt;
&lt;p&gt;Any ideas, bug reports or feature requests are welcome.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Bright</dc:creator><pubDate>Sat, 04 Jan 2003 08:43:21 -0000</pubDate><guid>https://sourceforge.netb745979e7f3026005ee816bd1e516a9983788ac7</guid></item></channel></rss>