[Ffmpeg-devel] Visual C++ compatibility
Vidar Madsen
vidarino
Wed May 4 11:02:24 CEST 2005
On 5/4/05, M?ns Rullg?rd <mru at inprovide.com> wrote:
> Rich Felker <dalias at aerifal.cx> writes:
>
> > On Tue, May 03, 2005 at 10:23:56PM +0100, Alex wrote:
> >> >
> >> > It's attempted every now and then, but people usually soon realize the
> >> > futility of such an undertaking.
> >> >
> >>
> >> Then what IDE is the best for reading the code? Emacs?
> >
> > Why would you use an IDE to read code? Your favorite pager (e.g. less)
> > works perfectly fine.
>
> A little syntax highlighting can make the reading easier. Less
> doesn't quite cut it in that area.
Not to mention instant find-next (In vim, hit "*" while cursor is on
top of a word, and it will highlight it and search for the next
occurrence of it. Pretty handy while jumping functions. :) (And hit
"#" to go to the previous occurrence.)
Relatedly, "gD" = goto-declaration, which jumps to wherever a function
or variable is declared/first mentioned.
Those are for vim (which I both use and like, but the "modes" thing
surely takes some time getting used to), but I'm sure *emacs and other
IDEs have similar shortcuts.
Anyway, hardly something a pager will do without objection. ;)
Vidar
More information about the ffmpeg-devel
mailing list