Showing posts with label editor. Show all posts
Showing posts with label editor. Show all posts

Thursday, December 23, 2010

LibreOffice

The Document Foundation
"The Document Foundation is proud to be the home of LibreOffice, the next evolution of the world's leading free office suite."

Saturday, October 23, 2010

Seven habits of effective text editing

Vim: Seven habits of effective text editing
"If you spend a lot of time typing plain text, writing programs or HTML, you can save much of that time by using a good editor and using it effectively. This paper will present guidelines and hints for doing your work more quickly and with fewer mistakes."

Tuesday, August 03, 2010

Screem HTML/XML Editor

Screem HTML/XML Editor
"In addition to excelling as an HTML editor, SCREEM also lends itself to being a versatile XML editing package, perfect for use as a general purpose structured data editing environment."

Thursday, June 10, 2010

jVi

JJinuxLand: Vim: jVi
"jVi is a plugin for NetBeans that provides Vim-like key bindings. The good news is that it's close enough to be comfortable instead of frustrating."

Tuesday, May 04, 2010

Vim for TextMate Fans

Alex Young: Vim for TextMate Fans:
"Then I found TextMate for Mac OS. The immediacy of TextMate made it easy to get started with, and it has many excellent features. The problem is, I’m not always using a Mac. But you know who’ll follow me around to every platform I use? Good old vim! So I started thinking, how could I make vim feel more like TextMate?"

Saturday, December 12, 2009

LyX

LyX - The Document Processor
"LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG). LyX combines the power and flexibility of TeX/LaTeX with the ease of use of a graphical interface."

Friday, October 30, 2009

nano nowrap

To make the nowrap (-w) option default when starting nano, edit (or create) .nanorc in your home directory with the line:

set nowrap

More info at The GNU nano editor FAQ

Friday, September 26, 2008

NOTEPAD++

NOTEPAD++
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.

I have been using Notepad++ for several months. It works well for editing XML as well as source code and plain text. Looks like it can go well beyond basic editing too. There are many features and plug-ins that I have not explored.

Note-to-self: Hold Alt+Shift to enable column selection mode.