Re: [Vim-latex-devel] Completion of Tcommands
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-07-14 16:57:14
|
On Sun, Jul 13, 2003 at 11:50:50PM -0700, Srinath Avadhanula wrote: > On Sat, 12 Jul 2003, Mikolaj Machowski wrote: > > Candidates are: > > I'd like to add completion of commands similar to those implemented > > yesterday in TPackage. I would improve usability of Tcommands. > > > The completion for :TPackage was a good idea. Please update the > documentation for the same... Dont worry about the typos :) I will > correct the grammar etc. But its important it gets into the manual in > some manner. Really doc entries are necessary? I implemented it because completion was the natural thing. Before making it for TTemplate and TMacro- I think Luc has valid point. Many functions there are redundant, also commands behave inconsistently with commands elsewhere (eg. introduce PromptFor... commands for fast choosing of macros). Proposition: - merge custommacros.vim and templates.vim in one file: macros.vim - move stuff for menus into texmenuconf.vim - add PromptFor system - unify functions. > BTW, we need to sometime finalize the whole part-viewing thing. Its > pretty half-baked right now. Also the project thing. Since I ripped out > the old code from texviewer.vim, project files are absolutely unused. We > should either remove the rest of the code supporting projects or find > some other use for it. There is even a non-function menu item under the > main latex-suite menu called Project which basically does nothing right > now. OK. What project should do: 1. Show in explorer window only project files 2. Could shorten scanning files - scan only files in project (lS cannot "think" about all combinations of placement of files, in more complex situations project will help). 3. Load, unload all files in project, eg. for :bufdo commands 4. Some help in compilation? m. |