Hello,
I just moved from a powerbook to a macbook (running OSX 1.4.6) & I
now cannot get Texniscope to auto open the file produced by a latex
compilation. (this was working with the powerbook).
I have the enviremental variables pointing to Texniscope as before.
My latex compilation log shows the messages below:
"
Output written on ethics_new.pdf (11 pages, 150192 bytes).
ethics_new.log
Found 0 errors, and 16 warnings in 0 runs
2006-06-16 04:26:54.611 open[4049] Couldn't open file: /Users/Xolani/
Documents/ethics_new.pdf "
running textmate with the defailt viewer works fine.
Just to see if that was the problem, I changed the settings in the
Texniscope preferences to point to
/usr/local/bin:/usr/local/teTeX/bin/i386-apple-darwin-current
rather the the "powerpc" reference in the default setup to see of
this would help but to no avail. (my tetex is bin is i386)..
Also I should note that typing
open -a TeXniscope ethics_new.pdf
at the terminal opens the pdf file.
Any assistance would be appreciated.
danstan
I bet someone here knows how to fix this! :)
My HTML code before:
. . .
</div>
<!-- A Comment about Some_New_Thing -->
<div id="Some_New_Thing">
. . .
After running Tidy, I get this:
. . .
</div><!-- A Comment about Some_New_Thing -->
<div id="Some_New_Thing">
. . .
I want to KEEP my comments on their own lines, not have all white
space between the comment and whatever proceeds it deleted.
How do I do that?
eo
Hey,
I was just thinking it would be cool if the Go To Symbol action
worked a bit like Quicksilver .. of sorts.
Like, let's say you knew the 'symbol' (function) you wanted to jump
to in a particular function, you could do something like:
Cmd-T to bring up the Go To File dialog.
1) Locate the file you like w/ a few key strokes
2) hit right-arrow (or some other trigger)
2.5) a side window pops up (like when you hit the right arrow in
quicksilver) with a list of the symbols in the file,
3) bang out a few keystrokes to find the right symbol.
Taking that one step further.
Let's say your cursor is inside a symbol (function) of that is found
in the file you are jumping to, it would be cool if that was the
default selected symbol in the right-pop-out window that comes out.
Consider this situation
I'm working in my Book class and my cursor is between l and C i
getPostalCode():
// .. code
this.publisher.getPostalCode();
// ... code
I'm thinking -- what the heck does 'getPostalCode()' do?:
1) Cmd-T
2) type 'pub' (to get to Publisher file)
3) hit right arrow: a blow out window pops up to the right, with the
symbols parsed from Publisher
3.5) TextMate realizes I'm in the getPostalCode method, since my
cursor is there, and has that symbol highlighted first, so I can just
hit enter to jump to that part of the file, or
4) type 'liq' to jump to the 'liquidate()' symbol in Publisher class
(since I know what getPostalCode does)
Or you can just do Cmd-T then wait for file to open and do cmd-shift-
t as it stands now.
Just thinking.
-steve
The GTD bundle has been upgraded, with a new detailed BUY command and
a basic language syntax that allows the bundle to play better within
TextMate. If you try it, please let me know what you think. Thanks
Alaskamike
Forgive this question as I am both a newbie and NOT a computer
programmer, yet love Textmate.
When I try to generate a TODO list, I get this error:
/tmp/temp_textmate.oZHMUi:11:in `require': No such file to load -- erb
(LoadError) from /tmp/temp_textmate.oZHMUi:11
Anyone know what is going on?
Thanks.
--
Lawrence Goodman
lawrencegoodman(a)gmail.com
Check out my blog: http://goodmanorama.blogspot.com
Hi TM users,
I have a strange behavior with the following command (with revision
1070 under Tiger) :
Save: Nothing
Command(s):
#!/bin/sh
echo "toto"
Input: Selected Text or Line
Output: Show as Tool Tip
Activation: (
Scope Selector: <none>
As a result, this command would show a "toto" tooltip (as expected)
but would also remove from the document the '(' that activated the
command !?
Regards,
Sylvain
The best way to describe my problem is it feels like my keys aren't
working correctly. When I type, sometimes I have to push a key or
space bar several times to have the character appear on the screen.
The problem doesn't seem to have a logic— i.e. sometimes the space
bar works and sometimes I need to press it several times.
I have only experienced this problem in textmate.
I am using Textmate Version 1.5.1 (1070)
I have experienced this problem in the markdown and plain text bundles.
I have restarted the computer, but still have the problem.
Has anyone experienced this?
Thanks,
Steve
Allan,
while we all know about Textmate's performance problems with very
large files, would you mind adding some quick check before opening a
file and just displaying a dialogue that would warn of the file's
size? (you can make this a pref setting for those who don't want this
because they feel the need to be masochistic).
Dan, who accidentally tried to open 100 MB!! worth of log files
created by a stupid non-working google browser synch extension!
Hi everybody,
I'm working on editor highly inspired by TextMate for MS Windows
(codename Intype). Now it can do the TM's snippet magic, commands and
most of the text editing features of TM. Intype is using LUA or Ruby
scripts instead of shell commands (no fork on Windows).
I just want to ask these two questions:
(1) Do you know about somebody that is working on TextMate porting to MS
Windows?
(2) ...or somebody who is creating an editor inpired by TM?
Regards,
Martin
Guys,
as I am re-opening my list of blogs in endo I am looking for some
worthwhile blogs to read, preferably blogs where textmate gets
mentioned in useful ways as well as ruby…
any suggestions?
Dan