Jan 8
Crimson Editor is my favorite text editor for more than a few reasons, which I'll spare you with the details for; we all have our own preferences. Anyhow...

I was looking for a screenshot or documentation on how to integrate a compiler or external executable with CrimsonEditor as an example to clarify something, and I noticed that Emerald Editor was linked to from the main page of CrimsonEditor's website...that meant that Ingyu Kang was still around... It also made me wonder why EE was linked, so I went to the link.

On the main news page of Emerald Editor, the team leader announced that Ingyu Kang gave the EE team the source code to Crimson Editor to work from. The EE team decided to release it publically through Subversion. I know there's more than a few tweaks I've wanted to make to this editor (such as better regex support)!

It's written in C++ for those who wanted to know. It's also a Win32 application (sorry *nix guys). It could probably get ported though.

http://www.emeraldeditor.com/

Posted by Brendon Kozlowski

Jan 7
Since others were having fun with it, I decided to show off a quick, poorly chosen framerate flash demonstration of Intype creating an XHTML/PHP file to do the all-famous Hello World script. Obviously, the point is not to demonstrate my coding knowledge (or mis-knowledge), but to show off the text editor's snippet control features, and how it can speed up development. In case you're curious how it interacts, for the first step I typed out the text xml and then pressed the TAB key, everything was automatically filled in for the XML header. I then typed in doctype and then TAB, but since there are multiple doctypes, it gave me a choice of which one I wanted to use, so I used the arrow keys to highlight the desired choice and pressed the ENTER key. To move through the parameter list within each snippet (fillable properties), you would also use the TAB key and enter whatever it is you want, or press the DELETE or BACKSPACE (I think) key to remove the entire property.

Please note the system clock window to know how long this actually took me -- you can clock it, heck you can even clock my hesitation since I'm not used to the tool yet.

Continue reading "An XHTML Strict, PHP Hello World from Scratch in Under 60 Seconds with Intype"

Posted by Brendon Kozlowski

Jan 6
The very first alpha public version of Intype has been released for testing. The developers are looking for feedback on this release - but do keep in mind it is the very first release. If you've ever used an editor or IDE in Windows, you will probably wonder what's so special about something like this...there seem to be no features!

Continue reading "Windows version of TextMate: Intype"

Posted by Brendon Kozlowski