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
I am working with some abnormally large quoted strings in JavaScript (SVG
Paths with 3 decimal place precision). When I reach a certain number of
characters, an ASCII character unknown to me displays, and I can not reach
the end of the line via normal means (Command + right arrow). If I scroll
backwards from the following line, I get a column count in the 6000 range
(it seems to vary depending on were I pasted the string from).
I can not see the end of the string to edit it.
I am using the default JavaScript bundle, but I have also tried the YUI
bundle, as my company are avid YUI fans, but the YUI JS bundle has the same
issue.
When I view the JavaScript file in Firefox, I can see all the text, so
TextMate is not losing it. It appears that the app is just unable to
display the data for some reason.
First of all, thanks in advance for any help. This is an urgent issue-
I had been working on a CSS file all day, I saved it hundreds of times
throughout the day, everything was peachy, then all of a sudden text
mate froze up and when I re-opened textmate my file is now completely
empty.
I really need this file back tonight as it is due tomorrow!
Any help finding it would be awesome.
Thanks!
Hi!
I am considering TextMate for my Python development, comparing it to
Emacs/Vim, WingIDE, and Eclipse/PyDev and such.
Using the official Python bundle I seem to only get completion on
commands, not lookup of methods on the object at the cursor. I think I
got this working in the Ropy bundle (Ctrl+p for completion), both rope
and ropeide is installed in Python. But I can't seem to get
definitions of methods and functions by pressing Ctrl+] (Ropy) and
using F3 and ^H (Python Bundle), I get only module and function defs,
not methods.
(Maybe getting method defs easily popping up isn't vital, but as a
Python n00b, I find it very convenient.)
So, which bundles is recommended by you Python&TextMate 1337 guys? :)
Right now I find myself switching back and forth between Emacs and
TextMate. TextMate is slick and .. cute, but I get completion and defs
of methods and everything in Emacs ... (WingIDE is nice, but
expensive.)
--
Phil
>
> Unfortunately I don't have time machine setup... grrrr
Time machine, VCS, dropbox, backups. :(
I had to learn the hard way also.
On Tue, May 3, 2011 at 5:00 AM, <textmate-request(a)lists.macromates.com>wrote:
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. Re: Column Selections (Steve King)
> 2. Re: Textmate froze, and emptied out my file... (Phillip Salfity)
> 3. Re: Textmate froze, and emptied out my file... (Thomas Mai)
> 4. Re: Textmate froze, and emptied out my file... (Phillip Salfity)
> 5. Re: Textmate froze, and emptied out my file...
> (ssteinerX(a)gmail.com)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 2 May 2011 09:49:06 -0400
> From: Steve King <sking(a)arbor.net>
> To: <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Column Selections
> Message-ID: <4DBEB652.9030102(a)arbor.net>
> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
>
> On 2011-04-30 20:43, Brandon M Fryslie wrote:
> > Cmd + Shift + L is by default select line so you don't necessarily
> > need to make a new macro. Also ESC is completion so I probably
> > wouldn't rebind it.
>
> Heh. That might explain the trouble I've had the few times I tried to
> get completion working... :-) Good suggestion about the bindings and
> cmd-shift-L. I chose the bindings I did many moons ago to match the
> Windows editor I had been using, without really bothering to see what
> they were stepping on.
>
> > I had to edit the plist files to change the macros too, I'm interested
> > if anyone knows a better way.
>
> I seem to remember that I asked on this list around that time. Allan's
> answer was that there was no other way, but that I shouldn't be mucking
> about with the raw macro items anyway. I successfully ignored that
> advice. :-)
>
> --
> Steve King
> Sr. Software Engineer
> Arbor Networks
> +1 734 821 1461
> www.arbornetworks.com <http://www.arbornetworks.com/>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 2 May 2011 17:55:05 -0400
> From: Phillip Salfity <salfity(a)gmail.com>
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] Re: Textmate froze, and emptied out my file...
> Message-ID: <BANLkTiny2pA8hWpObgctr7u1um88R-5ACA(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> First of all, thanks in advance for any help. This is an urgent issue-
> I had been working on a CSS file all day, I saved it hundreds of times
> throughout the day, everything was peachy, then all of a sudden text
> mate froze up and when I re-opened textmate my file is now completely
> empty.
>
> I really need this file back tonight as it is due tomorrow!
>
> Any help finding it would be awesome.
>
> Thanks!
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 3 May 2011 00:34:15 +0200
> From: Thomas Mai <tom(a)tommai.de>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Textmate froze, and emptied out my file...
> Message-ID: <60AB3A8C-5A4C-401A-A423-0FD2ED9C495D(a)tommai.de>
> Content-Type: text/plain; charset=windows-1252
>
> Hi Phillip,
> when TM shows an empty file its very likely that the file IS empty.
> Nevertheless I would check that with another editor... and then hope that I
> have a backup of this. (Time machine?)
> Maybe there is a version in the trash bin?
> Maybe something in the clip board?
>
> Sorry, no better ideas...
>
> Maybe its a good idea to turn on ?Atomic saves? (in the future) and run
> time machine in the background.
> (Btw... as a 4 years + TM user I never experienced the disaster you
> suffer.)
>
> bb Tom
>
>
> > First of all, thanks in advance for any help. This is an urgent issue-
> > I had been working on a CSS file all day, I saved it hundreds of times
> > throughout the day, everything was peachy, then all of a sudden text
> > mate froze up and when I re-opened textmate my file is now completely
> > empty.
> >
> > I really need this file back tonight as it is due tomorrow!
> >
> > Any help finding it would be awesome.
> >
> > Thanks!
> >
> > _______________________________________________
> > textmate mailing list
> > textmate(a)lists.macromates.com
> > http://lists.macromates.com/listinfo/textmate
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 2 May 2011 18:50:00 -0400
> From: Phillip Salfity <salfity(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Textmate froze, and emptied out my file...
> Message-ID: <BANLkTimbNbAGKiz_u=KSnUN1HrC7f-k66Q(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Tom,
>
> Thanks for the suggestions. I've already checked trash, hidden files,
> clip board, etc nothing... and I do have autosave turned on, it froze
> as I was saving manually. then the application quit, and when I open
> the application again the file was empty. It shows that the last edit
> was at the time of the freeze- its like as if textmate saved an empty
> file over it. If I could get the previous verision that I saved about
> 10 minutes before hand I would be all set.
>
> Unfortunately I don't have time machine setup... grrrr
>
> -Phil
>
> On Mon, May 2, 2011 at 6:34 PM, Thomas Mai <tom(a)tommai.de> wrote:
> > Hi Phillip,
> > when TM shows an empty file its very likely that the file IS empty.
> > Nevertheless I would check that with another editor... and then hope that
> I have a backup of this. (Time machine?)
> > Maybe there is a version in the trash bin?
> > Maybe something in the clip board?
> >
> > Sorry, no better ideas...
> >
> > Maybe its a good idea to turn on ?Atomic saves? (in the future) and run
> time machine in the background.
> > (Btw... as a 4 years + TM user I never experienced the disaster you
> suffer.)
> >
> > bb Tom
> >
> >
> >> First of all, thanks in advance for any help. This is an urgent issue-
> >> I had been working on a CSS file all day, I saved it hundreds of times
> >> throughout the day, everything was peachy, then all of a sudden text
> >> mate froze up and when I re-opened textmate my file is now completely
> >> empty.
> >>
> >> I really need this file back tonight as it is due tomorrow!
> >>
> >> Any help finding it would be awesome.
> >>
> >> Thanks!
> >>
> >> _______________________________________________
> >> textmate mailing list
> >> textmate(a)lists.macromates.com
> >> http://lists.macromates.com/listinfo/textmate
> >
> >
> > _______________________________________________
> > textmate mailing list
> > textmate(a)lists.macromates.com
> > http://lists.macromates.com/listinfo/textmate
> >
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 2 May 2011 18:55:37 -0400
> From: "ssteinerX(a)gmail.com" <ssteinerx(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Textmate froze, and emptied out my file...
> Message-ID: <8354DE15-E9C7-403A-8E2C-418B8DE15650(a)gmail.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> On May 2, 2011, at 6:50 PM, Phillip Salfity wrote:
>
> > Tom,
> >
> > Thanks for the suggestions. I've already checked trash, hidden files,
> > clip board, etc nothing... and I do have autosave turned on, it froze
> > as I was saving manually. then the application quit, and when I open
> > the application again the file was empty. It shows that the last edit
> > was at the time of the freeze- its like as if textmate saved an empty
> > file over it. If I could get the previous verision that I saved about
> > 10 minutes before hand I would be all set.
> >
> > Unfortunately I don't have time machine setup... grrrr
>
> One of the things I like the most about Dropbox is that it has a snapshot
> of *every single* save that you can get back with a couple of clicks from
> the website.
>
> S
>
>
>
> ------------------------------
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
> End of textmate Digest, Vol 36, Issue 2
> ***************************************
>
Select Line bound to ^L (selectHardLine), and
Select Nothing bound to ESC (moveRightAndModifySelection, moveLeft). I
don't remember for sure, but I might have had to edit the *.tmMacro
files by hand to get exactly the behavior I wanted.
Cmd + Shift + L is by default select line so you don't necessarily need to
make a new macro. Also ESC is completion so I probably wouldn't rebind it.
I had to edit the plist files to change the macros too, I'm interested if
anyone knows a better way.
Brandon
Hi folks,
I work on several open-source projects (VTK, ParaView, CMake...) that
follow a somewhat unusual indentation style. Instead of
if (foo)
{
bar();
}
bar();
they require
if (foo)
{
bar;
}
bar()
Getting the first curly indent right was trivial but I can't figure
out how to reduce the indentation _after_ the closing curly. When the
pattern matches decreaseIndentPattern, the current line's indentation
is reduced. What I need is for the following line to be unindented. Is
there any way to do this?
Thanks,
-berk
>
> Dog leave a puddle of sick in your living room? Wouldn't have
>
> happened if you had TM2.
>
> I think the developer is doing you all a favor!
>
> Yea, well, you didn't have to clean it up! Allen, please take pity on my
beloved poodle Jericho and her IBS. I think even a short update with maybe
a thumbs up / thumbs down about how it's going would quell her digestive
issues and get her appetite back. She's been coding and utilizing TextMate
so much she can't get the thought of all those juicy new feature out of her
mind. She barely even finishes both of her chili dogs anymore.
Heartbreaking.
Although I'm starting to think he has his spam filter set to exclude
'textmate 2' and 'tm2' automatically.... ;)
OK I've got a question, is there any way I can temporarily disable or toggle
auto-pairing of quotes (& etc) with a hot key? Sometimes I just want a
single quote (etc) somewhere and it can get annoying to delete the paired
character each time.
Also, is TmCodeBrowser 1.11 the latest in "Show Classes, Functions, etc in a
Tree Panel" technology we have right now? I would like something that shows
more information (variables in functions, entire struct definitions), and
can show/hide info without the mouse hovering over it (hate the mouse). If
not I'll take a crack at patching up TmCodeBrowser into a 'good enough'
solution until TextMate 2 arrives to make us muscular without exercise,
gives our cars an extra 5 mpg (or kpl as it may be) in the city, and stops
Jericho from ruining all my fancy Ikea rugs.
Brandon
>
> Problem is reproducible 100% to me.
Thank you Mel, I can reproduce it now as well. Interesting, it only seems
to remove some of the formatting. Alignment and some other things don't
seem to be removed.
Brandon
> Why are you looking for an alternative to something that does what you
want in the first place?
I think the point is that there are some issues with TM1. Like you said,
there really isn't any alternative, but that shouldn't stop us from having a
frank discussion about TextMate's (very few) shortcomings. I'm pretty sure
everyone here absolutely adores TextMate, especially after seeing the spurt
of activity here in the past few days.
Since we are some of TextMate's largest fans, I think this is a somewhat
appropriate place to discuss the future of TextMate (if not TextMate proper,
then the bundle systems which can theoretically fill whatever gaps we need
given enough elbow grease).
Since there are only a few short messages from Allen himself over the past
year, we can only discuss alternatives and what we would like to see
updated/fixed, and wait for news. Given another year, maybe a competitor
will be to an advanced enough stage that with some work it could become
usable.
One possible alternative could be E-TextEditor (http://www.e-texteditor.com/).
The only problem is that it is Windows only...but I've used it and it seems
to have very good support for all TextMate bundles (it uses Cygwin). That
could be a possibility lacking any further news on the future of the real
TextMate.
Cheers
Brandon
As Apple product users, we all love and pay for two things. High quality and shiny new beautiful products. Our choice in hardware shows we all appreciate quality and beauty and are willing to pay for it. We all love TM because it's so fun to use and the reason we want a new, slightly different and better version is the same reason we all can't wait to buy Lion. We all want TM2 and that's fine. I imagine all the hardcore, 'use TM1 till the bitter end' types are old school UNIX hackers that could still break out vim or emacs and knock off a script if they had too, and that's just fine too (pretty cool actually).
Another point worth making is, this situation is really strange. This can't be normal. But it is entertaining, so who cares right?
There is an army of loyal TM users just waiting to shell out cash. So we must ask, why would there be such a delay and no response, with so many loyal customer? Companies and products and software disappear and stops being developed when customers stop supporting and that is the only reason. That is the only logical reason. Why doesn't the creator sell or license it somehow? There are so many ways to make money with a good idea or product and the kinds of people who invest in these things would be all over a product with this much support. So who knows whats happening.
But after this long, who cares? I went back to bbedit, for most uses and still use TM sometimes. Theme junkies can get their fix with this tool. It's great. http://daringfireball.net/2006/10/bbcolors_1-0 and also, try 'bbedit --maketags' from the command line for extremely cool built in ctags support.
Keep using TM or don't.
Peace to all
Hi all,
I've come across another serious TM bug :(
It appears that TM modifies the contents of the pasteboard without the
user doing the ⌘+c. If you copy a piece of rich text (or text with
image data) and you just switch to TM so its window is frontmost and
active, TM will go ahead and just strip all rich edit out of text and
leave you with just plain text representation. You can verify this if
you use any of the pasteboard history viewers. Or say you copy a large
number of cells out of Numbers and you inadvertently ⌘-tab to TM, TM
will freeze while it's messing up your pasteboard data.
Anyway, modifying system-wide pasteboard without any user input is
really bad form. Will this ever be fixed or is MacVim the only
solution for now?
Mel
>
> Uh? Neither Joshua Kehn nor I wrote the section you quoted above, Mark
> Jackson did. I know I certainly don't take Joshua's disapproval of
> styled text as a personal attack, and I hope he doesn't take my feeling
> that styled text is actually important as an attack on him.
I never stated that. Ever.
> For the official record I can duplicate the bug. I just don't make it a
> habit of tabbing into my plain text editor before pasting rich text into
> another application.
I really, really apologize to you guys for misquoting you. I must have
grabbed the name from the messages above or below. I think I'll just stick
to technical answers from now on. :)
Regarding the bug, I am running TM 1.5.10 1623 on OS X 10.6.6 (MB Alum) and
can completely confirm that the bug doesn't exist as it has been described*,
at least on my system. Possibly you are running a different build?
* I can copy rich text and interact with TM all I want and the pasteboard
retains 100% of the richness (styling).
Brandon
>
> I am sure I am not the only one here who feels that some people, BIGHYPE
> *hint* and others, need to tone their attitude down. Being an ass, doesn't
> help anyone.
@Joshua Kehn & @Watts Martin: Let's please keep this list related to helping
people with TextMate, not useless ad hominem attacks. If someone reports a
bug, you don't need to say anything unless you can confirm it or say it
isn't currently affecting you. "This bug doesn't bother me much, so keep
quiet" is not an acceptable answer, and if you post some advice please be
ready to follow it yourself.
That being said, I can confirm that I am not experiencing the clipboard bug.
I can copy rich text from TextEdit and paste it into TextMate, then paste
the still-rich text anywhere else I like. Therefore I'd say that TextMate
is NOT screwing up the clipboard so it must be something else.
Cheers!
Brandon
On Tue, Apr 26, 2011 at 1:17 PM, <textmate-request(a)lists.macromates.com>wrote:
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. TM modifies/destroys the contents of the system-wide
> pasteboard (Mel Brands)
> 2. Re: TM modifies/destroys the contents of the system-wide
> pasteboard (Joshua Kehn)
> 3. Re: TM modifies/destroys the contents of the system-wide
> pasteboard (Watts Martin)
> 4. Re: TM modifies/destroys the contents of the system-wide
> pasteboard (Joshua Kehn)
> 5. Re: TM modifies/destroys the contents of the system-wide
> pasteboard (Mark Jackson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 26 Apr 2011 12:45:49 -0400
> From: Mel Brands <bighype(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] TM modifies/destroys the contents of the system-wide
> pasteboard
> Message-ID: <BANLkTikXDjrjBBkLAcKtG0W5pBbLh6bB-w(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi all,
>
> I've come across another serious TM bug :(
>
> It appears that TM modifies the contents of the pasteboard without the
> user doing the ?+c. If you copy a piece of rich text (or text with
> image data) and you just switch to TM so its window is frontmost and
> active, TM will go ahead and just strip all rich edit out of text and
> leave you with just plain text representation. You can verify this if
> you use any of the pasteboard history viewers. Or say you copy a large
> number of cells out of Numbers and you inadvertently ?-tab to TM, TM
> will freeze while it's messing up your pasteboard data.
>
> Anyway, modifying system-wide pasteboard without any user input is
> really bad form. Will this ever be fixed or is MacVim the only
> solution for now?
>
> Mel
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 26 Apr 2011 12:47:35 -0400
> From: Joshua Kehn <josh.kehn(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: TM modifies/destroys the contents of the
> system-wide pasteboard
> Message-ID: <D32113888E05420D95668EB217F51F35(a)gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Never really was one for copying rich text. Causes more hassles then it's
> worth in my opinion.
>
> Regards,
>
> -Josh___________________________________________
> Joshua Kehn | Josh.Kehn(a)gmail.com
> http://joshuakehn.com
>
> On Tuesday, April 26, 2011 at 12:45 PM, Mel Brands wrote:
> Hi all,
> >
> > I've come across another serious TM bug :(
> >
> > It appears that TM modifies the contents of the pasteboard without the
> > user doing the ?+c. If you copy a piece of rich text (or text with
> > image data) and you just switch to TM so its window is frontmost and
> > active, TM will go ahead and just strip all rich edit out of text and
> > leave you with just plain text representation. You can verify this if
> > you use any of the pasteboard history viewers. Or say you copy a large
> > number of cells out of Numbers and you inadvertently ?-tab to TM, TM
> > will freeze while it's messing up your pasteboard data.
> >
> > Anyway, modifying system-wide pasteboard without any user input is
> > really bad form. Will this ever be fixed or is MacVim the only
> > solution for now?
> >
> > Mel
> >
> > _______________________________________________
> > textmate mailing list
> > textmate(a)lists.macromates.com
> > http://lists.macromates.com/listinfo/textmate
> >
>
Hi,
another thing: in Alpha one can save and edit any find/replace (F/R) pattern for later use. I’m using this feature heavily because I’m frequently editing TeX documents converted from Word format where one often has very similar F/R tasks such as formatting citations, references, or bibliographical material. At the same time one cannot do this using some external script because there’s still a wide variance of constructs depending on how the Word author worked.
That all boiling down to: is there a way to save, edit, and reload F/R patterns?
Thanks for all hints!
… with regards from Ladenburg:
-MWL-
--
Martin Wilhelm Leidig, Nadlerstr. 6, D-68526 Ladenburg, Germany
Professional TeXing, TeXnical counselling, and TeX hacking
Dante e.V. Member #1580
Some people have mentioned valid technical problems (stale bundle development, lack of split screen, lack of speed when working with LaTeX, better version control tools support (in my case git), etc.), but I think the business aspect is even more important.
Having read the various opinions on the matter, I'm surprised at the faction that defends Allan's admittedly bad TextMate 2 information policy. Although he has never committed to specific release dates, on several occasions Allan's comments made it appear as if at least an alpha release was within reach. Allan's apparent ansatz (whether intended or not) to simply stop talking altogether, however, is not a solution, it makes matters worse. At the very least, it has had a detrimental impact on bundle development -- and I wouldn't be surprised if prospective customers would be turned off by a homepage that still has `Why TextMate 2 won't be supported on Tiger' in its FAQ -- when people are three, soon four OS X iterations ahead.
Why should we (as TextMate 1 users) care? Well, if this policy has an impact on business, it may endanger the future of TextMate as a whole. So yes, I think it's good that we ask every once in a while what's going on and what the status of TM2 is. Allan should regularly provide updates (not daily or weekly, but every month or two at least). If he does not have the man power necessary to make TextMate 2 into a product, he could ask the community to help out.
Hi TextMaters,
I'm using TextMate for a long time. However, I have to write texts in different languages (mostly English and German) and therefore, I set in the "Spelling and Grammar" dialog the option "Automatic by Language". TextMate, however, does not manage that properly. It recognizes initially only the English orthography. In order to also recognizing german spelling, I have to set this explicitly in the stated dialog. Thereafter, if I switch back to "Automatic by Language", all is fine.
Does anyone notice that behavior, too? I appreciate any remarks...
Thanks and cheers,
Stefan
> Curiosity or there's something you can't do with TM1?
Improved completions (complete from project, etc), not crashing when editing
remote files (e.g. when using MacFusion), project-wide commands (Validate
Syntax for project, Transliterate to ASCII for project, etc), split pane
editing, more intuitive way to edit bundles & language grammars directly in
textmate (using "Edit in TextMate..." is a bit hacky), Javascript & other
improvements in the web preview (such as refresh on save and instant CSS
preview), improved code formatting/reindent, multiline regex engine, among
others.
However those are only things I *know* I want. I'm actually more excited by
all the features I don't know I need yet. :) Anything that makes TextMate
more TextMate-y (such as more powerful snippets, commands, and grammars) is
fine by me.
Thanks Allan and sorry for flooding your list with useless messages...it's
just that our curiosity and excitement are constantly peaking and it just
takes one errant comment to get us all aflutter. :)
Brandon
Alan does not owe anybody anything.
If you are unhappy with TM1 use another application - end of story.
On Mon, Apr 25, 2011 at 1:34 PM, Jenny Harrison <profharrison(a)gmail.com> wrote:
> You are so right, Gerd. The time has come for Allan to be open and frank with us.
>
> Jenny
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
--
dc
David Clark
dmclark ·(skype / twitter)
--
dc
David Clark
16 Harcourt St #2I
Boston, MA 02116
617/859-3069 (h)
617/697-2690 (c)
dmclark ·(skype / twitter)
Alan does not owe anybody anything.
If you are unhappy with TM1 use another application - end of story.
No, he does not but since it has been almost 2 years since his last update
on the subject (which I've read 10x) he could drop a line with a little
update. What I'm concerned about is bundle development. I feel like the
bundles are going to take a while to populate the new version, so even after
it drops it's going to take time before it is really as useful as 1x.
Further more, without any information on bundle backward compatibility (my
gut says 'no', at least without modification) does it make sense to invest a
lot of time and resources on developing new bundles for 1x? If 2x is gone
for good, yes. If 2x is a year or two away, yes. But without knowing, I
find it hard to devote the time from my busy schedule.
I know Allan says he isn't really concerned with things like that, and I
tend to agree that they aren't his problems to worry about if he doesn't
want to. However, a lot of people do a lot of 'real work' with TextMate and
a little information would go a long way towards helping everyone prepare
for the future.
As always, Allan, please keep up the good work. I know the feeling of
wanting to perfect a project, and at the end of the day this is your project
and you can do with it what you like. Good luck with everything, I'm sure
you're having a blast developing it. :)
Thanks for everything,
Brandon
Hi, I currently use Eclipse to run my java projects, but since I'll start
learning new languages (Ruby on rails), I wanted to try a more general
editor.
Is it possible to compile and run a simple "Hello world" in java with
TextMate? Without using terminal of course.
Hi,
Is there a good way tell Textmate to automatically run a makefile for a
project upon save? Or a tutorial for setting this up? I am having trouble
finding one.
Thanks,
Jeff
Dear Steve, Dear Hans-Jörg,
many thanks for your fast replies,
I did the following:
(1) As before, I considered a copy of "R Console (R.app) -> Send Document / Selection to R.app" which I called "Send all before cursor to R.app"
(2) I put in the following line in the beginning [I realized that I want to execute lines (up to and) including the current one] instead of rawText="`cat`":
rawText="`head -$(($TM_LINE_NUMBER))`"
(3) I then executed the command via "Bundles -> R Console (R.app) -> Send all before cursor to R.app" and it worked.
(4) of course it would be good to have this as a shortcut. As Hans-Jörg pointed out, my previous choice triggered another command. So I followed Hans-Jörg's suggestion and saw that "apple-key + E" and "apple-key + T" both not trigger other commands. So they are possible choices. However, when I chose either one as key equivalent, the simply did nothing/were ignored by textmate. What am I doing wrong? [I used precisely the same settings as in "Send Document / Selection to R.app", just changed the key equivalent. Hmmm... Do you know what's going on?
Cheers,
Marius