Skip to Content

Submit your nominations for the Luxist Awards' Best in Decor
AOL Tech

texteditor posts

Filed under: Text, Windows, Commercial

Sublime Text brings Mac-like text editing to Windows

Sublime TextMac users that have been spoiled by text editors like TextMate often find themselves frustrated when moving to a Windows machine. While there are lots of text editors for the Windows platform, it's hard to find one with the clean design sensibilities that TextMate offers.

Well, there's a new editor in town, and its name is Sublime Text. I don't mean to equate it too much to TextMate since they are very definitely different products; it's more the feel of using the products that drives the comparison.

Sublime Text prioritizes a slick user interface and features under the hood that make it a power-user's tool. For example, it sports the ability to give you a Minimap, which for developers gives you a 10,000 foot view of your code.

The best text editing tools seem to be powerful enough for programmers to use, yet incredibly useful for writers of prose. Sublime Text is no exception.

Unfortunately, Sublime Text is a commercial app - you have to pay for the quality, and it doesn't come cheap. A single user license will run you $59US. An evaluation version is also available.

Filed under: Developer, Text, Freeware

Lee's Favorite Apps: Notepad++

For the longest time, I thought I needed to use Dreamweaver to edit my web code. That bothered me. I didn't like the way it handled saving files to my remote server, and it was just too damn bulky for my taste. And there's the price tag. I wasn't really a fan of that either.

Fortunately, I discovered Notepad++. It's totally free, extremely powerful, and does everything I need an editor to do (and a whole lot more). It's based on Scintilla, which is a fantastic foundation for source code editing.

What makes it so great? For starters, it's portable, it supports tabs, syntax highlighting,drag and drop, macro recording, regular expression search and replace, and auto-completion. That's barely the tip of the iceberg.

Multiview editing lets you two documents at once - or two views of the same document. Collapse regions of your code that you don't need visible while editing. Zooming makes code easy to read even on small screens (like my MSI Wind). Bookmarking important or troublesome locations in your files makes navigating them snap.

Plugins add another dimension to N++, and I've got a few favorites. Light explorer adds a small but very useful file browser pane, FTP Synchronize automatically updates your server with changes saved to a local copy, Quick Text offers powerful snippet management, and Secure Pad adds encrypt/decrypt functions.

There are several other great add-ons, and Notepad++ has an enthusiastic, supportive community. They have also contributed tons of autocompletes, translations, themes, and language additions - everything from Smarty to UnrealScript.

Notepad++ is simply a great application.

Filed under: Office, Productivity, Freeware

DarkCopy: web-based, distraction-free text editing

Dark CopyDarkCopy is a web-based alternative to programs like WriteRoom and DarkRoom that lets you compose text files in full (or almost full) screen to eliminate distractions like instant messages, Flash games, LOLcats, etc.

You can type in a regular browser window, or go full screen to make most of your screen (except for the browser's toolbar) black with greenish text. When you're done writing, you can save the file to your computer as a plain ole' .txt file.

This is handy if you want to work on a blog post, business idea, school paper, or love note without your attention being lost to something less significant.

[Via del.icio.us]

Filed under: Developer, Text, Utilities, Windows

TotalEdit 4.1: Text editor for programmers

Looking for a powerful text editor for all your writing and coding needs? Look no further than TotalEdit 4.1, a multi-featured text editing tool created by Independence Software.

TotalEdit offers a wealth of programming features, including syntax-coloring, code-folding, line-numbering, and many other hyphenated features. TotalEdit also includes a number of one-click edits, so you can quickly switch upper case to lower case or swap tabs to spaces.

And yes, for those of us who never even placed in our school spelling bee, there is a spell checker.

The newly released version 4.1 adds the ability to install TotalEdit on a portable USB key for use across multiple machines and cleans up some character rendering bugs. To open TotalEdit from the USB key, simply double-click on TEditStd.exe, and away you go.

Total Edit 4.1 is free, as in air, and Windows only.

Filed under: Text, Utilities, Macintosh, Freeware, Open Source

MacVim: Vim port for Mac OS X

MacVim

MacVim is a port of the popular open-source text editor Vim for Mac OS X. It supports tabs, full-screen editing, and transparent backgrounds. The toolbar is also helpful as it provides easy access to save files, run vim scripts, make a project, save/load sessions, and undo editing.

MacVim also has handy syntax highlighting to make editing/reading text files easier on the eyes. If you need to edit remote files, you can use the --remote switch.

Vim is basically an enhanced version of the vi editor that comes on UNIX systems. If you'd like a quick lesson on vi/vim syntax, check out this University of Hawaii tutorial.

[Via MacUpdate]

Filed under: Business, Internet, Text, Windows, Macintosh, Linux, Blogging, E-mail, Office, Productivity, Web services, Freeware

Writer - Dark Room / WriteRoom for the web

WriterFirst there was WriteRoom, which gave Mac users a very simple black interface in which to write. No distractions, just a black screen with glowing green letters, which probably appeals particularly to people that have been working with computers long enough to remember monochromatic terminals.

And it was a very cool idea, but there was nothing similar for Windows. Until Dark Room came along. Dark Room basically emulates WriteRoom's functionality on Windows.

So what's missing? A web-based version, of course.

Now, normally I'd say that doing a web-based version of a text editor when very strong versions offering identical functionality already exist on both Windows and Mac would not be worthwhile. But as much as Writer, the web based version, is simply replicated the functionality of these other applications, it still stands on its own merits.

Two things about it make it worth having in your bookmarks. The first is that you can use it anywhere. No memory key to carry around, no worrying about what OS you're using. It just works, wherever you are. The second is that if you create an account, all of your documents also follow you around.

So if you like the look and feel of Dark Room or WriteRoom, check out Writer.

Filed under: Developer, Text, Utilities, Windows, Productivity, Freeware, Open Source

SciTE: A Ruby-licious programmer's text editor

SciTE - A Scintilla based text editorEver heard of Ruby? Rails? Ruby on Rails? If you don't know, Ruby is a newer very efficient programming language and revolutionary way to code applications. Rails is a web framework that makes coding in Ruby easier by adding a lot to it's innate functionality and suave style. After becoming jealous of the Mac users out there who had a great text editor to use when coding Ruby (at least in the video tutorials), I decided to find a good one for Windows. Enter SciTe, which is a great text editor that comes pre-packaged with "InstantRails." InstantRails is somewhat like a LAMP installation for Windows, but with Ruby on Rails instead of Perl, Python, or PHP. SciTe is also available apart from InstantRails, and does a great job of editing CSS, HTML, and many other types of syntax as well. I am now using it for most of my "quick-drop-and-give-me-20" programming tasks, such as downloading and editing a CSS file by hand from a web server. That's right, I still make hardcore edits oldskool style (I thought everyone still did, my bad), and SciTe makes it easy. Integrated with my favorite ftp client (FileZilla, also free) it makes shotgun edits simple, and almost fun. SciTe is a free download.

Filed under: Developer, Text, Windows, Macintosh, Linux, Open Source

Vim 7 released

VimVenerable open source text editor Vim has reached a new milestone today with the release of Vim 7. New in version 7 are as-you-type spellcheck, document tabs, intelligent tab completion, branching undo/redo, and more. Linux.com has a nice overview of some of the new features, or you can head straight to the Vim web site to download it for just about every platform.

[Via Slashdot]

Filed under: Games, Text, Utilities, Windows, Macintosh, Freeware

Create your own text adventures for the iPod

istoryI guess since Wired has the story it must be all the rage.  But the iPod has had hyperlink capabilities for a while, and there is no shortage of crazy uses out there for it. So besides tour guides and CSS references, what else can you do with the hypertext features on the iPod? Make your own games of course.

While there has yet to be a game with the wit of the old text RPG "The Hitchhiker's Guide to the Galaxy" or even "Leather Goddesses of Phobos," it's technically feasible thanks to apps like iStory Creator. Last time I checked it out is was only for OS X, but now it's cross-platform. Think you can hang with the 21st century Kafka wannabes? Download it and get to typing, because that great American interactive novel isn't going to write itself.

Basically all you do is make little web pages, with just text and a link to go this way or that. I've tried more than a few interactive "stories" and haven't been that impressed. Lots of fan fic, goofy high school antics, and so on. Where is Stephen King when you need him? Anyway, iStory Creator is a GUI so you don't have to know how to make the links or the pages for the story. Just make the pages, connect the dots, and you're done. Now somebody please port Marathon to the iPod.

Featured Time Waster

The World's Hardest Game 2.0 - Time Waster

So, just how good at time waster games are you? Think you've got the stuff? Well, The World's Hardest Game 2.0 doesn't think you do. Yes, amazingly, it's possible to have a sequel to a game called "The World's Hardest Game". It doesn't seem logically possible, since if the first one was actually the world's hardest, how could another one come along and share the moniker? It made me doubt the name in the first place. That is, until I tried the game. The mechanics of the game are very simple. You are a small red square, ...

View more Time Wasters

Featured Galleries

Defective by Design, London: Protest Pictures
Livescribe Store
Microsoft Security Essentials
Chromium Pre-Alpha on CrunchBang Linux
Safari 4 Beta
10 Firefox themes that don't suck
IE8 RC1
Download Squad at the Crunchies After-Party
Download Squad at the Crunchies
WordPress 2.7
Cooking Mama: Mama Kills Animals
Windows 7 Hands On
Comodo Internet Security
Android First-look: Amazon.com MP3 Store
Android First-look: Twitroid
Google Reader Android
Android Hands-On
Twine 1.0
Photoshop Express Beta
Mozilla Birthday Cake
Palm stuff

 


Follow us on Twitter!

Flickr Pool

www.flickr.com

More Tech Coverage

AOL Radio