My standard set up for web development (at least when I’m using Windows) consists of Notepad++ for editing code, WinSCP for putting the code on the server, TortoiseSVN for version control and SQLyog for database stuff.
I don’t like having to depend on such a large number of programs and in my humble opinion, some of them (I’m looking at you Notepad++!) suffer from feature bloat. I like features, but in a code editor, I just want to be able to edit the code, save it, maybe do some find and replace stuff – nothing insane.
There must be a better way
A friend of mine who is firmly on the Apple bandwagon recently showed me a tool he started using called Coda. It combines editing code with FTP and SVN (and a ton of other stuff) and looks good doing it:
sites-screenshot_03.jpg 199.85K
76 downloadsHowever, as you might be able to tell, it’s only available for Mac (and it costs MONEY!). There are also some interesting little caveats that my friend has found while using it (that are dealbreakers for me) like not being able to get SVN locks on files. Also I will never own a Mac.
Then there’s Eclipse. It’s cross-platform, well supported, enterprise standard software. It’s also ~300MB to download, written in java, and is a memory hog.
eclipse.jpg 60.26K
50 downloadsOne day recently it hit me – “Wait…I’m a brogrammer, why don’t I just write my own "Coda for Windows"/IDE/Code Editor/FTP Client/SVN Client/Database Management Tool and stop whining?”. I soon answered that question by saying:
Welcome to SimpleEd
simpleEd.png 87.46K
88 downloadsTo create SimpleEd, I just took a bunch of amazing open source components that are available online and glued them together with code and slapped a UI on the front.
Some of the features that SimpleEd has are:
- Tabbed editing
- Syntax highlighting, line numbers etc.
- Advanced find and replace
- Integrated support for Subversion
- Projects
Some of the features of the future are:
- Windows 7 jumplist support
- Integrated FTP support
- Simple database management tool
- Less bugs!
I really like how it’s shaping up and am excited to continue to working on it. I promise that it won’t ever cost you a penny either. It would be great to get some Beta testers involved!
Cool, how do I get it?
Before downloading, read this:
WARNING SimpleEd is extremely BETA, and is therefore riddled with bugs. I do not take responsibility for anything you might break while using it. Proceed at your own risk.
Click here to go to the download page.
Edited by wwarren, 21 September 2011 - 11:08 AM.
changed the download link


Sign In
Create Account


Back to top










