スキップしてメイン コンテンツに移動

開発屋さんの道具(エディタ編)


開発しててよく使う道具の一つがエディタです。当然ターゲット、プラットホームが違えば使うものも違います。
私が得意としている分野はUNIX, Windowsなので皆さんも聞いたことのあるものばかりです。

1番 Emacs(Meadow含む)
これは、長く使ってますね~もう10年以上使ってるX Windowで動くEpoch?も触ったけどnemacsが長かったかも…
Lispで出来ていて、とっつきにくい。カスタマイズは大変なんですが、なれって怖いですね。

Meadowの存在を知ったのは。。。相当前だな~
WindowsNT?2000の頃からはMeadowばっかりで開発してます。


2番 NoEditor
結構よく出来ています。NoEditorの一番気に入っているところは、開いている2つのファイルを比較できるところですね。
あと、Grepもよく出来ていて、指定した文字を検索して置換できるのはよいです。
通常の編集もかゆいところに手が届く感じで気に入ってます。


番外編 バイナリエディタ Bz
たまに役に立ってくれるのが、バイナリエディタのBzです。特別な機能があるわけじゃないのですが、重宝しています。


番外編 HTML編集 ホームページビルダ/Aptana
ホームページビルダはGUIで適当に配置してサンプルページ(プロトタイプ?)を作る為に使用します。
AptanaはEclipseをベースにしたHTML編集IDEです。ブラウザごとに対応しているタグのプロパティを表示してくれます。

コメント

このブログの人気の投稿

MySQL NotifierがHigh Severity Errorを出して立ち上がらない…

先日、わしのPCがコンセントが抜けかけが原因で落ちて以来、MySQLのNotifierがエラーを出して立ち上がらなくなった… 1週間放置しておいたが、毎日エラーダイアログが表示されるのも目障りなので、対処してみた。 結果、 %APPDATA%\Oracle\MySQL Notifier にある settings.config が壊れていることが判り、削除し解決した。 なんでこんなものが壊れたのかは不明…

Sun Fire V120のディスクの消去

Sunの撤去が決まったので、ディスクの消去のために色々調べてた結果です ■USB光学ドライブからBoot出来るかの資料 Can I boot from a USB disk or USB CD/DVD drive? Generally speaking, booting from USB disk, CD/DVD drive is supported on x86 platforms with S10 update 1 and later if the BIOS has USB 2.0 support. Sparc systems with USB 2.0 support can boot from USB disks if the OBP(Open Boot Prom) is upgraded to version 4.27 or later. Before you can boot Solaris from USB disk, you have to install Solaris on the disk first. Installing on USB memory sticks is not recommended as the number of writes to these sticks is limited. Problems observed on some hardware platforms: -Installation from USB CD/DVD drive starts, but then fails with "not finding media" error. This is because the CD/DVD drive is not mounted under the /cdrom directory as the installation process expects. Possible workaround is to re-plug in the CD/DVD drive, and make sure the device is in the device tree and the /dev/dsk/ link is correctly created, and mount i...