Hello,
another question regarding the LaTeX bundle:
There have been requests for making footnotes collapsable in the
past. I still find this highly desirable, but there does not seem to
be an easy solution for this at the moment. (Background: I work with
a document with a lot of footnotes, many of them being rather long.
It would be much easier to read and edit the main text if the
footnotes could be collapsed.)
I'd like to ask if another thing could be implemented more easily: It
would already help a lot if the footnotes would appear in another
color (or with another background color), so that it would be
possible to see where a footnote starts and ends immediately.
Is this possible?
Thanks in advance,
best regards
Matthias
--
Matthias Damm
mad(a)macpla.net
PGP key: http://macpla.net/MatthiasDamm.asc
PGP fingerprint: CED3 6074 7F7D 3148 C6F3 DFF2 05FF 3A0B 0D12 4D41
On Jul 25, 2006, Gerd wrote:
> On Jul 24, 2006, at 6:14 PM, Brad Choate wrote:
>
> >The second one sounds as if you have a file or files selected in
> >the project drawer that have no local changes.
> They do, svn on the command line, or using the svn bundle with one of
> the changed files selected in TM works fine. It is just the
> "Subversion Status" panel from which it doesn't work.
>
> Gerd
Has this been fixed/addressed yet? I've checked the archives but I
can't seem to find a resolution. I'm still getting the "File(s) not
modified; nothing to commit." when I try to 'Commit' from the SVN
'Status' window. I'm fully up to date with the app (cutting edge) and
the svn repository. And yes, I do have the top level folder of the
project selected when I run the 'Status' command.
Carpe viam,
Mike
Michael Larocque
Chief Cook and Bottle Washer
Prolumina Communications Inc.
http://prolumina.com/~mlarocque/
Sometime in the last few days I've had a problem using GTDAlt's
broke for me, when I use '#' to bring up the due date dialog and hit
return to accept 'today', instead of inserting the date it displays
this:
/Library/Application Support/TextMate/Bundles/GTDAlt.tmbundle/
Support/bin/GTDUtils.rb:27:in /bin/bash: -c:
line 1: unexpected EOF while looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filedowncase'
for ["today"]:Array (NoMethodError)
from /tmp/temp_textmate.kKMNI2:10
Is anyone else seeing this? BTW, I just updated Bundles as well as
the Support folder, and still have the problem.
I'd like my functions to appear in the popup menu. My function
definitions look like this:
(define (func-name arg1 arg2)
(print "the arguments were " arg1 " and " arg2))
and the bundle I've been given has this:
{ name = 'declaration.function.lisp';
match = '(\b(?i:(def\-new|define(-macro)?))\b)(\s+)((\w|\-|\!|\?)*)';
captures =
{ 2 = { name = 'keyword.control.function-type.lisp'; };
4 = { name = 'entity.name.function.lisp'; };
};
},
I can understand why it also covers other types of definition ( eg
(def-new and (define-macro ) although I rarely use these, and it sort
of looks Ok at first glance (I don't know whether some of those
parentheses should be escaped...). Nothing appears in the function
pop-up menu, though. Should I expect this to work as like this or has
something else gone wrong, or does it rely on other things being set
as well?
--
(<http://newlisper.blogspot.com/>)
System is OS X 10.4.7. TM version 1.5.3 (1200). Same error occurs on
another system with unknown information (we corresponded over email...).
To reproduce:
1. Create a new command. Enter a short, non-shell script printing out
'$' at some point.
Ex:
#!/usr/bin/env python
print "test: $SIG{}"
2. Make sure the output mode is set to "Insert as Snippet".
3. Run command in a document.
Expected result: Document shows the result of the program. e.g.
"test: $SIG{}"
Actual result: Document shows result with characters removed
following and including '$'. e.g. "test: {}" Note that the removal
stopped at what is generally a "special" character.
Comments:
The expected result occurs when the output method is changed to
"Insert as Text" or "Replace selected Text" (i.e. when the text in
not further manipulated in any way, for indentation and the like).
Similarly, the expected result occurs when '$' is escaped. Entering
the line 'echo "test: $SIG{}"' at the command prompt returns "test:
{}" which seems to indicate that the text mangling is resulting from
being passed through the shell.
Andy Kish
First, I apologize if this is a duplicate. The mailing list
subscription was being incredibly slow, so I don't know if my first
message was sent.
System is OS X 10.4.7. TM version 1.5.3 (1200). Same error occurs on
another system with unknown information (we corresponded over email...).
To reproduce:
1. Create a new command. Enter a short, non-shell script printing out
'$' at some point.
Ex:
#!/usr/bin/env python
print "test: $SIG{}"
2. Make sure the output mode is set to "Insert as Snippet".
3. Run command in a document.
Expected result: Document shows the result of the program. e.g.
"test: $SIG{}"
Actual result: Document shows result with characters removed
following and including '$'. e.g. "test: {}" Note that the removal
stopped at what is generally a "special" character.
Comments:
The expected result occurs when the output method is changed to
"Insert as Text" or "Replace selected Text" (i.e. when the text in
not further manipulated in any way, for indentation and the like).
Similarly, the expected result occurs when '$' is escaped. Entering
the line 'echo "test: $SIG{}"' at the command prompt returns "test:
{}" which seems to indicate that the text mangling is resulting from
being passed through the shell.
Andy Kish
Hi there
I'm using v. 1197 and it seems that the
View > Wrap Column > Use window frame is broken.
Even with this option on, I have long comments line
which do not wrap and I have to scroll
horizontally to see them.
TIA
I actually don't believe this happened ... but really ... it just did.
I've been working on a project of mine. It was opened via:
File > Open Recent > ProjectFolderName
So some background.
There is no .proj file or whatever it is .. it's not a "TextMate
Project" .. I just drag my project folder onto TextMate.
It's been open for a while, and has many folders/files inside it ...
it's a mixed Java/Python project and I was shuffling some folders
around via the Eclipse Navigator pane (I switch between TextMate and
Eclipse, depending on wether I'm in Python or Java mode).
While I was in Eclipse, I moved my python source folder to a
different directory .. did some more coding for a while and came back
to TextMate.
Everything's kosher. The folders updated correctly in the TextMate's
project drawer. I opened some python files .. doing some housekeeping
and I decided that I'd like to add a new python file.
So I [Right Click > New File ...] on my python folder in the project
drawer and enter the name for the file "utils.py" and hit Create.
The file opens up and *bang* there's a mess load of code in it. In
fact, it was code from another utils.py file that is somewhere (very
far away) on my HD.
Weird ... now there are two utils.py files in my project drawer.
Though clicking on either one brings up the same file.
So I right-click > remove it .. quit and restart textmate and
everything's ok. No utils.py file anymore, so I right-click > create
it and now it's blank.
Everything's seemingly normal at the moment ... I'm not even sure I
can repeat that, just wanted to send it out there.
-steve
Hi all -
I did a search through the archives but I didn't find an answer on
how to accomplish what I'm looking for.
The current method that TextMate uses to escape entities is by using
the short name ('), which unfortunately doesn't work with
Windows IE. I'm trying to figure out if there's a way to convert
these instead to the numeric version (e.g. ’).
Is there any way to do this? Or a bundle that I can install that will
do this?
Thanks,
Neil
--
Slumming at the BeatnikPad: http://www.beatnikpad.com/
The person you love is 72.8% water.
I'm using the standard heading snippet to automatically add an ID to
a heading, like this:
<h3 id="${1/[[:alpha:]]+|( )/(?1:_:\L$0)/g}">${1:Some Title}</h3>
But now I want to mirror the transformed ID value in a permalink
later in the snippet like this:
<a href="http://somesite/links/#$1>permalink</a>
If I mirror $1 I get the untransformed text.
------------------------------------------------------
Is there a way to mirror transformed tab-stops?