osdir.com
mailing list archive

Subject: A new voting item - msg#00093

List: editors.vim.mac

Date: Prev Next Index Thread: Prev Next Index

Upon request I have added one more item to vote on:

Add an indication what text was changed since editing started
(change bar or diff)

If you are sponsoring Vim or are a registered Vim users you can adjust
your votes at http://www.vim.org/sponsor/vote.php .

--
It is illegal to take more than three sips of beer at a time while standing.
[real standing law in Texas, United States of America]

/// Bram Moolenaar -- Bram-+95IjRO79B4xsqv6Oivclw@xxxxxxxxxxxxxxxx --
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://ICCF-Holland.org ///



Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: using mac drawers to display a directory

It would also be great, to add a graphical interface to plugins. A personal favorite would be, to use Nicolas' drawer for the project.vim plugin, which I use a lot. Not sure if that would add alot of overhead/make source diverge from the default vim sources, but hey, just a thought. On 3/25/07, Niklas LindstrÃm <lindstream@xxxxxxxxx> wrote: While I do agree that it would be unfortunate to diverge from standard Vim, this would be really good to have. I don't have the list in my head, but this shouldn't be too far from some item in the wishlist for future Vim. Just for completeness, how about something like: :browsepanel <path> Which would open "something" from which one could select files. A "select" (double-click) would call ":e <path>" if path is a file, else expand tree (use ":browsepanel <otherpath>" for switching dir). Finally, ":browsepanel" w/o arg would close/toggle it. Just off the top of my head, since I really like the idea.. (Though this may lead to the slippery slope of IDE-like complexities I guess. And then there will be the "how to work netrw into this". Still, we've had ":browse" for years now..) Best regards, Niklas On 3/25/07, Nicolas Weber <nicolasweber@xxxxxx> wrote: > Hi, > > > I really appreciate the drawer functionality for organizing the tabs > > in macvim. I was wondering if it would be possible to tweak the drawer > > to display the contents of a certain directory in a tree view? > > everything is possible :-P We shouldn't diverge too much from > standard vim though, I guess... > > > There are probably more pressing things to implement, so even if > > someone > > could point me to the appropriate source code file, it would be much > > appreciated. > > The source file is vim-root/src/gui_mac.c, the tab stuff is at the > bottom (provided you already applied the tabs patch :-P). > > HTH, > Nico > > -- Panos Laganakos

Next Message by Date: click to view message preview

Cursor redraw problem with :set foldmethod=marker, Mac OS X 10.4.9, GVIM

Hi, When I have foldmethod=marker in GVIM and I scroll by holding down the j or k keys, the cursor fails to redraw as it moves down or up the page, although once I stop scrolling the cursor redraws again at the current line, which is usually about 8-10 lines below the original line. It is not necessary to have any actual folds in the file to observe this behavior, just foldmethod=marker. Everything works fine in the Terminal, however. I'm on a dual G5, OS X 10.4.9. I tried applying the patches and compiling on my own, but it didn't help. Here's the output from "vim --version": VIM - Vi IMproved 7.0 (2006 May 7, compiled Feb 27 2007 17:13:53) MacOS X (unix) version Included patches: 1-205 Compiled by kwsmith1-63mtpxcE9Cs@xxxxxxxxxxxxxxxx Huge version with Carbon GUI. Features included (+) or not (-): +arabic +autocmd -balloon_eval +browse ++builtin_terms +byte_offset +cindent -clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs -dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu +mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm -mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme -netbeans_intg -osfiletype +path_extra +perl +postscript +printer +profile +python +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static -tag_any_white +tcl +terminfo +termresponse +textobjects +title -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp -xterm_clipboard -xterm_save system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" user exrc file: "$HOME/.exrc" system gvimrc file: "$VIM/gvimrc" user gvimrc file: "$HOME/.gvimrc" system menu file: "$VIMRUNTIME/menu.vim" fall-back for $VIM: "/Applications/Vim.app/Contents /Resources/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MAC -fno-common -fpascal-strings -Wall -Wno-unknown-pragmas -mdynamic-no-pic -pipe -I. -Iproto -arch ppc -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -O -fno-strength-reduce -Wall -g -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1 -D_THREAD_SAFE=1 Linking: gcc -arch ppc -L/usr/local/lib -o Vim -framework Carbon -lncurses -liconv -lintl -L/usr/local/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLoader.a -L/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE -lperl -lm -lc -framework Python -framework Tcl -framework CoreFoundation

Previous Message by Thread: click to view message preview

using mac drawers to display a directory

Hi, I really appreciate the drawer functionality for organizing the tabs in macvim. I was wondering if it would be possible to tweak the drawer to display the contents of a certain directory in a tree view? There are probably more pressing things to implement, so even if someone could point me to the appropriate source code file, it would be much appreciated. Thanks, Chinmoy

Next Message by Thread: click to view message preview

Cursor redraw problem with :set foldmethod=marker, Mac OS X 10.4.9, GVIM

Hi, When I have foldmethod=marker in GVIM and I scroll by holding down the j or k keys, the cursor fails to redraw as it moves down or up the page, although once I stop scrolling the cursor redraws again at the current line, which is usually about 8-10 lines below the original line. It is not necessary to have any actual folds in the file to observe this behavior, just foldmethod=marker. Everything works fine in the Terminal, however. I'm on a dual G5, OS X 10.4.9. I tried applying the patches and compiling on my own, but it didn't help. Here's the output from "vim --version": VIM - Vi IMproved 7.0 (2006 May 7, compiled Feb 27 2007 17:13:53) MacOS X (unix) version Included patches: 1-205 Compiled by kwsmith1-63mtpxcE9Cs@xxxxxxxxxxxxxxxx Huge version with Carbon GUI. Features included (+) or not (-): +arabic +autocmd -balloon_eval +browse ++builtin_terms +byte_offset +cindent -clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs -dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu +mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm -mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme -netbeans_intg -osfiletype +path_extra +perl +postscript +printer +profile +python +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static -tag_any_white +tcl +terminfo +termresponse +textobjects +title -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp -xterm_clipboard -xterm_save system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" user exrc file: "$HOME/.exrc" system gvimrc file: "$VIM/gvimrc" user gvimrc file: "$HOME/.gvimrc" system menu file: "$VIMRUNTIME/menu.vim" fall-back for $VIM: "/Applications/Vim.app/Contents /Resources/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MAC -fno-common -fpascal-strings -Wall -Wno-unknown-pragmas -mdynamic-no-pic -pipe -I. -Iproto -arch ppc -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -O -fno-strength-reduce -Wall -g -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1 -D_THREAD_SAFE=1 Linking: gcc -arch ppc -L/usr/local/lib -o Vim -framework Carbon -lncurses -liconv -lintl -L/usr/local/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLoader.a -L/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE -lperl -lm -lc -framework Python -framework Tcl -framework CoreFoundation
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by