Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Text Tricks and More Text Tricks
Subject:   need vertical split
Date:   2006-10-12 16:33:21
From:   shortstop
I want a GUI-based text editor that allows me to do a vertical split. Lots of them do horizontal split but none do vertical split. I want to be able to look at source in one file, and edit the same file in another spot.


BBEdit almost does this, they have that synchro-scroll thing, but you can't have 2 views of the same file.


JEdit does vertical split, but doesn't have a C-Language function popup that I could find. If it does have one, it is not documented well enough for me to figure out how to use it.


Smultron and XCode only do horizontal splits. TextMate doesn't split at all AFAICT.


Does anyone know of anything with a vertical split and a C-language function popup support?


Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • need vertical split
    2006-10-13 08:54:21  ge.org [View]

    In vim you get vertical splitting. Just type :vsplit file and you're done.
    Of course, it is not GUI-based, but I've never seen a GUI-based editor which is better or faster (except of emacs, maybe).
    • need vertical split
      2006-10-13 21:12:43  JussiH [View]

      There are gui versions of vim, also for OS X. I'm using the gui versions on OS X and Winows almost exclusively, the terminal versions are just for special occasions.

      See http://macvim.org