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
Hi,
just trying out Textmate 2 and have configured .tm_properties for a project as:
excludes = "data,external,fixtures,*.log,*.d"
exclude = "{excludes}"
excludeInFileChooser = "{$excludes}"
excludeInFolderSearch = "{$excludes}"
excludeFilesInBrowser = "{$excludes}"
but when I select "Go->Go to File Counterpart" from, for instance,
registry.cc I first get registry.d opened and then registry.h. I only
want to view registry.h and have tried to exclude registry.d, but it
doesn't seem to be excluded from this functionality.
Am I doing something wrong?
Cheers,
Donovan.
So one of the things I did often in TM1 was create projects with files that
are located all over the file system. Seems like projects in TM2 are based
off of a single folder, but I admit I don't understand the .tm_properties
stuff that well yet.
Is there a way to use .tm_properties to do what I did in TM1? If so, can
someone post an example .tm_properties?
Thanks.
--
View this message in context: http://old.nabble.com/TM2%3A-projects-with-scattered-files--tp33250354p3325…
Sent from the textmate users mailing list archive at Nabble.com.
So TM2 awesomely and finally displays non-English, non-Latin text well.
Unfortunately, Input Methods are broken without using a mouse to click.
Japanese input (Kotoeri) definitely does not work right.
Seems like TM2 is ignoring or misusing Cocoa's concept of "marked text" (input marked for completion/conversion, where some form of phonetic input is done on a qwerty keyboard and is then converted to CJK, cycling through choices using space bar, or arrow keys, selecting conversions by pressing enter/return or the number of the numbered list of conversion choices)
That is still a bummer. This is the one thing that TM and TM2 have not been capable of, but all the competition seem able to handle. I know it has to do with implementation, but still makes me have to try others...