From jjbernitt at gmail.com Mon Apr 18 10:12:19 2016 From: jjbernitt at gmail.com (Joshua Bernitt) Date: Mon, 18 Apr 2016 06:12:19 -0400 Subject: [txmt-dev] Adding Indent Guide Option to Menu Message-ID: 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! Josh Bernitt -------------- next part -------------- An HTML attachment was scrubbed... URL: From doob at me.com Mon Apr 18 19:21:00 2016 From: doob at me.com (Jacob Carlborg) Date: Mon, 18 Apr 2016 21:21:00 +0200 Subject: [txmt-dev] Re: Adding Indent Guide Option to Menu In-Reply-To: References: Message-ID: 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 From jjbernitt at gmail.com Mon Apr 18 19:22:34 2016 From: jjbernitt at gmail.com (Joshua Bernitt) Date: Mon, 18 Apr 2016 15:22:34 -0400 Subject: [txmt-dev] Re: Adding Indent Guide Option to Menu In-Reply-To: References: Message-ID: <85D83C57-C4BE-4220-8D98-82DC77D68B5E@gmail.com> 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 at lists.macromates.com >http://lists.macromates.com/listinfo/textmate-dev From rdwampler at gmail.com Mon Apr 18 20:42:05 2016 From: rdwampler at gmail.com (Ronald Wampler) Date: Mon, 18 Apr 2016 16:42:05 -0400 Subject: [txmt-dev] Re: Adding Indent Guide Option to Menu In-Reply-To: References: Message-ID: 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 at lists.macromates.com > http://lists.macromates.com/listinfo/textmate-dev From jjbernitt at gmail.com Mon Apr 18 20:45:15 2016 From: jjbernitt at gmail.com (Joshua Bernitt) Date: Mon, 18 Apr 2016 16:45:15 -0400 Subject: [txmt-dev] Re: Adding Indent Guide Option to Menu In-Reply-To: References: Message-ID: <9E8B5256-BD23-4C5C-8FC6-FD689F7C2508@gmail.com> 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 at lists.macromates.com >> http://lists.macromates.com/listinfo/textmate-dev >_______________________________________________ >textmate-dev mailing list >textmate-dev at lists.macromates.com >http://lists.macromates.com/listinfo/textmate-dev From koen at koenpunt.nl Mon Apr 18 20:58:28 2016 From: koen at koenpunt.nl (Koen Punt) Date: Mon, 18 Apr 2016 22:58:28 +0200 Subject: [txmt-dev] Re: Adding Indent Guide Option to Menu In-Reply-To: References: Message-ID: <6B74DD18-B6EF-487A-AA56-7BD6507906DA@koenpunt.nl> 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 at lists.macromates.com >> http://lists.macromates.com/listinfo/textmate-dev > _______________________________________________ > textmate-dev mailing list > textmate-dev at lists.macromates.com > http://lists.macromates.com/listinfo/textmate-dev From jjbernitt at gmail.com Mon Apr 18 21:00:14 2016 From: jjbernitt at gmail.com (Joshua Bernitt) Date: Mon, 18 Apr 2016 17:00:14 -0400 Subject: [txmt-dev] Re: Adding Indent Guide Option to Menu In-Reply-To: <6B74DD18-B6EF-487A-AA56-7BD6507906DA@koenpunt.nl> References: <6B74DD18-B6EF-487A-AA56-7BD6507906DA@koenpunt.nl> Message-ID: 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 at lists.macromates.com >>> http://lists.macromates.com/listinfo/textmate-dev >> _______________________________________________ >> textmate-dev mailing list >> textmate-dev at lists.macromates.com >> http://lists.macromates.com/listinfo/textmate-dev >_______________________________________________ >textmate-dev mailing list >textmate-dev at lists.macromates.com >http://lists.macromates.com/listinfo/textmate-dev From koen at koenpunt.nl Mon Apr 18 21:04:37 2016 From: koen at koenpunt.nl (Koen Punt) Date: Mon, 18 Apr 2016 23:04:37 +0200 Subject: [txmt-dev] Re: Adding Indent Guide Option to Menu In-Reply-To: References: <6B74DD18-B6EF-487A-AA56-7BD6507906DA@koenpunt.nl> Message-ID: 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" 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 at lists.macromates.com >>>> http://lists.macromates.com/listinfo/textmate-dev >>> _______________________________________________ >>> textmate-dev mailing list >>> textmate-dev at lists.macromates.com >>> http://lists.macromates.com/listinfo/textmate-dev >> _______________________________________________ >> textmate-dev mailing list >> textmate-dev at lists.macromates.com >> http://lists.macromates.com/listinfo/textmate-dev > > _______________________________________________ > textmate-dev mailing list > textmate-dev at lists.macromates.com > http://lists.macromates.com/listinfo/textmate-dev From jjbernitt at gmail.com Mon Apr 18 21:06:36 2016 From: jjbernitt at gmail.com (Joshua Bernitt) Date: Mon, 18 Apr 2016 17:06:36 -0400 Subject: [txmt-dev] Re: Adding Indent Guide Option to Menu In-Reply-To: References: <6B74DD18-B6EF-487A-AA56-7BD6507906DA@koenpunt.nl> Message-ID: 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" 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 at lists.macromates.com >>>>> http://lists.macromates.com/listinfo/textmate-dev >>>> _______________________________________________ >>>> textmate-dev mailing list >>>> textmate-dev at lists.macromates.com >>>> http://lists.macromates.com/listinfo/textmate-dev >>> _______________________________________________ >>> textmate-dev mailing list >>> textmate-dev at lists.macromates.com >>> http://lists.macromates.com/listinfo/textmate-dev >> >> _______________________________________________ >> textmate-dev mailing list >> textmate-dev at lists.macromates.com >> http://lists.macromates.com/listinfo/textmate-dev >_______________________________________________ >textmate-dev mailing list >textmate-dev at lists.macromates.com >http://lists.macromates.com/listinfo/textmate-dev