In TM 2, Bundle Editor, How can you change the order of Menu Action items in the Bundle Editor. How can you add separators (for menu separator item)
On Apr 29, 2015, at 6:19 PM, John Joyce dangerwillrobinsondanger@gmail.com wrote:
In TM 2, Bundle Editor, How can you change the order of Menu Action items in the Bundle Editor. How can you add separators (for menu separator item)
Replying myself, I did not see a way to do this in the UI, unfortunately. Instead, the UI only additions seem to use alphabetical (possibly locale based)colation order
It is however possible to add a mainMenu key to the info.plist followed by a dict with an items key child followed by an array, where the array consists of string entries of the UUIDs of each item. a string of all - the length of a UUID will give a menu item separator.
On Apr 29, 2015, at 12:19 PM, John Joyce dangerwillrobinsondanger@gmail.com wrote:
In TM 2, Bundle Editor, How can you change the order of Menu Action items in the Bundle Editor. How can you add separators (for menu separator item)
Bundle Editor is still a proof of concept and it’s quite featureless. Allan never got to finishing it. And judging by the number of commits in the last month it won’t happen soon.
Just create whatever you need using Bundle Editor. Then open the *.tmbundle/info.plist and toss things around the way you want.
Use <string>------------------------------------</string> to create a separator.
On 29 Apr 2015, at 12:43, Igor me@igorkozlov.me wrote:
On Apr 29, 2015, at 12:19 PM, John Joyce dangerwillrobinsondanger@gmail.com wrote:
In TM 2, Bundle Editor, How can you change the order of Menu Action items in the Bundle Editor. How can you add separators (for menu separator item)
Bundle Editor is still a proof of concept and it’s quite featureless. Allan never got to finishing it. And judging by the number of commits in the last month it won’t happen soon.
Just create whatever you need using Bundle Editor. Then open the *.tmbundle/info.plist and toss things around the way you want.
Use <string>------------------------------------</string> to create a separator.
... a tiny hint from my side: for that reason I've also installed TM 1.5.x; then I load that TM 2.0 bundle into TM 1.5; edit ordering, grouping, whatever; save it; and then reload it into TM 2.0
Cheers, Hans
Here’s a nice reference I found to help with creating and organizing bundle menus:
http://stackoverflow.com/questions/27918424/how-to-group-snippets-in-textmat... http://stackoverflow.com/questions/27918424/how-to-group-snippets-in-textmate
Bob ------------------- Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
On Apr 29, 2015, at 6:43 AM, Igor me@igorkozlov.me wrote:
On Apr 29, 2015, at 12:19 PM, John Joyce dangerwillrobinsondanger@gmail.com wrote:
In TM 2, Bundle Editor, How can you change the order of Menu Action items in the Bundle Editor. How can you add separators (for menu separator item)
Bundle Editor is still a proof of concept and it’s quite featureless. Allan never got to finishing it. And judging by the number of commits in the last month it won’t happen soon.
Just create whatever you need using Bundle Editor. Then open the *.tmbundle/info.plist and toss things around the way you want.
Use <string>------------------------------------</string> to create a separator.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Hans,
From the TextMate web site: —
If you are on OS X 10.7 or later we strongly recommend using TextMate 2 despite the beta label, this just means that there are still more work planned.
For OS X 10.9 and later, TextMate 1.x is not suitable as it relies on system components no longer available.
—
Are you running an older OS, or can TextMate 1.5 be made to run on OS X 10.10?
Bob ------------------- Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
On Apr 29, 2015, at 6:46 AM, Robert J. Rockefeller bob@bobrockefeller.com wrote:
Here’s a nice reference I found to help with creating and organizing bundle menus:
http://stackoverflow.com/questions/27918424/how-to-group-snippets-in-textmat... http://stackoverflow.com/questions/27918424/how-to-group-snippets-in-textmate
Bob
Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com http://www.bobrockefeller.com/
On Apr 29, 2015, at 6:43 AM, Igor <me@igorkozlov.me mailto:me@igorkozlov.me> wrote:
On Apr 29, 2015, at 12:19 PM, John Joyce <dangerwillrobinsondanger@gmail.com mailto:dangerwillrobinsondanger@gmail.com> wrote:
In TM 2, Bundle Editor, How can you change the order of Menu Action items in the Bundle Editor. How can you add separators (for menu separator item)
Bundle Editor is still a proof of concept and it’s quite featureless. Allan never got to finishing it. And judging by the number of commits in the last month it won’t happen soon.
Just create whatever you need using Bundle Editor. Then open the *.tmbundle/info.plist and toss things around the way you want.
Use <string>------------------------------------</string> to create a separator.
textmate mailing list textmate@lists.macromates.com mailto:textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 29 Apr 2015, at 12:54, Robert J. Rockefeller bob@bobrockefeller.com wrote:
Hans,
From the TextMate web site: —
If you are on OS X 10.7 or later we strongly recommend using TextMate 2 despite the beta label, this just means that there are still more work planned.
For OS X 10.9 and later, TextMate 1.x is not suitable as it relies on system components no longer available.
—
Are you running an older OS, or can TextMate 1.5 be made to run on OS X 10.10?
Good point ;) I also have an older Mac (Lion) and TM 1.5 works. Never tried to run TM 1.5 on my new Mac (Yosemite).
h.
On 2015-04-29 12:54, Robert J. Rockefeller wrote:
Hans,
From the TextMate web site:
—
If you are on OS X 10.7 or later we strongly recommend using TextMate 2 despite the beta label, this just means that there are still more work planned.
For OS X 10.9 and later, TextMate 1.x is not suitable as it relies on system components no longer available.
—
Are you running an older OS, or can TextMate 1.5 be made to run on OS X 10.10?
TextMate 1.5 works perfectly fine for me on 10.10. I haven't tried everything but executing Ruby code from within TextMate works. I used it for quite a while on 10.9 as well before all the bundles I needed got updated.