[txmt-dev] Re: Adding Indent Guide Option to Menu

2016-04-18 Thread Joshua Bernitt
That’s the plan, and I certainly will!

Josh



On 4/18/16, 5:04 PM, "Koen Punt" 
 wrote:

>Like vertical stripes crossing all lines? I'd like that, I'm often dragging a 
>block selection to see if I'm on the right indent level. Which is hard to see 
>when indentation is only 2 spaces.
>
>Let me know if I can try it out.
>
>Koen 
>
>Verstuurd vanaf mijn iPhone
>
>> Op 18 apr. 2016 om 23:00 heeft Joshua Bernitt  het 
>> volgende geschreven:
>> 
>> No, invisibles show’s all invisible elements, including line returns and odd 
>> line endings. Think tab stop guides from BBEdit or sublime. 
>> 
>> Josh
>> 
>> 
>> 
>> 
>>> On 4/18/16, 4:58 PM, "Koen Punt" 
>>> >> k...@koenpunt.nl> wrote:
>>> 
>>> Isn't that the same as the 'View -> Show invisibles' menu item?
>>> 
>>> Koen
>>> 
>>> Verstuurd vanaf mijn iPhone
>>> 
> Op 18 apr. 2016 om 22:42 heeft Ronald Wampler  het 
> volgende geschreven:
> 
> On Mon, Apr 18, 2016 at 6:12 AM, Joshua Bernitt  
> wrote:
> Hey all!
> 
> I think this is the correct mailing list for this question; I’ve been
> working on understanding and getting setup and running with textmate
> development, and have started work to add indentation guides to textmate. 
> I
> have figured out much of the flow for the adding/modifying features (I
> believe), but I can’t seem to find file that directly handles adding a new
> option to the menu?
> 
> I wanted to add a “Enable Indent Guides”/“Disable Indent Guides” to the 
> View
> menu, right below “Show Wrap Column” (I’ve been using it as a reference).
> Could someone point me on the right path? I appreciate it!
 You can add the menu option in 'MainMenu.xib' under
 Applications/TextMate/resources/English.lproj/.
 
> Josh Bernitt
> 
> ___
> textmate-dev mailing list
> textmate-dev@lists.macromates.com
> http://lists.macromates.com/listinfo/textmate-dev
 ___
 textmate-dev mailing list
 textmate-dev@lists.macromates.com
 http://lists.macromates.com/listinfo/textmate-dev
>>> ___
>>> textmate-dev mailing list
>>> textmate-dev@lists.macromates.com
>>> http://lists.macromates.com/listinfo/textmate-dev
>> 
>> ___
>> textmate-dev mailing list
>> textmate-dev@lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate-dev
>___
>textmate-dev mailing list
>textmate-dev@lists.macromates.com
>http://lists.macromates.com/listinfo/textmate-dev

___
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

[txmt-dev] Re: Adding Indent Guide Option to Menu

2016-04-18 Thread Koen Punt
Like vertical stripes crossing all lines? I'd like that, I'm often dragging a 
block selection to see if I'm on the right indent level. Which is hard to see 
when indentation is only 2 spaces.

Let me know if I can try it out.

Koen 

Verstuurd vanaf mijn iPhone

> Op 18 apr. 2016 om 23:00 heeft Joshua Bernitt  het 
> volgende geschreven:
> 
> No, invisibles show’s all invisible elements, including line returns and odd 
> line endings. Think tab stop guides from BBEdit or sublime. 
> 
> Josh
> 
> 
> 
> 
>> On 4/18/16, 4:58 PM, "Koen Punt" 
>> > k...@koenpunt.nl> wrote:
>> 
>> Isn't that the same as the 'View -> Show invisibles' menu item?
>> 
>> Koen
>> 
>> Verstuurd vanaf mijn iPhone
>> 
 Op 18 apr. 2016 om 22:42 heeft Ronald Wampler  het 
 volgende geschreven:
 
 On Mon, Apr 18, 2016 at 6:12 AM, Joshua Bernitt  
 wrote:
 Hey all!
 
 I think this is the correct mailing list for this question; I’ve been
 working on understanding and getting setup and running with textmate
 development, and have started work to add indentation guides to textmate. I
 have figured out much of the flow for the adding/modifying features (I
 believe), but I can’t seem to find file that directly handles adding a new
 option to the menu?
 
 I wanted to add a “Enable Indent Guides”/“Disable Indent Guides” to the 
 View
 menu, right below “Show Wrap Column” (I’ve been using it as a reference).
 Could someone point me on the right path? I appreciate it!
>>> You can add the menu option in 'MainMenu.xib' under
>>> Applications/TextMate/resources/English.lproj/.
>>> 
 Josh Bernitt
 
 ___
 textmate-dev mailing list
 textmate-dev@lists.macromates.com
 http://lists.macromates.com/listinfo/textmate-dev
>>> ___
>>> textmate-dev mailing list
>>> textmate-dev@lists.macromates.com
>>> http://lists.macromates.com/listinfo/textmate-dev
>> ___
>> textmate-dev mailing list
>> textmate-dev@lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate-dev
> 
> ___
> textmate-dev mailing list
> textmate-dev@lists.macromates.com
> http://lists.macromates.com/listinfo/textmate-dev
___
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

[txmt-dev] Re: Adding Indent Guide Option to Menu

2016-04-18 Thread Joshua Bernitt
No, invisibles show’s all invisible elements, including line returns and odd 
line endings. Think tab stop guides from BBEdit or sublime. 

Josh




On 4/18/16, 4:58 PM, "Koen Punt" 
 wrote:

>Isn't that the same as the 'View -> Show invisibles' menu item?
>
>Koen
>
>Verstuurd vanaf mijn iPhone
>
>> Op 18 apr. 2016 om 22:42 heeft Ronald Wampler  het 
>> volgende geschreven:
>> 
>>> On Mon, Apr 18, 2016 at 6:12 AM, Joshua Bernitt  wrote:
>>> Hey all!
>>> 
>>> I think this is the correct mailing list for this question; I’ve been
>>> working on understanding and getting setup and running with textmate
>>> development, and have started work to add indentation guides to textmate. I
>>> have figured out much of the flow for the adding/modifying features (I
>>> believe), but I can’t seem to find file that directly handles adding a new
>>> option to the menu?
>>> 
>>> I wanted to add a “Enable Indent Guides”/“Disable Indent Guides” to the View
>>> menu, right below “Show Wrap Column” (I’ve been using it as a reference).
>>> Could someone point me on the right path? I appreciate it!
>> You can add the menu option in 'MainMenu.xib' under
>> Applications/TextMate/resources/English.lproj/.
>> 
>>> Josh Bernitt
>>> 
>>> ___
>>> textmate-dev mailing list
>>> textmate-dev@lists.macromates.com
>>> http://lists.macromates.com/listinfo/textmate-dev
>> ___
>> textmate-dev mailing list
>> textmate-dev@lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate-dev
>___
>textmate-dev mailing list
>textmate-dev@lists.macromates.com
>http://lists.macromates.com/listinfo/textmate-dev

___
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

[txmt-dev] Re: Adding Indent Guide Option to Menu

2016-04-18 Thread Koen Punt
Isn't that the same as the 'View -> Show invisibles' menu item?

Koen

Verstuurd vanaf mijn iPhone

> Op 18 apr. 2016 om 22:42 heeft Ronald Wampler  het 
> volgende geschreven:
> 
>> On Mon, Apr 18, 2016 at 6:12 AM, Joshua Bernitt  wrote:
>> Hey all!
>> 
>> I think this is the correct mailing list for this question; I’ve been
>> working on understanding and getting setup and running with textmate
>> development, and have started work to add indentation guides to textmate. I
>> have figured out much of the flow for the adding/modifying features (I
>> believe), but I can’t seem to find file that directly handles adding a new
>> option to the menu?
>> 
>> I wanted to add a “Enable Indent Guides”/“Disable Indent Guides” to the View
>> menu, right below “Show Wrap Column” (I’ve been using it as a reference).
>> Could someone point me on the right path? I appreciate it!
> You can add the menu option in 'MainMenu.xib' under
> Applications/TextMate/resources/English.lproj/.
> 
>> Josh Bernitt
>> 
>> ___
>> textmate-dev mailing list
>> textmate-dev@lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate-dev
> ___
> textmate-dev mailing list
> textmate-dev@lists.macromates.com
> http://lists.macromates.com/listinfo/textmate-dev
___
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

[txmt-dev] Re: Adding Indent Guide Option to Menu

2016-04-18 Thread Joshua Bernitt
Thanks! That really helps!

Josh




On 4/18/16, 4:42 PM, "Ronald Wampler" 
 wrote:

>On Mon, Apr 18, 2016 at 6:12 AM, Joshua Bernitt  wrote:
>> Hey all!
>>
>> I think this is the correct mailing list for this question; I’ve been
>> working on understanding and getting setup and running with textmate
>> development, and have started work to add indentation guides to textmate. I
>> have figured out much of the flow for the adding/modifying features (I
>> believe), but I can’t seem to find file that directly handles adding a new
>> option to the menu?
>>
>> I wanted to add a “Enable Indent Guides”/“Disable Indent Guides” to the View
>> menu, right below “Show Wrap Column” (I’ve been using it as a reference).
>> Could someone point me on the right path? I appreciate it!
>>
>You can add the menu option in 'MainMenu.xib' under
>Applications/TextMate/resources/English.lproj/.
>
>> Josh Bernitt
>>
>> ___
>> textmate-dev mailing list
>> textmate-dev@lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate-dev
>___
>textmate-dev mailing list
>textmate-dev@lists.macromates.com
>http://lists.macromates.com/listinfo/textmate-dev

___
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

[txmt-dev] Re: Adding Indent Guide Option to Menu

2016-04-18 Thread Ronald Wampler
On Mon, Apr 18, 2016 at 6:12 AM, Joshua Bernitt  wrote:
> Hey all!
>
> I think this is the correct mailing list for this question; I’ve been
> working on understanding and getting setup and running with textmate
> development, and have started work to add indentation guides to textmate. I
> have figured out much of the flow for the adding/modifying features (I
> believe), but I can’t seem to find file that directly handles adding a new
> option to the menu?
>
> I wanted to add a “Enable Indent Guides”/“Disable Indent Guides” to the View
> menu, right below “Show Wrap Column” (I’ve been using it as a reference).
> Could someone point me on the right path? I appreciate it!
>
You can add the menu option in 'MainMenu.xib' under
Applications/TextMate/resources/English.lproj/.

> Josh Bernitt
>
> ___
> textmate-dev mailing list
> textmate-dev@lists.macromates.com
> http://lists.macromates.com/listinfo/textmate-dev
___
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

[txmt-dev] Re: Adding Indent Guide Option to Menu

2016-04-18 Thread Joshua Bernitt
Ah, thank you very much for that input. I will resend there.




On 4/18/16, 3:21 PM, "Jacob Carlborg" 
 wrote:

>On 2016-04-18 12:12, Joshua Bernitt wrote:
>> Hey all!
>>
>> I think this is the correct mailing list for this question;
>
>I recommend the general mailing list instead. There's barely any traffic 
>at all in this mailing list.
>
>-- 
>/Jacob Carlborg
>
>___
>textmate-dev mailing list
>textmate-dev@lists.macromates.com
>http://lists.macromates.com/listinfo/textmate-dev

___
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev


[txmt-dev] Re: Adding Indent Guide Option to Menu

2016-04-18 Thread Jacob Carlborg

On 2016-04-18 12:12, Joshua Bernitt wrote:

Hey all!

I think this is the correct mailing list for this question;


I recommend the general mailing list instead. There's barely any traffic 
at all in this mailing list.


--
/Jacob Carlborg

___
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev