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?
I found Softwrap in Textmate2. This is very useful but for me it is better to have sudo tabs in adjacent line as follows.
It is already there, go to Bundle Editor, then Cmd+N create new "Bundle", then create new "Setting" inside your bundle and put there:
{ indentedSoftWrap = { format = '$0'; match = '\A[ \t]*'; }; }
See: http://lists.macromates.com/textmate/2011-December/033583.html
Regards,
Oh my goodness. Unbelievable! Thank you very much! Textmate2 and you can do everything!
On 2012/01/02, at 21:37, Adam Strzelecki 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.
It is already there, go to Bundle Editor, then Cmd+N create new "Bundle", then create new "Setting" inside your bundle and put there:
{ indentedSoftWrap = { format = '$0'; match = '\A[ \t]*'; }; }
See: http://lists.macromates.com/textmate/2011-December/033583.html
Regards,
Adam Strzelecki
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
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@lists.macromates.com (mailto:textmate@lists.macromates.com) http://lists.macromates.com/listinfo/textmate
And you are jaques De La Palice? :-)
http://en.wikipedia.org/wiki/Jacques_de_la_Palice
Trolling on the forum of my favorite editor
D
On Jan 2, 2012, at 1:39 PM, Pitt Mak wrote:
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@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate