Hi there,
I've just downloaded Ciaran's tmplugin+QLGenerator, and I'm very happy
with it.
If I got it right, the plugin generates a screenshot and then displays
it within QL. There's just a little downside to it:
The dimension and readability of the generated screenshots are implied
by the number of columns and rows of the documents, which sometimes
produce weird results.
I posted 2 screenshots to make it clearer. The first one is the most
significant, and the second one is to povide an example of acceptably-
readable scrrenshot.
Suggestion: Couldn't the screenshot be generated in a panel with a
fixed number of columns, and be of fixed width?
Thanks and congrats anyway, I was bored of black and white QLing my
source files!
Xavier Cambar
EDIT: And now with the files! ;-)
Hi there,
I've just downloaded Ciaran's tmplugin+QLGenerator, and I'm very happy
with it.
If I got it right, the plugin generates a screenshot and then displays
it within QL. There's just a little downside to it:
The dimension and readability of the generated screenshots are implied
by the number of columns and rows of the documents, which sometimes
produce weird results.
I posted 2 screenshots to make it clearer. The first one is the most
significant, and the second one is to povide an example of acceptably-
readable scrrenshot.
Suggestion: Couldn't the screenshot be generated in a panel with a
fixed number of columns, and be of fixed width?
Thanks and congrats anyway, I was bored of black and white QLing my
source files!
Xavier Cambar
Hi,
when I select 'Citation Based on Current Selection' I get a spinning
beach-ball. Activity Monitor shows a ruby process eating 99% CPU.
When I quit it, the following is inserted in my TM document:
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:134:in `parse_bibfile':
Interrupt
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:115:in `map'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:115:in `parse_bibfile'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:250:in `cite_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:247:in `each'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:247:in `cite_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:246:in `call'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:215:in `recursive_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:214:in `each'
... 8 levels...
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:203:in `recursive_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:254:in `cite_scan'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/lib/LaTeXUtils.rb:63:in `get_citations'
from /tmp/temp_textmate.MQuf7X:8
I think it worked correctly at some point in the past.
Any ideas on what's going wrong here? Any help would be much
appreciated.
Bilal.
Hi all,
Apologies if this is an old query, but I've tried finding the answer in the archives and nothing seems to fit with what I need.
I have set up my blog and can post entries and edit entries just fine, but if I try and add a category (using the "tab-cat" snippet) then I get an error message:
"Received exception:Wrong type NilClass. Not allowed!
No categories are available!"
Does anyone know why this might happen with categories when I can access posts remotely?
Many thanks,
Nigel
Hi all,
I have recently been set up with Textmate at work and I want to export
all the settings I have created over time on my own version. IE, the
bundle and the themes.
I would like to know, do the "bundles" and "themes" folders in
/library contain all my customizations? I have installed a HTML bundle
a while back, but I have also added my own snippets and key commands
to this. Will this all be saved in the single bundle?
Thanks for any help.
Hi Textmate fellows,
I've always been slightly jealous of emacs' auctex
mode with previewing of images and equations in a TeX
document. I understand the issue of dealing with fancy
fonts in a source editor, but would it be possible to
create a preview of parts of the code in the form of
tooltips?
I've been thinking of that for a while, considering
the use of latex2html to generate images, or the sleek
LaTeXit freeware. These two would really slow down the
process, as they call latex and generate images.
Now I think I've just found the ultimate tool:
http://www.math.union.edu/~dpvc/jsMath/welcome.html
This is by far the best math publishing solution I've
seen on the web when it comes to including math on
html pages (MathML, although promising, is really
lacking support).
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr
I searched the list and found a error with BlogMate, but I don't have it
installed. I do know that this error is local in nature. I can login
under admin and use mate from the command line. Under my account I get
this message:
2007-11-26 15:03:11.446 mate[2591:10b] Exception raised during posting
of notification. Ignored. exception: '[NOTE: this exception originated
in the server.]
*** Object does not implement or has different method signature'
invoked observer method: '*** -[OakLaunchHelper didLaunchTextMate:]'
observer: 0x121090 notification name:
'NSWorkspaceDidLaunchApplicationNotification'
I've removed the preferences.plist and removed bundles and other
possible solutions from the list but nothing.
Thanks for any help.
J
Hello,
I am relatively new to TextMate.
I am trying to figure out where the date format is defined in blogging
bundle. What I would like to do is have fetch command render the date in the
U.S. format (day/month/year).
Could someone point me in the direction of where to look.
Thanks,
Scott
Has anyone come up with a command or whatnot so that by holding down
a modifier key we can drag files from the Finder to an open document,
and have it insert the absolute path (instead of the file contents)?
Is this doable right now?
Thanks,
Eric
Hi everone.
I recently tried to make ruby folding work all through our rails
project and almost succeeded. Typical offenders are p.e. do... end
statements in one line (we just use {} now). But I have problems
with do... end blocks which directly get a method sent to:
blabla.collect do |whatever|
format(whatever)
end.join(',')
Here the folding stop working for everything that follows in the
document and in this case it's difficult to rewrite the code to make
folding work (suggestions highly appreciated). I tried to modify the
Ruby language grammar to no avail and it seems that folding should
work here:
| (^|;) \s*+ end \. .* $
Shouldn't this line within the foldingStopMarkers match? I'm
confused and would be grateful for any help.
Regards, Niko.