Hi,
in the course of writing my PhD-thesis, I've missed the possibility
to quickly open publications (PDFs) directly from LaTeX-Source. As I
use BibDesk as a reference manager, I've implemented a command
interfacing BibDesk via Applescript to solve this.
The command allows to open a publication PDF linked to a BibDesk
record directly via the cite-key used in the LaTeX source (in short:
place cursor at cite-key (or select cite-key) -> call command (via
hot-key) -> if a file is linked to the according BibDesk-Entry, it is
opened in your default PDF-viewer). Works pretty well for me ...
If anybody thinks this could be useful for his or her workflow, feel
free to use and/or adapt/improve.
Best regards,
stefan
--------------------------------------------
Stefan Oppl
University of Linz
Department of Business Information Systems
Communications Engineering
Freistaedterstr. 315, A-4040 Linz
Tel.: +43 732 2468-7103
Fax: +43 732 2468-7111
E-mail: mailto:stefan.oppl@jku.at
Web: http://www.ce.jku.at
-------------------------------------------
get my PGP public key at
http://security.oppl.info
I'm playing with some auto-indent rules, and I've come across a
scenario that gives me trouble. Consider text (in fact valid code)
that is written like this:
somescope {
/*
*} <--curly brace
*/
}
Now, if this text was properly indented, the three middle lines of
code would be tabbed once to the right. But how can TextMate tell
using its indentation rule logic that the curly brace on line 3 is
within a multi-line comment?
-Jeremy S.
Hello all:
For some reason whenever I write in php, the foldings do not show up for the
line numbers in the gutter.
Is there another setting I need to set to make this happen? When I open
someone elses work the foldings are there so, I am not sure what I am doing
to not make them show.
thanks for your help,
Paul
--
View this message in context: http://www.nabble.com/Foldings-in-php-tf4666214.html#a13329460
Sent from the textmate users mailing list archive at Nabble.com.
I've been looking for these, but everything I can find seems to be outdated.
Are there any up to date, or at least fairly up to date cheatsheets
for the Ruby and Rails bundles?
--
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
Hi Ciarán Walsh
It seems to be working fine here – could you go to where you would expect to
use php⇥ and then run the "Copy Scope" command from the Bundle Development
bundle, and tell me what the scope is by pasting it.
From within a basic .php file it comes up as
text.html.basic
Once I php ⇥ I get the following scope
text.html.basic
Thanks for your help, it's really appriciated
--
If you think that I'm not completely crazy, you might find my blog
interesting
http://woarl.com/blog
Hello,
I'm new to TextMate and new to the list.
I have noticed the following bug (?): I have a list of words in a
text file.
Every word in it's own line. There are 85 words, but the Statistics
of the
Document (Text-Bundle) shows 84 lines, because there is no line
change (EOL)
at the end of the last word. So the result is not correct (and, yes, it
makes the difference for me, because I had to determine the exact
number of
the words and than I told the wrong number).
Is it a bug or a feature? ;) Or maybe it isn't possible to count the
number
of lines correctly when this last "new line" character is not there?
Joanna
--
http://typoagrafka.eu
Hi
The latest version of Textmate (Version 1.5.6 (1431)) appears to have
"broken" the HTML bundle's PHP functionality.
If I have a .php file and then type "php" and hit tab then I get the <?php
and ?> tags as expected, however, if I then go into those tags and type
"for" and push tab, nothing happens. Changing the language type myself to
PHP causes this to work but then removes all tag colour coding and
HTML-based snippets and suchlike.
Was this intentional or a mistake? If it's intentional then how can I change
it back to how it was and if it was a mistake, what's the best way to file a
bug report?
Thanks for your time, it's most appriciated
Teifion Jordan
--
If you think that I'm not completely crazy, you might find my blog
interesting
http://woarl.com/blog
I noticed in todays update of TextMate, JEG II has added support in
the ruby bundle for using Mauricio Fernandez' fast-ri for ^H.
Kewl!
Just wanted to note that Mauricio recommends installing fast-ri from
the source tarball rather than as a gem for the best possible
performance:
http://eigenclass.org/hiki.rb?fastri#l1
--
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
Hi,
I have searched the archive and do not believe this has been
discussed in the past.
At present within the Textmate Bundle repository we have a Mono Bundle.
My gripe is that Mono is an implementation of the .NET standards, of
which the C# language is one such language supported. (A VB.NET
implementation is also part of Mono)
I believe that rather than having a Mono bundle we should have a C#
bundle.
Also I noticed that for the "E-TextEditor" which is a kind of Windows
Clone of Textmate, which supports the same Bundle formats, they
already have a C# bundle.
I am not sure who the original developer of the bundle was, but here
is a link to be able to download the bundle:
http://www.mediafire.com/?3xjlmfwvvkk
I have tried the bundle out in Textmate with no problems.
This bundle seems more complete than the Mono bundle.
So what I am suggesting is that the C# bundle and the Mono Bundle are
merged together under the banner of a C# bundle and ultimately the
Mono bundle removed from the repository.
What do people think about this option, and what is the process about
doing this?
I have a few improvements I would like to make to the bundle, but
would prefer to wait until we have the merged base in the repository
in which to work from, so creating patches.
Matthew Winter
Hi,
is it just me, or folding status of a file is
not preserved after closing and reopenng it,
when the number of lines/folding marks is too high?
e.g., I have a file with > 4000 folding markers
(don't ask) and the last ones reappear unfolded
each time I open back the file. The same happens
with a file having ~870 markers but a lot more
text in bewteen the markers, so I do not know
what is the threshold of the bad behaviour.
Regards
Piero