Messages - widgewunner [ switch to compact view ]

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 19next
41
Zeus Lite is a free editor for Windows:

    http://www.zeusedit.com/lite

It has configurable syntax highlighting, column marking, regexp, proper macro scripting (ie editable), ftp editing, user defined keyboard mappings etc.
-Jussi Jumppanen (November 22, 2010, 10:35 PM)
I looked at Zeus a while back but as I recall it did not support the more advanced Perl-style regex syntax. What regex engine does it use?

42
General Software Discussion / Re: Why the aversion to .NET Frameworks?
« on: November 17, 2010, 12:45 PM »
... Especially people clinging on to C (and using the insecure libc functions) really shouldn't be doing any sort of networked code, please. ...

You mean people writing such non-networked code as; Linux, Apache and PHP? (all of which are still "clinging" to straight C).

Truth is, C (and asm) simply can't be beat for systems level programming where size and speed (i.e. performance) really matter.

43
... I assume that's a only a feature of Pro rather than Lite. ...

Good assumption. I just checked and the Lite version of EditPad does NOT support the WS keyboard emulation. However, the new EPP7 beta version does continue to support this feature.

44
Actually, the WS emulation is pretty full-featured (including the Ctrl+C, Ctrl+X, Ctrl+S etc). From the EPP6 help file...
Wordstar Navigation Keys
EditPad Pro supports the classic for people who are used to them.  WordStar is an old word processor that used Ctrl+Letter key combinations to navigate through the document.  WordStar was created at a time when most keyboards did not yet have separate arrow key blocks.  Note that many of these navigation keys conflict with standard Windows shortcut keys.  E.g. Ctrl+S is the standard Windows shortcut for File|Save.  In WordStar, Ctrl+S moves the text cursor one position to the left, just like the left arrow key.

You can enable the WordStar navigation keys in the Keyboard Preferences.  When enabled, they are recognized by every full text editor control in EditPad, such as the main editor, the search box, the replace box, the clip editor, etc.

The shortcuts with Ctrl+Q are two-key combinations.  First, press Ctrl+Q.  Then release the Q key and press the second letter in the key combination.  Whether you press Ctrl along with the second key or not makes no difference.

Cursor movement keys
Key combination Action
Ctrl+S Moves the text cursor one position to the left.
Ctrl+D Moves the text cursor one position to the right.
Ctrl+E Moves the text cursor one line upward.
Ctrl+X Moves the text cursor one line downward.
Ctrl+A Moves the text cursor to the start of the previous word or the end of the previous line, whichever is closer.
Ctrl+F Moves the text cursor to the start of the next line or the end of the current line, whichever is closer.
Ctrl+R Moves the text cursor up an entire screen.
Ctrl+C Moves the text cursor down an entire screen.
Ctrl+W Scroll down one line.  Cursor moves up one line unless it is already at the top (configurable).
Ctrl+Z Scroll up one line.  Cursor moves down one line unless it is already at the top (configurable).
Ctrl+Q, S Moves the text cursor to the beginning of the line (configurable).
Ctrl+Q, D Moves the text cursor to the end of the line.
Ctrl+Q, E Moves the text cursor to the top of the screen.
Ctrl+Q, X Moves the text cursor to the bottom of the screen.
Ctrl+Q, R Moves the text cursor to the start of the file.
Ctrl+Q, C Moves the text cursor to the end of the file.

Editing commands
Ctrl+I Insert a tab character.
Ctrl+N Inserts a line break.
Ctrl+G Deletes the character to the right of the text cursor.
Ctrl+H Deletes the character to the left of the text cursor.
Ctrl+T Deletes the part of the current word to the right of the text cursor.  If the cursor is not on a word, all characters to the right of the cursor up to the start of the next word are deleted.
Ctrl+Q, Y All the text on the current line to the right of the text cursor is deleted.
Ctrl+Q, T All the text on the current line to the left of the text cursor is deleted.
Ctrl+V Toggles between insert and overwrite mode.
-EditPadPro

45
... If I still had to write a lot of text, though, I'd just go back to my DOS editor, VDE, because it's WordStar-style. ...

EditPad-Pro has a one-click setting for wordstar key bindings. (Don't know about the free EditPad-lite version however.)

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 19next
Go to full version