I am new to the world of TextMate, and I absolutely love this editor! I am very thrilled to see that version 2 is nearing release, and cannot wait to see it! My question for you is: I will be purchasing TM very soon; do you prefer that I go ahead and purchase the license for version 1.5 now, or is it better to wait until general release of 2.0? Either way, I am buying it!
Keep up the great work!
Greetings-
A small matter, but the Lilypond bundle can't find the shell command
"pre" in TextMate 2 (8930). I couldn't find it either.
I'm happy to fix this, but am unsure where/whether bash_init.sh is
used anymore in TM2.
Thanks! Charles
Hey Everyone,
Has anyone poking with TM2 figured out how to change themes? In the preferences window I see how to install/remove themes but not how to apply them.
Just wondering.
Thanks!
-William
Hi,
I'm trying to create a new TM2 bundle but can't find out where it should go or how to go about doing so. Can we currently create new bundles even if it's a bit hack and slash and where should we drop them?
-Robert
I'm very much looking forward to the prerelease of the next major version of TextMate. What day this month can we look forward to it?
Sent from my Droid Charge on Verizon 4GLTE
I've got a quick workaround for issue #1 (splitviews):
Open "~/Library/Application Support/TextMate/Session/Info.plist"
(the XCode plist editor makes it nice and easy, but you can open it in
textmate as well if you are comfortable editing plists).
You are looking for htmlOutputHeight. Mine was set to a negative value,
setting it to a positive value should fix the issue (it did for me).
-Amiel
> Hi Allan et al.
> first, TM 2 looks really good :) Congratulations!
> Here my first observations:
> 1) splitviews
> - open a file and display any of the file browser options (like SCM etc.)
> - then drag the grabber to resize both views inside the splitview
> - it is possible to resize them beyond the window's frame bounds
> - the same for HTML output
> - even show/hide file browser doesn't reset the views correctly
> 2) (I know very marginally :) Multibyte Input
> - open a window
> - change Apple's input method to e.g. Japanese (Hiragana) and type e.g. 't'
> - this is what I get:
> t{
> NSUnderline = 2;
> NSUnderlineColor = "NSCalibratedWhiteColorSpace 0.17 1";
> }
> - after type 'a'
> tた{
> NSUnderline = 2;
> NSUnderlineColor = "NSCalibratedWhiteColorSpace 0.17 1";
> }{
> NSUnderline = 2;
> NSUnderlineColor = "NSCalibratedWhiteColorSpace 0.17 1";
> }
> - whereby only 'た' should be displayed
> 3) main menu > Bundles > ... key equivalent and tab trigger overlap
> - as far as I see it if a bundle command has a tab trigger AND a key
> equivalent defined both info will be displayed overlapped in the NSMenuItem
> - e.g. JavaScript > Core > Language > Object Key - Key Value
>
> All the best,
> --Hans
-Amiel
http://carnesmedia.com
OMFG. We were so close, but someone just HAD to bring it up again. If you
have followed TM2 at all you would realize it's pretty annoying for Allan
to be asked every 5 minutes "Are we there yet?! Are we there yet?! Are we
there yet?!"
Someone ask a real question so we can get off of this garbage and start
helping with TM, that's what I thought this list was for.
Hey TM Community,
I'm excited to hear that we might see TM2, soon! Even if it's just in alpha. Progress is progress. When it's released, I'll do whatever I can to provide feedback and prepare the product for its beta release.
Let me know how I can help. In the meantime, I'll be thinking and sending good thoughts to the developers.
Best,
Jason
================================================================
Jason E. Miller, Ph.D.
Professor of Mathematics
Truman State University
Kirksville, MO
http://pyrite.truman.edu/~millerj/
660-785-7430 (work)
Allan,
Contempt for the customers? That always works out well. How about you guys either keep your promises, or just end the entire project altogether so we can all move on.
Sean
No, it isn't a gift, and we've been patient. We were promised a prerelease by the end of the year, and we would just like Macromates to keep their word.
It has come to the point now where other developers have created full blown replacements for the missing TextMate 2 (Sublime Text 2). We want TextMate 2 because we love thie product, and we're loyal -- but we're not feeling the love in return.
Sent from my Droid Charge on Verizon 4GLTE
What are the rules for what items from a language grammar appear in the symbol list?
Some of the scope's I've defined ( for class and function ) appear in the symbol list but not others.
I've looked for a list or documentation of what will appear in the symbol list by default and can't find anything.
> I'm trying to do a language grammar where i would do something like
Within the next month we should see some sort of release of TextMate 2.
Since a lot of grammar tweaking involves hacks or workarounds for current
limitations, I'm putting the fine tuning of things on hold since TM2 might
provide something to take care of it more intuitively or properly than can
be done currently. I'd suggest doing the same since what might take a few
hours now might take 5 minutes or be automatic in TM2.
***
*My own question:*
On that subject, are there any references for TM2 bundle development? Like
language grammar specs, environment variables in scripts, etc? I'm just
curious, I know that I usually write the documentation last but I thought
it couldn't hurt to ask.
I'm trying to do a language grammar where i would do something like
xxx start special section
lots of stuff
.. more stuff...
.. more stuff...
and have
repository = {
special = {
name = 'punctuation.section.special';
begin = '^xxx start special section';
end = '<END OF FILE>';
};
};
Is there a way to have an end rule of 'the end of the file'?
Thanks,
Sean
Hi List
I need to remove textmate but I don't see any information on how to remove
it so I can re-install it again with a version we got internally, could
anyone please send me some instructions?
Kind regards
Per Qvindesland
Hi there,
I use MacBook Air with OSX 10.7.2.
I try to create the following alias:
alias b="/usr/bin/mate -w ~/.bashrc; source ~/.bashrc"
However, it doesn't work. When I close TextMate the shell doesn't return (I
don't see the shell prompt), and nothing happens. Looks like TextMate is
still running.
Why is that happening?
How could I fix this?
Thanks,
Misha
Hi, all.
I've just installed GetBundles & it keeps failing. The log is telling me:
`sh: command not found git`
But in Shell Variables in Preferences I have `TM_GIT
/usr/local/git/bin/git`
& it's also set in my .bash_profile. The Git bundle works fine & recognises
my projects in TxMt & git also works fine from the CLI.
Puzzled...
Cheers,
Phil...
--
Nothing to see here... move along, move along
Hi, all.
I couldn't find anything that deals with this in the manual.
I've got a project in /opt/local & I can't edit it or make changes in TxMt
because of permissions.
Is there anyway 'round this?
Cheers,
Phil...
--
Nothing to see here... move along, move along
Hello
mate in command line doesn't fire up TextMate editor.
I added export
PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my
.profile file, and restarted terminal but it still doesn't load.
Is there another way ?
---------------------------------------------------------
Thanks & Regards
Anjanesh <http://anjanesh.com> Lekshminarayanan <http://anjanesh.co.in>
>
> Quitting TextMate altogether (Cmd-Q) doesn't seem to let `mate -w`
> return, which feels like a bug to me.
I can confirm the behavior on TextMate Version 1.5.10 (1623) / OS X 10.6.8.
Hi, all.
Am I correct in thinking that if I drag a folder onto TxMt's icon in the
Dock that upon saving the folder as a project, the resultant alias allows me
to edit files in that project which are then written to disk in the original
project folder?
Sorry if this is an entry-level question but I need to set up a workflow
involving said project, TxMt, git & heroku.
Any help appreciated,
Cheers,
Phil...
--
Nothing to see here... move along, move along
Recently, when I try to open TextMate, TextEdit opens up instead. I cannot
figure out how to launch TextMate. I think this started happening around
the time I upgraded to Lion, but I am not sure if there is any connection.
I rebooted one time and was about to launch TextMate, but now even if I
reboot it still brings up TextEdit.
Thanks for your help,
- Tad
--
View this message in context: http://old.nabble.com/TextEdit-opens-intead-tp32872810p32872810.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi.
Am I correct in thinking that the Ack in Project bundle is not compatible
with ruby-1.9 hence the fact TxMt throws the `fails with to_plist
ArgumentError` message?
Cheers,
Phil...
--
Nothing to see here... move along, move along