I think I might have asked this one a few years ago, or perhaps on IRC, not sure, but is there a way to get TextMate (or any app for that matter) to use DigitalColor Meter as opposed to color picker?
Adam Merrifield
seyDoggy Systems
seydoggy.com
820 Strasburg rd, Kitchener,
Ontario, N2E 2Y3, Canada
Email: info(a)seydoggy.com
Office: 519-489-6033
Cell: 519-574-9788
I am working on the template make a variable from TM_NEW_FILE_BASENAME
to camel case and put in to template file
I encounter sed problem as sed -e 's/\(^\|_\)\(.\)/\U\2/g' dont seem work in
osx bsd version of sed
sorry, i am not an advance developer. just want to seek for advice on how to
do this in textmate template editor
--
View this message in context: http://old.nabble.com/how-to-do-underscore_file_name-to-CamelCaseClassName-…
Sent from the textmate users mailing list archive at Nabble.com.
Hello
We would like to buy two Textmate licences but we can't pay by VISA card (it doesn't work on your site).
Is it possible to make a bank-to-bank transfert ?
Kind regards
Loïc YANNOU
Loïc Yannou | Technicien Système et Réseau | loic.yannou(a)dailymotion.com<mailto:loic.yannou@dailymotion.com>
49-51, rue Ganneron, 75018 Paris, France | Tel : +33 (0)1 77 35 11 17
[cid:image001.png@01CC1F95.10F6F530]
Hi
Switching over to Textmate for Latex projects. I realize that I don't understand setting the master file (which does all of the \include's).
I have an issue of trying to use more than one computer to work on a single latex project. I use dropbox to keep computers sync'd.
Let's suppose I have an identical directory structure, down from the home area:
/User/homeareafirstcomputer/dir1/dir2/ ---> where all of the .tex files are, including master.tex
and on the second:
/User/homeareasecondcomputer/dir1/dir2/ ---> where all of the .tex files are, including master.tex
If I identify master.tex in one computer with the shell definition TM_LATEX_MASTER of either:
1. ~/dir1/dir2/master.tex
or
2. master.tex
Then secondcomputer cannot find the master.tex.
If I identify the variable TM_LATEX_MASTER as
1. /User/homeareafirstcomputer/dir1/dir2/master.tex
then, of course secondcomputer looks for it in that absolute path and can't find it.
If I show info on the master file in the project file drawers, it insists on checking the Save as absolute path box.
How can I use this feature for a project that's shared among computers? I'm surely missing something simple...
thanks
Ray
After recent updates to bundles, cmd-[ and cmd-] now skip to a word or
phrase instead of indenting left or right. Since I use the indenting feature
a lot, I want to undo that change. Alas, I don't know what bundle did it.
Actually, it's only a guess that a bundle is responsible.
I would appreciate some help with how to track this problem down (and reset
the keystrokes). Using the menu command instead of the keyboard is a real
pain in some undisclosed location.
--Lewy
Dear all,
I opened a file I recently worked on [.R] and realized that there is a blank/new line every other line. So instead of ...
a b c d e
f g h i j k
l m n o p
... I have ...
a b c d e
f g h i j k
l m n o p
I must have accidentally hit some key combination before I save the file. Is this possible? Is there any simple way to undo this? Going through by hand and even with find next + replace it's tedious.
Cheers,
Marius
Jenny wrote:
> It works now, thanks, Allan!!!! Edit in TextMate is so much better than QuickCursor.
Ditto for me. It wasn't enough to re-install the TextMate bundle and use the Install... feature; I had to reconcile the various versions and fix permissions as Allan recommended.
> Typical, I would say. When you do something, you do it right.
If I had to choose between a new TextMate version or this supportive email list, there'd be no contest. Thanks again for the fix!
jon
/RNN (Response Not Necessary)
______________________________
Still Water--what networks need to thrive.
http://still-water.net/
Hello Everyone.
I'm working on a bundle for Assembly for the 8051/52 family. I wanted to add
some simple indentation, example:
RSEG TAGS
TAGS1: MOV A,@R1 ; after this line indent all the following
MOV B,@R0
RET ; after this line decrease indent
JMP $
I tried this code for the indentation rule:
{ decreaseIndentPattern = 'RET|END';
increaseIndentPattern = '*\:';
indentNextLinePattern = '*\:';
}
But it doesn't do the job.. Any ideas what I'm doing wrong?
Thanks in advance!
--
View this message in context: http://old.nabble.com/Indentation-Rules-for-Assembly-tp31581977p31581977.ht…
Sent from the textmate users mailing list archive at Nabble.com.
I'm trying to run rails tests using the RVM gemset instructions here:
http://beginrescueend.com/integration/textmate/
When I run a unit test I get the error:
[31mgit://github.com/sferik/rails_admin.git (at master) is not
checked out. Please run `bundle install`[0m
Running "bundle install" results in nothing, as that gem has already
been installed.
I noticed that a file I was working on was suddenly four times its original length — its content had been quadruplicated! I also noticed that whatever I changed in the first copy affected the others, even after I emptied out the file and started typing fresh.
After a relaunch, everything’s back to normal, but… what the heck was happening? Is it the rapture?
Video demo: http://dl.dropbox.com/u/25234/textmate-dupe-lines-what.mp4
I recently migrated from a 2006 to 2010 MacBook Pro and migrated all my data over with one exception: I upgraded my new computer from OS 10.6.5 to 10.6.7. Now Edit in Textmate has disappeared from my Edit menu in applications like Mail and TextMate, and the key binding Ctrl-Cmd-E doesn't work even on TextMate itself (eg, when editing snippets).
I'm running TextMate 1.5.10 (1631) on both computers, and updated my bundles. Edit in TextMate is checked under System Preferences/Keyboard/Services.
I've tried the fixes reported previously on this list and on the TextMate wiki, including:
* Running Mail in 32-bit mode.
* Adding the key binding Ctrl-E using Allan's technique described at http://wiki.macromates.com/Troubleshooting/EditInTextMate
* Unchecking TxtToTM in System Preferences/Keyboard/Services (it was previously being invoked by the same key combination as Edit in TextMate).
* Checking for existence and root ownership of Edit in TextMate in /Library/InputManagers. (I assume I don't need another copy in ~/Library/InputManagers.)
QuickCursor has been recommended to me, but based on the comments I've seen the current version doesn't match Edit in TextMate's clipboard features.
Any guidance greatly appreciated!
jon
/RR (Response Requested)
______________________________
Still Water--what networks need to thrive.
http://still-water.net/
Watts and Jenny wrote:
>> What things is [QuickCursor] lacking, do you think?
> As I recall, Edit in TextMate used to let us flip back and forth between a window in an application and the one linked to it in TM. With QuickCursor, multiple edits lead to multiple windows saved in TM. Thus QuickCursor is not very helpful for editing long documents.
QuickCursor has two other drawbacks when compared to the "hackish" Edit in Textmate:
1. You can't leave your TextMate window open and still save to the original application via QuickCursor; in fact AFAICT you have to close the TextMate window to save at all. That prevents you from keeping a text copy of your (say) Web form or email message--so you lose everything if your application's connection or login times out.
2. QuickCursor seems to lose all formatting from the original context. This is a real bummer when replying to email messages with multiple quote levels. For example, the text beginning my message turns from a threaded reply to the following unintelligible block:
________________Begin QuickCursor version________________
Watts and Jenny wrote:
What things is [QuickCursor] lacking, do you think?
As I recall, Edit in TextMate used to let us flip back and forth between a window in an application and the one linked to it in TM. With QuickCursor, multiple edits lead to multiple windows saved in TM. Thus QuickCursor is not very helpful for editing long documents.
QuickCursor has two other drawbacks when compared to the "hackish" Edit in Textmate...
________________End QuickCursor version________________
:(
I'm working a lot with Express and noticed that every time I type app.get-> (tag) I wind up with the tab trigger for getElementsByTagName('').
Is there a way to selectively bypass tab triggers?
Thanks,
-Josh
____________________________________
Joshua Kehn | Josh.kehn(a)gmail.com
http://joshuakehn.com
I'm new to textmate for LaTeX. I would like very much to modify the foldings to add specialized theorem styles so I can fold them out of the way. It's not obvious how to add to the \begin and \end built-in folding tags, which are the only two built-in out of the box. That \footnote is not one of them makes me concerned that this is a difficult or impossible modification? Assistance with this would be appreciated.
thanks,
Ray
Hello,
I need to change indentation rules to correctly indenting C code like this
int func(int a)
{
if ( a )
{
return do_it();
}
else
return 0;
}
here is two spaces before '{' and two after.
How I can do it? The regxps in indentation preferences are quite hard to understand right.
Muchas gracias,
Alexey.
Hi,
I'm a long-time emacs and TextMate user. Just this past month I tried Sublime Text 2 -- and I've fallen in love with an editor again.
Just wanted to mention this, since I was surprised that Sublime Text 2 was new to my ears and it doesn't seem like many of us have even heard of it (especially those who keep whining about TM2).
(Not soliciting Sublime Text 2, I'm just so excited by the editor and wanted to share it with you).
yong
A new editor called Tincta has just shown up on Macupdates. It is listed as 0.9 beta. The program is _super_ basic so no need to check it out, but still, another one to keep our eyes on. (But it does have Ada syntax highlighting. 8^)
Jerry
On May 11, 2011, at 1:58 AM, Jerry wrote:
> I took a look several days ago and was only slightly impressed, partly because it has no Ada language smarts and I didn't actually use it for much--just a little C and Python. I'll keep my eye on it though. I think I mentioned this before, but the everything-in-one-window paradigm sucks IMHO especially on a laptop--it's just crappy real estate management.
I believe you can use tmbundles for Ada in Sublime. I'm curious: what's this everything-in-one-window interface paradigm you're talking about?
I've been with TM since the beginning (I wrote the first Perl and LaTeX
bundles). I think a lot of the frustration with TM2 comes out of our
affection for TM1 and wanting *Textmate* to be the platform that keeps
evolving and takes us all into the next decade.
Let me gently suggest that pleading with Allan about communication or
productivity won't have much constructive effect. When you are blocked on a
difficult project, does having people nag you make you more productive?
The reality is that TM2 isn't ready and may never be, and people who are
really dissatisfied with TM need to be looking at alternatives. If TM2
comes out, that will be the nicest present. So what alternatives are
there?
The most hopeful alternative I've seen is Kod <http://kodapp.com/>.
Naturally, Kod is having a little developmental stall, but it's open-source
and could be worked on by interested developers.
BBEdit and UltraEdit are closed source without channels for community
contributions, but they are under active development.
Smultron seems interesting, but I don't know much about it.
Alpha X and Pepper seem dead.
So... anyone up for some Kod programming? Otherwise, we may have to settle
for TM1 for now...
best wishes, Eric
--
Eric Hsu, Associate Professor of Mathematics
Director, Center for Science and Math Education
San Francisco State University
http://math.sfsu.edu/hsu
>
> in the last two days I've started to get an error with Taskmate
> whenever I mark an item as completed. I'm using the latest subversion
> version from the Reviews/ directory.
Did you change or update your version of Ruby or anything like that?
Hello,
I'm having problems in TextMate with display of mathematical Unicode
characters that lie outside of the base plane.
I have put a simple example in attachment since mail agents are not
100% reliable, however an inline example is also here:
𝑎+𝑏=𝑐
When I try to open the document I only see some Chinese characters
instead of lowercase italic math letters, but what is worse: when I do
minor modifications to document elsewhere and save it, those Chinese
characters are actually saved to file, so that the document gets
"destroyed".
On the other hand copy-pasting from other programs into TextMate seems
to work visually, but TextMate stores "junk" bytes into the file
(useless in other programs).
I'm using Version 1.5.10 (1623). Is there any chance that this gets
fixed before TextMate 2?
Thanks a lot,
Mojca
Hi!
To post to Posterous, could I somehow use the blogging bundle, or do I
need one of the Posterous bundles out there?
(Just exploring what I want to use TM for ... :))
--
Phil :)
Hi,
in the last two days I've started to get an error with Taskmate
whenever I mark an item as completed. I'm using the latest subversion
version from the Reviews/ directory.
/Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate/item.rb:22:in
`initialize': undefined method `strip' for nil:NilClass
(NoMethodError)
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate/source.rb:22:in
`new'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate/source.rb:22:in
`parse'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate/source.rb:17:in
`scan'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate/source.rb:17:in
`parse'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate/source.rb:8:in
`initialize'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate.rb:109:in
`new'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate.rb:109:in
`readdir'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate.rb:109:in
`glob'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate.rb:109:in
`readdir'
from /Users/melo/Library/Application
Support/TextMate/Bundles/Taskmate.tmbundle/Support/lib/taskmate.rb:50:in
`initialize'
from /tmp/temp_textmate.8Bl7lK:9:in `new'
from /tmp/temp_textmate.8Bl7lK:9
I'm getting this on the same task files that I was using two days ago,
without problems. AFAIR I didn't update any system components or
Textmate.
Any ideas?
Thanks in advance,
--
Pedro Melo
http://www.simplicidade.org/
xmpp:melo@simplicidade.org
mailto:melo@simplicidade.org