Switching back to jEdit from TextMate
TextMate is one of the best text editors for the Mac. But as a long time jEdit user, I couldn't get past its lack of a couple of features that I love: highlighting all occurrences of a word, and splitting windows.
With a single keystroke, jEdit's Highlight plugin lets me highlight all occurrences of the word under the cursor (“initializationVector” in the example below):
![Highlighting all occurrences](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_trTddvcJCQr-Bh3sJFM65xnhp4cgA1Uz157oVwE44M-TAfW5446OUrd-GWMPBlB-sW_T2TS3H4V9SGCOG2u96n5GbZAaIJTXFDdGxnI4na8Kd5pm26xY9D1lNpt8Y0yq0=s0-d)
This is useful for seeing at a glance all the places that a variable or method name is used in a file.
The split-windows functionality is also handy and quite flexible:
![Split windows](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_ud3S_n4UE9Yj4aKm8XKxcyifh4xb2hPCmzChUA0OKzX75tE2z4K2dXfOUUZIIliwc_-yfn38rIjm-OJ4-1JjtVIzG2aF3xjkwK3UMFCsd68OkjVlZ8jg6BIR-XBFvLK88=s0-d)
One thing that TextMate does really well is its ⌘-T command, which lets you go to a file by incrementally searching on its name. It turns out that jEdit has a decent imitation of it, called the OpenIt plugin:
![OpenIt plugin](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sSwp08N3HW9Zy8tjCqLxC7alK62oPl5byBpFhsWDkDBiMtMYgxAME2MNxKwbsLF29Ka0E12Z7jkrGLPbMW8YPNKbhGdJr_32B92zxt5EC53o6vX7mgb9ZwzxjgciHUwDc=s0-d)
There are a lot of great features in jEdit, so I'm going to return to it as my primary editor. It does take some tweaking to get it working satisfactorily in Mac OS X – that will be the subject of another blog post.
With a single keystroke, jEdit's Highlight plugin lets me highlight all occurrences of the word under the cursor (“initializationVector” in the example below):
This is useful for seeing at a glance all the places that a variable or method name is used in a file.
The split-windows functionality is also handy and quite flexible:
One thing that TextMate does really well is its ⌘-T command, which lets you go to a file by incrementally searching on its name. It turns out that jEdit has a decent imitation of it, called the OpenIt plugin:
There are a lot of great features in jEdit, so I'm going to return to it as my primary editor. It does take some tweaking to get it working satisfactorily in Mac OS X – that will be the subject of another blog post.
0 Comments:
Post a Comment
<< Home