Wojtek Pilorz wrote:

> I have build gvim 7.0d on Fedora Core 4 as
> 'Big version with GTK2 GUI.'
> 
> I have noticed the following behaviour with multple tab pages (gvim);
> 
> 1. You can switch with Ctrl-Pgup - Ctrl-PgDown when in normal mode;
> In insert and replace mode you need to type Ctrl-O Ctrl-Pgup/PgDown
> (perhaps should be documented?)

It is documented.

> 2. In Visual mode Ctrl-O is not needed, but text is unselected (can
> restore visual selection with gv)

Visual mode is stopped when switching to another tab page.  I don't see
how it would work otherwise.

> 3. When within search prompt started with "/" or ex prompt started with ":",
> I could not find any way to switch tab pages. If this is intentional,
> It should perhaps also be documented.

You can't document all things that don't work.  When editing the command
line you can't change to another window.  Has always been like that.

> 4. Selecting font with Edit/Select Font changes font for all tab pages.
> I think it would be very useful to have also an option to have
> different fonts (or at least different font sizes) in tab pages.

That is not possible, the font is used for everything, also the command
line.  The Vim window resizes too.

> 5. When several files with long file names are opened, not all tabs
> fit into GUI tab line;
> I could find no way to swich tab pages that did not fit on tabline
> with mouse - tabs are not scrollable; popup menu activated with Right
> Click on tabline does not offer an option to swich tabs; and there is
> no free space to click.

Depends on the GUI.  My opinion is that the tabs should fit, otherwise
the whole purpose of using tabs (accessing them with a single click) is
defeated.  If really needed, there could be a menu to show the tabs that
don't fit.  Scrolling the tabs is a really bad solution (Motif does it
anyway...).

> 6. It would be useful if switch to previous tab could be activated
> with mouse, perhaps Middle button-Click of Shift+left button click?

What is the previous tab?

> Also, next/previous tab in tabline popup menu would be convenient.

That is more work than clicking in the tab, doesn't make sense.  For
some GUIs and with the console a click right of the tab labels cycles
through them.

-- 
hundred-and-one symptoms of being an internet addict:
69. Yahoo welcomes you with your own start page

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://www.ICCF.nl         ///

Reply via email to