Map that adds whitespace to align a character in variable length textlines

This is a discussion on Map that adds whitespace to align a character in variable length textlines within the Editors forums in Theory and Concepts category; Sometimes I like to align certain text lines so that a certain character in each line is in the same column in each line, like the following: var aaaaaaaa = "aaaaa"; var bbb = "bbbb"; var ccccc = "ccccc"; .... to ... var aaaaaaaa = "aaaaa"; var bbb = "bbb"; var ccccc = "ccccc"; I can't figure out how to write a map that will do this. Is it possible? bgold12...

Go Back   Application Development Forum > Theory and Concepts > Editors

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-24-2008, 09:42 PM
bgold12
Guest
 
Default Map that adds whitespace to align a character in variable length textlines

Sometimes I like to align certain text lines so that a certain
character in each line is in the same column in each line, like the
following:

var aaaaaaaa = "aaaaa";
var bbb = "bbbb";
var ccccc = "ccccc";

.... to ...

var aaaaaaaa = "aaaaa";
var bbb = "bbb";
var ccccc = "ccccc";

I can't figure out how to write a map that will do this. Is it
possible?

bgold12
Reply With Quote
  #2  
Old 08-28-2008, 11:07 PM
canoe
Guest
 
Default Re: Map that adds whitespace to align a character in variable lengthtext lines

bgold12 wrote:
> Sometimes I like to align certain text lines so that a certain
> character in each line is in the same column in each line, like the
> following:
>
> var aaaaaaaa = "aaaaa";
> var bbb = "bbbb";
> var ccccc = "ccccc";
>
> ... to ...
>
> var aaaaaaaa = "aaaaa";
> var bbb = "bbb";
> var ccccc = "ccccc";
>
> I can't figure out how to write a map that will do this. Is it
> possible?


Check out the Align plugin:
http://vim.sourceforge.net/scripts/s...script_id=1195

V <move> \t=

Minnesota Boundary Waters! aka Canoe.
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 05:56 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.