[TxMt] Re: Softwrap
Pitt Mak
skeleton.mak.jr at gmail.com
Mon Jan 2 12:39:44 UTC 2012
Do you come from Japan? :-)
--
Pitt Mak
On 2012年1月2日星期一 at 下午8:12, 深谷 芳和 wrote:
> I found Softwrap in Textmate2. This is very useful but for me it is better to have sudo tabs in adjacent line as follows.
>
> before soft wrap
> ---------------------------------------------------------
> class Textmate
> def initalize(options = {})
> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> if yyyyyy
> ooooooooooo
> else
> cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
> end
> end
> ----------------------------------------------------------
> after soft wrap
> ----------------------------------------------------------
> class Textmate
> def initalize(options = {})
> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> if yyyyyy
> ooooooooooo
> else
> ccccccccccccccccccccccccccccccccccccc
> ccccccccccccccccccccccccccccc
> end
> end
> ----------------------------------------------------------
> I think this should be idealy as follows
> ----------------------------------------------------------
> class Textmate
> def initalize(options = {})
> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> if yyyyyy
> ooooooooooo
> else
> ccccccccccccccccccccccccccccccccccccc
> ccccccccccccccccccccccccccccc
> end
> end
> ----------------------------------------------------------
>
> How do you think guys?
>
>
>
>
>
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com (mailto:textmate at lists.macromates.com)
> http://lists.macromates.com/listinfo/textmate
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20120102/ada722e1/attachment.html>
More information about the textmate
mailing list