the HTML bundle contains a tidy command that attempts to run ~/bin/
tidy (which doesn't exist)
could this be added to the `Scripts` or `Tools` directory? or if not,
which binary is recommended?
best regards,
tom
--
Tom Lazar
http://tomster.org
Allan Odgaard wrote ..
> I know this isn't optimal, but I have no idea on how I can handle this
> problem gracefully.
How about implementing:
TM_BUNDLE_USER_PATH
TM_BUNDLE_SYSTEM_PATH
TM_BUNDLE_NETWORK_PATH
to point to their obvious locations. Then, at least scripts can access each of the bundles easily and by using TextMate's search order, can allow users to override items the normal way. Obviously, TextMate should only set a variable if the relevant bundle is actually at the location.
Best, Erich
I ran into the following problem. I am running the "LaTeX and
TeXniscope" command, and one of its lines is:
"$TM_BUNDLE_PATH"/latexErrWarn.py
When I run the command, I get the following error:
/bin/bash: line 6: /Users/haris/Library/Application
Support/TextMate/Bundles/Latex.tmbundle/latexErrWarn.py: No such file
or directory
In other words, TM_BUNDLE_PATH seems to be set to point to the bundles
in my home directory, and of course does not see the Latex bundle all
the way in the root directory.
On the other hand, I ran the "Show Variables" command from the Defaults
bundle, and it shows that TM_BUNDLE_PATH is equal to:
/Library/Application Support/TextMate/Bundles/Defaults.tmbundle.
So in that case, it points to the bundles in the root directory.
So, why this difference? Is there a nice way to fix it?
Thanks,
Haris
I don't know if this is the right place to say,
but i have two suggestions.
1. Have the command output window docked to the project/document
window, an option of course?
2. Have Output option in the Command Editor, that lets me jump to a
specific file/line/col of a file.
Best Editor, Already a Convert (after 3 days)
Julian Tyler
+-----------------------------------------------------------------------
----+
+ A debugged program is one for which you have not yet found the
conditions +
+ that make it fail.
+
+ -- Jerry Ogdin
(ASK)+
+-----------------------------------------------------------------------
----+
On May 6, 2005, at 5:00 AM, textmate-request(a)lists.macromates.com wrote:
>
>
>> I already know that i can use the separate window with a regex
>> pattern
>> but
>> what i want is to jump straight to a file/linenumber/col, without
>> opening
>> a new window, which i need to click in.
>>
>
> So what you want is a way to control the caret from a command? And
> additionally open new files in the existing document window!?!
Oh nice sorta like the vim tag feature. I would say open into a new
tab thats auto selected as the active tab. would be the closest to
the tag stack like vim.
It is quite nice. It was done just like opening a file [relative
fast] but was super fast :e filename or i think :tag file tag or :e
file [line num] can work haven't tried that one in a while though so
probably rusty or pulling it outta somewhere.
After a quick search I can't seem to figure out how to do column
typing? How do I do it like in the video on macromates.com?
Sorry for the stupid question! :-)
Can someone confirm the following behavior (beta5)?
1) Open a project in Textmate
2) Open a couple of files from the project in separate windows. (Not
sure if it matters whether they are actually from the file).
3) Go back to the project window, and make a change in one of the
documents.
4) Press Shift-Command-W to close the window, and when asked to save
the changes, do so.
5) Now, pressing Command-` does not cycle through the remaining
windows, as it should.
Note: This will not happen if there are no changes to be saved.
If other people are seeing this behavior, then it looks to me like a
bug.
Thanks,
Charilaos Skiadas
Department of Mathematics
University of Chicago
Hi all,
I just erased half of my macros after editing the Snippets panel and
removing a bunch of bundles that seemed empty as they had no snippets.
Alan, can you make it clear to the user that deleting a bundle in one
panel deletes all of the macros, commands, etc for that bundle and not
just the items in the currently selected display mode? Maybe provide
some kind of confirmation dialog as well :)
Hi All,
Is there (or will there be) in TM a way to unlock locked files? For
instance, if I want to edit httpd.conf, I must either use Terminal or
use TM through Pseudo. Could it be done directly in TM?
Thanks,
--
Jo <W:00°04'37" ; N:47°15'36">
1....'....12.....'....24.....'....36.....'....48.....'....60.....'....72
I currently have a project running, which has a master file that is the
one to be LaTeXed etc. Currently, I have just set the TM_LATEX_MASTER
variable, through the preferences menu, to point to that file, and it
all works nice and dandy. I was wondering though if there is a way to
set it so that each project has a corresponding TM_LATEX_MASTER
variable of its own, and the variable only works when the project
window is main, or will I need to disable the variable each time I have
to work with a separate single tex file?
Thanks,
Haris