Re: [Vim-latex-devel] label viewing
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-01-22 20:47:56
|
On Thu, Jan 16, 2003 at 03:52:16PM -0800, Srinath Avadhanula wrote: > I just cooked up something which shows what I mean... Note that this is > still a very basic version which doesn't have the syncing capability of > compiler.vim... Eventually, we would like to make the quickfix window > (in this case, the '--Label Browser---' window) sync with the > appropriate tex window in preview mode... > I am attaching a file called labelbrowser.vim. Place that in your > ftplugin/tex/ directory and then when you either type \ref{ or press > <F9> in normal mode, a window with the \label matches is shown... > (You must have some tex files containing \label's in the directory of > the file being edited). Hmm. I don't like idea of results caching - what about new \label items? here is my version. this is rather prototype and needs completion and polishing but before I do more I'd like to hear what do you think about it. Your version was causing problems with redrawing of screen. > On Thu, 16 Jan 2003, Mikolaj Machowski wrote: > > Great :) The idea to use quickfix is wonderful but I have to read > > something about it. Also I don't like to use IMAP here. quickfix and > > preview are some kind "agressive". Making it appears automagically... > I am including this agressive behavior :) just now just to show its > possible. Eventually, we might make this an option which is disabled by > default... I commented this. IMAP here causes problems. Try with <F9> in Normal mode > In the meanwhile, you are welcome to add to the help suggest new modes > of behavior etc... What about turning off preview window? This can lead to some problems. Previewing files opens them and this is not always desired behaviour. Mikolaj |