Hello, I was wondering if I could get some help with something related to mail.app.
There currently is a Mail bundle in both textmate and textmate 2 which
allows you to send html to the mail application (With Safari), I found this in [1] and
other sites. Since writing emails in html is a [bad idea] I thought, why not use
the awesome textmate preview to view the contents of the email as both
a preview from the current plain text in the compose window and a preview
of the email received.
I'm currently copying the content of the email to a blank document in textmate and previewing
it. So why not just skip this and activate textmate with a keyboard shortcut from the mail application?
This may not be outside textmate capabilities and I think it would be a great addition
to the release version. The mail application would need a plugin, just a button so that
when it is clicked in the composer window or in the view email window it sends the
plain text to text mate and then textmate would call markdown/multimarkdown or
whatever program you want to use to convert the message and display it with
the html previewer.
Anyway, just some thoughts that would make me look forward even more to the
release of textmate 2.
-Manuel
PS.
Thank you for the fix related to the html preview in the last email I sent. I forgot to reply last time
to give my thanks.
[1]: http://www.hawkwings.net/2006/05/11/more-textmate-goodness-html-emails/
[2]: http://www.freeantispam.org/html-email.php
I have a question regarding citation completion in the LaTeX bundle, a mechanism I constantly rely on. I greatly appreciate not having to open my bibfiles via Bibdesk. My preamble normally looks something like below, with citation completion working as expected:
\documentclass{memoir}
\input{../../preambles/custom_style.tex}
\begin{document}
etc...
\end{document}
But it doesn't work if I put my preamble into a custom package (say, custom.sty, which I put into ~/Library/texmf/tex/latex/local and which I call with \usepackage{custom} without having to specify path). The custom package works perfectly in all respects except citation completion.
I'm at a loss trying to figure out what the problem is (a minor one, granted, I can always keep to \input{mypath/to/custom_style.tex}). Is it the custom package? My custom package has the following lines at top and bottom:
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{custom}[2013/04/15 Custom Package]
....
\endinput
Or is it something else regarding the path to my custom.sty package that is not recognized? Any suggestion appreciated,
--Gildas
Hi All,
I'm interested in using TextMate as the front-end for the Monkey compiler
(http://www.monkeycoder.co.nz).
I downloaded and installed textmate. Run it a couple of times, and it ran
fine on my 10.8.3 iMac.
Then I installed the bundle that is meant to be the Monkey support. The
icon bounced as if it were starting, and if I load Activity, I can see the
process taking up ever more memory until the OS kills it.
That's all that happens.
I tried removing the bundle.
No joy.
Is this a known problem with textmate?
Thanks,
-Ken
--
View this message in context: http://textmate.1073791.n5.nabble.com/Hanging-on-startup-tp26466.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
sometimes, when using the R bundle and sending lines to the terminal, it happens that the terminal starts "popping" like when it is out of focus , calling for attention.
It happens randomly, and I do not know how to stop it.
If I restart both TextMate and Terminal the problem goes away, only to come back randomly.
Any ideas?
Mic
Hi everybody.
I am trying to switch to TextMate for my R/Latex needs. I ma trying to use Sweave, installing the bundle found in the SVN repository from macromates ( http://svn.textmate.org/trunk/Bundles/SWeave.tmbundle/ )
I can correctly generate pdf files from my source, but I have an issue: I do not know how to use forward and inverse search like I do with tex files and the latex bundle.
Can anybody help me with that?
Thanks,
Michele
rmate is really cool. I want to work with a project directory
though, not opening one file at a time. Is there any way to get rmate
to open a directory or a project file?
All the icons drawn in the gutter (fold markers, bookmarks etc) somehow have adrak-gray background on my (non-retina) system.
If I simply open the icon (for example "Folding Collapsed.png") and re-save it without changes, it then displays fine.
Any ideas why that is?
Thanks
Gerd
Hi,
I work with Changes Version 1.6.2 (582) and I install the bundle for Textmate.
But with TM2 i get a bug when I try to compare files with Compare two front documents .
Textmate blocks and I can't do nothing
Best regards
Alain Matthes
Hi,
I am working on a bundle (Stata) for which we'd like to implement several user-configurable preferences (e.g., like with the LaTeX or TODO bundles). These will certainly include both boolean values (i.e., checkboxes) and strings, but may also include other values as well (e.g., selections from a list or a reference to an installed application). I've looked at the way this is done in the LaTeX and TODO bundles (which are handled a bit differently), but before getting started I was wondering if there was a preferred approach to follow here. Any suggestions or pointers to examples (or documentation) would be most appreciated.
Thanks,
-- Phil
@Jacob Carlborg:
===
> For the autocompletion and language grammar. How about implementing and
> API that can be used by libraries like lib clang and similar.
What do you mean exactly? Offering an API so that Dialog2 can be used from other applications, too?
Btw.: the anchored docs mockup you posted to the GitHub issue[1] looks awesome. Should definitely be the way to go.
Peter
[1] https://github.com/textmate/dialog/issues/12
Hello,
Why has Github issues forum been removed?
It seems I'm now forced to subscribe to a mailing list just for the ability
to give feedback.
Is there any archive of the discussions in the github issues forum?
Currently, all urls currently resolve to 404. :(
Meryn
Hello all,
I am new to Textmate and looking for a way to filter lines as I did with the
old editor "kedit". It had commands like "all /blabla" to display only lines
containing "blabla", "more /yesyes" to add the lines containing "yesyes" to
the current line view, and "less /blabla" to hide again the lines containing
"blabla" from the current view.
I will be happy to get just the "all /blabla" functionality in Textmate,
i.e. I'd like to filter out all lines containing (for example)
"<onetwothree>" and either hide all the others or export all the
"<onetwothree>" lines to another file.
Is there a way to achieve that???
Thanks
Visconti
--
View this message in context: http://textmate.1073791.n5.nabble.com/Filtering-out-specific-lines-tp26423.…
Sent from the textmate users mailing list archive at Nabble.com.
Remember how Ruby 1.9.3 caused a segfault in RubyMate's
catch_exception.rb? Now Ruby 2.0.0 is causing further trouble, on this
line:
io = IO.for_fd(ENV['TM_ERROR_FD'].to_i)
This generates "Bad file descriptor". So this means that once again
there's bad output whenever an exception is to be displayed.
I realize that TextMate 1 is not quite the thing these days, but I'm
still using it and perhaps someone has some thoughts on how I might fix
this? I don't know how TM_ERROR_FD is set or what might be wrong with it
as a file descriptor (it's just a number).
Thx - m.
--
matt neuburg, phd = matt(a)tidbits.com, http://www.apeth.net/matt/
Programming iOS 5! http://shop.oreilly.com/product/0636920023562.do
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Hello everybody,
I want to become a contributor to the TextMate 2 open-source project and therefore started a crowdfunding campaign together with some concrete features that I want to implement and contribute first.
If you also see the potential and would like to make use of them asap, please help funding my 2-month code sprint athttp://www.indiegogo.com/projects/textmate-dialog2-sprint and/or spread this news to your friends/colleagues.
Best wishes,
Peter
---
Twitter: @pbyte
github.com/peta
This is an interesting dilemma.
What I'm hearing is there are two valid and important use-cases.
TM needs to link against a stable version of something for much of its own functionality to be reliable and predictable.
Meanwhile, clearly a lot of devs need the ability to write code against whatever Ruby version their project requires. (Same goes for other languages really)
It sounds like a reasonable feature that TM should be able to do both.
Users should be unaware of what versions of what TM itself relies on under the hood, but want to be able to write code with whatever language version they need.
This kind of separation and feature makes a lot of sense for long term adoption of TM.
Sent from my iPhone
On 2013/03/24, at 21:00, textmate-request(a)lists.macromates.com wrote:
>> I have modified TextMate's PATH so that it starts like this:
>>
>> /Users/mattleopard/.rbenv/bin:/Users/mattleopard/.rbenv/shims: ...
>>
>> The first is so that the "rbenv" command itself is visible. The second
>> is so that rbenv's "ruby", "rdoc", "gem" and other shims are visible.
>
> OK, so it sounds like this might work (be aware that only 2.0 will
> expand $HOME and $PATH in your variable settings):
>
> TM_RUBY = "$HOME/.rbenv/shims/ruby"
> TM_RI = "$HOME/.rbenv/shims/ri"
> PATH = "$PATH:$HOME/.rbenv/bin"
>
> I don?t know if the last line is required (for the shims to function),
> but by appending to PATH we don?t eclipse any of the standard tools,
> so it does no harm for TextMate.
>
>> So, I'm not sure where TextMate is headed with this, but I hope it's
>> in
>> the direction of playing even *more* nicely with rbenv and my choice
>> of
>> global ruby version - not less nicely. I have a lot of functionality
>> built upon this; obviously I don't want it to break. m.
>
> As mentioned in my previous reply, we?ll (hopefully soon) start to
> hardcode the /path/to/ruby to make it robust against user alterations.
Hello,
I experience the following problem with latest Textmate build:
When I open a large js file (400KB minified, so extremely dense syntax),
Textmate starts using lots of CPU. I assume this is the syntax highlighting
at work. Understandable.
Problem is, when I close the tab with cmd-w, the processing doesn't stop.
In fact, while I'm able to interact with textmate (say - cmd-w to close a
tab), Textmate won't quit normally when I choose quit. I need to force quit.
Meryn
I have a set of HTML template directories under my working directory and
one subdirectory is full of "compiled" templates ... I never want to edit
these and would like to have this directories contents NOT to show up in
the *Go to File* menu (CMD-T).
Here's an example where I'm typing the word *dictionary *and the vast
majority of the results are compiled templates.
[image: Inline images 1]
I'm sure there's an easy answer to this but I'd like to be able to specify
a particular directory under one of my favourites to be *ignored *by
textmate. The reason for this is that this directory has a bunch of
compiled template files and shows up as "noise" when I use the CMD-T/Goto
File operation.
Is there a command I can put in a .tm_properties files, etc.?
Hello,
CoffeeScript bundle has broken syntax highlighting when using division
operator ("/") - badly interprets it as start of regexp (screen -
http://i.imgur.com/MKDnLiT.png).
Also, will it be possible to compile only selected part of a CoffeeScript
code?
Ps. I'm not sure if the list is proper for bundle related issues.
--
Regards,
Bartek Kubiak
I'm not sure if this is only in my system but these are the steps I take to do it:
1. Open a new document
2. Change the language to HTML
3. Write something simple: "<p>Hello world.</p>"
4. Press Control+Alt+Command+P (This should open the web preview)
5. Now close the web preview with command+w
6. Repeat steps 4 and 5 till it the hang happens.
I went to the Activity monitor to sample the process and this is what I obtained:
<https://gist.github.com/jmlopez-rod/5210715>
Side Note: I found this weird behavior by trying out the preview on other
html documents. It started by not loading anything. I would close it, try again,
and then TM would stop working.
-Manuel
Hello
I'm very happy with the new possibilities of TM2. It's a pleasure to work with the project folder, the favorites etc.
With TM1 I used a folder tm_proj. Inside this folder, I placed all the files like tkz-euclide.proj, tkz-tab.proj etc.
Then I used a soft You Control to add a folder in the menu bar with all xxx.proj files. I can with this process
access directly the projects without open TM1
I tried to use the same process with TM2. I found only the new way :
I created a script
#!/bin/bash
mate /Users/matt/works/tkz-euclide
tkz-euclide is a folder with all the files of my project.
I saved these lines in a file euclide.sh and then I created a little application tkz-euclide.proj with the help of
a little soft Platypus (http://sveinbjorn.org/platypus) . A click on tkz-euclide.proj open the folder tkz-euclide in TM2.
Finally I can make this for all my projects and I can access them directly from the menu bar.
I would like to know if there is a better and simpler way to get the same result ?
Best regards
Alain Matthes
The Typo3 bundle (installed via Preferenes → Bundles) binds Cmd-T to
“Get TypoScript Setup”.
I have long ago removed this keybindig, resulting in a delta bundle in
~/Application Support/Avian/Bundles/TYPO3.tmbundle (see
https://gist.github.com/noniq/5186969 – these are the only 2 files in
this bundle).
Since a9397, this does not work anymore: Cmd-T again calls „Get
TypoScript Setup“, even though the bundle editor shows “Key Equivalent:”
shown as empty.
Binding the action to any other key works as expected. If I then delete
the keybinding, again Cmd-T seems bound to this action (without being
shown in the bundle editor).
Apart from this bug, I wonder why the Typo3 bundle binds Cmd-T at all.
Should I prepare a pull request removing/changing this binding?
Regards,
stefan
A change in a9397 released on 17th March is interacting badly with the Ctags bundle. When this bundle is enabled any mouse click in the edit window runs a ctags command that usually throws an error or pops up its history window. Disabling Ctags bundle removes this interaction.
Dave.
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Hello
Choosing :
I use a European keyboard (french) and I can't use ⌘1, ⌘2 etc. to access a specific tab with TM2.
These shorcuts are used by the Finder to choose a Desktop (Space).
In the Preferences System, I use the default keys : ^& , ^é . These shortcuts works perfectly but ⌘1, ⌘2 works also perfectly in the Finder and I can't use them in TM2. So I have two possibilities to switch between Desktops in the Finder and none in TM2 to switch between Tabs !!
My question is how to modify the shortcuts in TM2 or in Finder ?
Switching :
A) Remarks about switching tabs in TM2
I can switch between tabs with ⌘} and ⌘{ but I can also make a switch with ⌘⌥-> and ⌘⌥<-.
I think it's strange to have two different shortcuts to make the same action
B) Remarks about switching Desktops (spaces) in the Finder
I can use ^-> and ^<-
Best regards
Alain Matthes