Kind TextMate folk,
A BBEdit feature I find myself missing is the Markup -> Utilities ->
Format menu option. this opens a window with several different
options for markup formatting. Is there something like this in TextMate?
thanks! tm rulz. ;0)
Todd Ditchendorf
Scandalous Software - Mac XML Developer Tools
http://scan.dalo.us
Hi,
Being new to both TextMate and Latex, I find myself in the middle of
a fairly steep learning curve, in addition to starting as a graduate
student.
This is my setup: http://home.online.no/~refsvik/TextMate_Latex.jpg
...and as I am using Mac OS X, I have found that BibDesk is a
splendid way of collecting and maintaining bibliography and
publications.
Compiling my main.tex works out fairly ok (with a few warnings),
tying together most of my files, but what lacks is the Bibliography/
References entry. There is simply no Bibliography entry at all in the
final .pdf file, and the compiler is telling me this:
Typesetting: ./4_methodology.tex
LaTeX Warning: Citation `Jones:1992' on page 4 undefined on input
line 5.
Trying to understand this, I have had a look at this:
http://article.gmane.org/gmane.editors.textmate.general/8789/
match=bibtex
...but still struggle to understand the following:
1. Do the "Bibtex full run" need to be set up for every single latex
project in any way?
2. What does happen to my .bib (bibtex) file in this process? How is
a bibtex file compiled (if that is the correct term) and is it
converted to latex in some way?
I would be very grateful if someone could post a small recipe on the
total amount of things to set/do in order to get this to work:
1. The appropriate actions in the bundle editor
2. Setting environment variables accoring to what is needed in the
"Run Bibtex copy" command
Best regards,
Kjell Are Refsvik
Norway
I'm trying to set up the psgreek package. While I have moved all the
files in the package to the correct directories, I'm not sure how to
tell TeX to use the new fonts. The package documentation suggests
three ways to do this: (1) editing the file .../textmf/web2c/
updmap.cfg (adding the line "Map psgreek.map"); (2) editing .../texmf/
pdftex/pdftex.cfg by adding "map +psgreek.map"'; (3) editing .../
texmf/vtex/config/pdf.fm and adding "cm-super.ali" to the TYPE1 section.
I don't see any of these files on my system. I'm wondering if I
should be looking somewhere else for these files or I should create
them from scratch. I'd also appreciate any advice on which of these
three methods to use (if it makes a difference).
Colin Hahn
»Geben Sie mir Kaffee, dann mache ich Phänomenologie daraus.«
"Give me my coffee so that I can make phenomenology out of it." --
Edmund Husserl
Okay, just a moment ago, before downloading the most recent update, I
opened a new project and had an interface that looked a lot like the
new version of Mail -- i.e., no drawer but a left pane. When I
clicked on "Install and Relaunch" and created a new project after
relaunch, I got back the drawer. (And I should note that I have never
been a fan of the drawer, so the the momentary new project interface
was good news to my eyes.) It's late in the night.
I was wondering if there is some way to preserve the lines I've
ticked with bookmark stars after the file is updated by subversion.
Right now, I find that a half-dozen or so lines I've marked are all
blown away after an svn up brings new code in from commits by my
coworkers (actually, there's also one new bookmark created, on the
last line). I can see that this is fairly tricky, since the bookmarks
would have to be bound to the content of the line, and not just to
the line number (though even having them stay put while code slid up
or down would be better than having them all vanish - maybe they
could go orange or something to suggest they weren't marking the same
code any more?). -T.
when I'm working with a project drawer and the file names are long, they get
compressed to something like Exam...er.js. It would be really helpful if
there was a way to quickly see the full filename. My suggestion is a
tooltip. I have instances where i have several files with the same few
beginning and end characters and I end up opening many of them to find the
correct one.
-dave
I absolutely love this CSS(plus) bundle. Only thing is that one of
it's defaults (the new deceleration) sort of disables the tab triggers
of the original CSS bundle that gives you snippets for things like
margin or border or background etc. It at least makes them hard to get
back to. I'll show you a very simple mod to make the tab triggers for
the original CSS bundle more usable from within this bundle's
structure.
The CSS(plus) bundle formats the new deceleration like this:
;
${1:property}: ${2:value};$0
Which is all well and good if you know all of the options for the
particular CSS property you are going to be working with (margin or
whatever) but what if you wanted to be able to type 'margin' and then
-> tab to see the snippets from the CSS bundle for margin? You'd have
to do some fancy multiple tabbing and back arrowing to get the cursor
out of snippet mode and back to normal so you could hit tab after you
typed margin on the first property spot. Then when that snippet fills
in you have to forward delete the remainder of what CSS(Plus) put in
for the value. It would end up looking like this
#ID {
margin: 20px;: value;
}
Fortunately with 1 small addition you can make the New Deceleration
snippet highlight the whole line when it's executed allowing you to
type say 'background' (replacing the highlighted selection) and then
hit tab -> showing you a list of values for the background property.
Then when you finish editing that hitting tab will display the next
line as originally intended but highlight it again so you may replace
it's selection and do the same.
To drill into each manually simply (like the original) requires only 1
more tab. It just depends on how well you know all your CSS properties
and values whether or not this would be more work or helpful.
The mod is here between the lines...
---------------------------------
;
${1:${2:property}: ${3:value};$0}
----------------------------------
Make sure you don't have a return after that last }. The cursor should
be blinking right after the } or you will get extra line feeds every
time this snippet executes which would make it not be a time saver
really at all...
Happy TextMating ;-)
> From: Alexander Deruwe <aderuwe(a)aqs-carcontrol.be>
> To: TextMate users <textmate(a)lists.macromates.com>
> Date: Wed, 7 Mar 2007 16:42:39 +0100
> Subject: Re: [TxMt] Repost - With Subject - TODO Bundle Problem
> On 07 Mar 2007, at 16:34, Don Levan wrote:
> > /tmp/temp_textmate.3HxVWN:21:in `require': No such file
> to load -- /
> > Library/Application Support/TextMate/Support/lib/plist
> (LoadError)
> > from /tmp/temp_textmate.3HxVWN:21
>
> I get the same error - same versions of TextMate and OSX.
>
>
> Alexander Deruwe
I fixed this by changing the line in the TODO command "Show TODO List":
require "#{ENV['TM_SUPPORT_PATH']}/lib/plist"
to
require "#{ENV['TM_SUPPORT_PATH']}/lib/osx/plist"
Seems the plist was moved in the update.
hth
Barbara
Hi, I'm on TM 1.5.5 (1368) and just recently, my fonts have become
all ugly. Here is an example of 10-pt non-AA Monaco: http://
img214.imageshack.us/img214/1407/picture1lm1.png . All other fonts
have the same issue, both with AA on and off. The fonts are just fine
in Terminal, with the exact same settings.
So far, I've tried:
• Deleting the com.macromates.textmate.plist preferences file.
• Checking for font corruption in Font Book
• Deleting Library/Caches and /Library/Caches in hopes of getting the
font caches (are they actually there?).
Any ideas?
Thanks,
Andy K.
Apologies for the ms with no subject - here is the ms again:
Whenever I try to execute the command Add Persistent Include from the
HTML bundle (using either the menu item or the Control-Commend-I
keystroke), I get the following text embedded in the file:
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
HTML.tmbundle/Support/tminclude.rb:313:in `include_command':
undefined method `request_file' for TextMate::Dialog:Class
(NoMethodError)
from /tmp/temp_textmate.wx7fNU:3
I'm running TextMate 1.5.5 (1368) on Mac OS X 10.4.8 and ruby appears
to be installed as /usr/bin/ruby
Any idea what I'm doing wrong here ?
The lines around line 313 in the file tminclude.rb mentioned above are:
require "#{ENV['TM_SUPPORT_PATH']}/lib/dialog.rb"
cstart = (@escape_open).rstrip + ' '
cend = (' ' + @escape_close).rstrip
begin
Dialog.request_file do | file |
print <<-"EOT"
#{cstart}#tminclude "#{file}"#{cend}
#{cstart}end tminclude#{cend}
EOT
end
and the file dialog.rb does appear to exist in a lib subdirectory
with a request_file method but I don't have enough Ruby or textmate
knowledge to see where things have gone wrong or my use of Textmate
hasn't worked.
Phil Molyneux
This email has been scanned for all viruses by the MessageLabs Email
Security System.