May 25, 2011
In fact, this version is a more important, in this version which I made some changes to the kernel.
1. to achieve a number of selection operations. As follows:
Hold down the Ctrl key while selecting text or click the mouse position, I call this operation to add an anchor,
multiple anchor points can be also add text, and delete the selected text, you can put all of the current constituency
copy to the clipboard. However, this feature seems a bit tasteless. Had wanted to do its main purpose is to prepare for the snippt.
2. Find and replace the code completion. You can perfect on $ and \ n to operate, but I do not fully tested.
intuitively correct operation is this:
$ matches the end of the line only
\ n match EOL
then You can use the $ for each additional line of text, remove blank lines is to replace ^ \ n, etc.
Find and Replace efficiency still make it, because I simply execute each step of the operation, Each replacement is a separate Command,
then used autogroup. To do so, relatively simple to achieve, is almost efficient. Simple test the next, is good!
3. e added a Line Highlighter, that is the spell check (HunSpell). Click the menu view-> spell check
can be real-time spell check it! We often see the operation is right-click the text spell error occurs, then
appear correct prompt. But I think this is not perfect, because there are many features may be entangled in the right menu.
I am more interested in the following programs: (looks like the default editor on the mac is such)
edit their own addition to supporting the real time of the check, but also show a spell dialog, above ignore, ignore all
add to user dict, there is a listbox, total words, and the like editplus now this dialog. there is a very important point,

it is to have an option to allow users to choose which state of the check. for example, only check comments and strings and the like.
default all check. there are multi-language support, French, German, and the like, do not underestimate the spell check, we can do is not easy!
4. from a simple, real product-level edit is getting closer! Done for so many years, countless versions, has never been so close to a product.
one thing, you spend more time, with even the best technology, reach the basic level of use