> When you do this, are you able to search across all files contained in those aliases? I am not. I just want to make sure I'm not missing something obvious.
No, I cannot. Search in document and search in open files both work as expected. Search in project does not. It returns an empty result and doesn't even find hits in a currently open document.
Let me add, though, that I am having a LOT of trouble with Lion searching in general. Finder searches seem to miss a lot of stuff. So does Spotlight. I'm not convinced this isn't a Lion issue, but I'm not clever enough to track it down. :-\
--Lewy
Because I never found it in 1.x either. Tapping ALT just never occurred to me. HOLDING ALT or some other control key often did things, but tapping was outside my limited box of tricks.
--Lewy
On Feb 14, 2012, at 2:03 AM, textmate-request(a)lists.macromates.com wrote:
>> On a stylistic note, I really would like "Change to Column Selection" to be put back into the Edit menu. It's not obvious (at least, not to me...) that tapping ALT is the way to do it, and it's not the kind of thing you can figure out by experimentation. I looked all over for how to make a column selection in TM2 and finally found it in a blog post.
>
> While I won’t dispute the value of a menu item, why wouldn’t you assume that the way to do it in 1.x still worked (tapping the option key)? I assume your question about rebinding the key reveals that perhaps you never got into that in 1.x, hence the reason.
Seems TM2 can only run one task at a time. I have multiple Xcode targets I run at the same time, TM2 only allows me to run one of them.
It also keeps reusing the same output window, so I can't have (for example) my ToDo list and view uncommitted changes at the same time.
Gerd
Hi.
I'm experiencing a problem with bundles that use tm_dialog2. It appears that the dialog is failing in my install of TextMate (Version 1.5.10 (1631)).
When I run tm_dialog2 on the command line, I get "error reaching server". Like this:
> $ /Applications/TextMate.app/Contents/PlugIns/Dialog2.tmplugin/Contents/Resources/tm_dialog2
> error reaching server
Should that be the case?
More specifically, I am trying to use the "Documentation for Word..." function that is part of the standard PHP bundle. It appears to be failing at line 149 of this file:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb
Has anyone else had this problem or have any suggestions to get the tm_dialog2 binary working again?
Thanks,
- Devon
@Devon from digest
> My project structure is more complicated than .tm_properties will allow. I organize projects by referencing different folders from several different places.
>
> I guess I would need support for aliases or symlinks or something in order to use TM2 the way that I use TM1. Has anyone else found a good workaround for this?
>
> - Devon
What I have done is to make a (project) folder somewhere convenient and fill it with Mac aliases. They seem to work just fine for the purposes, so there is no need to hit terminal to make links. Put your collection of aliases into the project folder. Open the folder in TM2 and add it to favorites. It seems to work very nicely, although it is a bit labor intensive to set up. However, I'm sure that eventually some of the wizards who inhabit this realm will concoct a scheme to make this easier. Functionally, it is serving me well.
I work mostly with web sites which are not particularly large. Version control with svn is nice from TM2. It's all under cmd-Y whether you use Git or Svn. There are some oddities in that package, but I'm willing to be patient.
I like seeing files using OS structure and I can get to any file on the system with this approach. For working with a folder of files, things are simple.
I suppose this is alpha because some parts are not yet present. It runs like a good beta, however. I am using it almost exclusively. Good job, folks.
--Lewy
Hi All,
New to this list, sorry if this is a repost but I searched a couple of
months back in the archives and can't find any mention of it.
I very often use global search and "replace all" in a project. When
doing so, my replacement term doesn't go in the right place, but rather
in random places in the file, sometimes close to the head of the file.
I can't pinpoint the exact place where it'll land, but it definitely
doesn't go where it should.
Here is an example, sorry for the code dump!
Sincerely,
Alexandros
For example:
ORIGINAL FILE =======
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
Replace me here
</body>
</html>
GLOBAL SEARCH AND REPLACE ======
search: Replace me here
Replace: I want a new body
EXPECTED OUTPUT =============
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
I want a new body
</body>
</html>
ACTUAL OUTPUT =================
<!DI want a new body html> <!-- Replacement text is here! -->
<html>
<head>
<title>Page Title</title>
</head>
<body>
Replace me here
</body>
</html>
Has anyone else experienced TM2 being slow to open new files? When I click
on a file in the file browser it
takes about 5 seconds for the file to open. After three seconds I see the
new tab and the it take another
couple of seconds before the file content is displayed. This is with an
HTML file of only 14 lines.
Curt
Dear list,
TM2 looks great, but there's one thing I've been searching for for while now and I didn't find any solutions to it. I'm now resorting to asking the list, and hope that's appropriate.
How can I change (decrease) the font-size of the project drawer? It looks like it's a finder-window, but right-clicking doesn't provide a 'Show View Options' like regular finder-windows do. Also, changing the font-size in finder itself doesn't seem to affect the font-size of the drawer.
I very much hope I'm overlooking something here, because it looks like this is the only thing standing in the way of my being able start using this great-looking and long anticipated version of this great piece of sofware.
Thanks!
-- Bastiaan