>
> ---------- Forwarded message ----------
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Cc:
> Date: Fri, 04 Apr 2014 08:42:30 +0700
> Subject: [TxMt] Re: Strange clipboard bug
> On 4 Apr 2014, at 5:43, Carpii UK wrote:
>
>>
>> Finally if someone could explain how to correctly reply to a reply using
>> this mailing list, that'd be much appreciated. I'm finding the email
>> interface to this list just a little archaic.
>>
>
> If you have subscribed to this list you will get an email that you can
> reply to, just like normal email.
>
> If you are using some (third party) web interface then I don't know what
> their procedure is.
>
>
Thanks, I'll give this a try...
The emails I get are in daily digest format, so it wasn't clear which bits
I need to leave intact so the mailing list can thread it.
Using tm 2.0-alpha.9529 and OSX 10.9.2
I've had this a few times, where I am coding and I cut a short piece of
text, and immediately repaste it elsewhere.
But instead of pasting the clipboard, it pastes the single word
"AMQPChannel" in its place. This seems to be something related to RabbitMQ,
although I don't understand much else about why it would occur.
Any suggestions?
Does textmate embed rabbitMQ, or could it be related to a bundle?
Finally if someone could explain how to correctly reply to a reply using
this mailing list, that'd be much appreciated. I'm finding the email
interface to this list just a little archaic.
Thanks
When running cmd+r (Typeset & View) I get the following message:
This command requires ‘kpsewhich’ which wasn’t found on your system.
The following locations were searched:
/usr/texbin
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
/opt/X11/bin
/usr/texbin
If ‘kpsewhich’ is installed elsewhere then you need to set in Preferences
→ Variables to the full path of where you installed it.
In Preferences --> Variables I have created a PATH which the definition:
/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin
I have quite and opened TM. Same thing.
Any help would be appreciated.
--
View this message in context: http://textmate.1073791.n5.nabble.com/After-Maverick-Update-TM2-No-Longer-F…
Sent from the textmate users mailing list archive at Nabble.com.
Steps to reproduce:
open the attached file will cause textmate crash.
no matter use command line:
mate Packet.c
or File -> Open to open this file.
maybe something to do with utf8 text.
the crash log is also upload automatically by the software: https://api.textmate.org/crashes/232914
Expected result:
it shouldn’t crash!
Actual result:
crash!
Environment:
OS version----mac osx 10.9.2
TextMate version---mate 2.6 (2014-03-31 revision 9529) or TextMate 2.0-alpha.9529 is the latest version available—you have version 2.0-alpha.9529.
Hardward—macbook air 2012 Mid 11-inch
I've deleted related files in ~/Library/ and test the default setting, It still crash, so I’m sure it’s a bug of Textmate itself, not bundles.
Hi,
since I'm working with larger documents it would be nice if any user event (keyDown, museDown, etc.) could cancel the while/for-loop to find the matching bracket. [maybe in selection.cc - method: find_enclosed_range]
A simple example:
- take a file 1.2 MB and 50000 lines [plain text]
- select all
- press ( to wrap the selection into ()
- locate caret right of the first (
- move caret to the left
- it takes ca. 10 secs before TM accepts the next user event
Kind regards, Hans
PS Sorry for the sent crash report caused by an error which I did while trying something out. Is there a way to avoid sending such reports after compiling TM by myself?
Hi,
I'm using quite often the wonderful Clipboard History functionality but …
since I see the improvements to be able to work with larger text files, I'm also copying larger text chunks (from 1MB to 5MB) across documents and applications resp. If I do this the Clipboard History (in conjunction with TM) becomes unresponsive and I've to kill TM. I also can't delete the Clipboard History due to the fact that I've to open window in beforehand. The only chance is to delete the Clipboard History physical files.
I wonder if one could improve it a bit. Here some thoughts:
- make it possible to delete the Clipboard History from outside that window (maybe in conjunction with the chance to delete only those entries which are large than xy kBytes)
- make it possible to terminate the opening of the window if the size is too large
To avoid such unresponsive behaviour in generell
- one also could think of to restrict the size of an entry which should be stored, i.e. let's say store only the clipboard content if the size is less than xy kBytes [I think this is the easiest way]
- or if the Clipboard History is called load into the TableView only "a preview or head" (only the first 10 kBytes or so - and which can be hold in a different DB) of the stored items and if the user starts searching the search will be performed outside of the TableView (in file/database)
Is not an urgent issue but … ;)
Kind regards,
Hans
Hello, I am running Textmate 2 on Mavericks. When I try to use the Go
To View e got the error message below. Any ideas?
/Users/flujan/Library/Application
Support/TextMate/Managed/Bundles/Ruby on
Rails.tmbundle/Support/bin/go_to_alternate_file.rb:10:in `require': no
such file to load -- rails_bundle_tools (LoadError)
from /Users/flujan/Library/Application
Support/TextMate/Managed/Bundles/Ruby on
Rails.tmbundle/Support/bin/go_to_alternate_file.rb:10
--
Fernando Lujan
Hi,
an tiny issue. I've already my USERNAME's bundle. I pressed CMD+N, selected "New Bundle", and a new bundle was created, BUT the placeholder strings for naming the new bundle were not evaluated, i.e.
Bundle: ${TM_FULLNAME/^(\S+).*$/$1/}’s Bundle
Name: $TM_FULLNAME
Contact: $GZ_EBG13_RZNVY
Cheers,
—Hans
Hi all
I have some .Rnw files with in-line R code, like this:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua \Sexpr{mean(mtcars$hp)}.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat \Sexpr{mean(mtcars$mpg)}. Duis aute irure
dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
officia deserunt mollit anim id est laborum \Sexpr{mean(mtcars$wt)}.
I¹m wondering if its possible to do two things:
1. Place cursor inside a Sweave expression then run the code contained
within that expression to R app. So if I place the cursor anywhere between \
and } in any of the three Sweave expressions above, the code within that
expression would be run in R app. For example, if I place the cursor between
³h² and ³p², then this would be ran in R app: mean(mtcars$hp)
2. Select any text and run any R code within the selected text to R app. So
if if select the entire text above, three lines of code would be run in R
app: \Sexpr{mean(mtcars$hp)}, \Sexpr{mean(mtcars$mpg)} and
\Sexpr{mean(mtcars$wt)}
Thanks
Ross
If I go in to the save dialog and SHIFT+CMD+S and select another
"Desktop", I seem to be able to save files.
Seems like a pointer got messed up with the most recently-used
location? Initially, I was attempting to direct the save to another
folder on my Desktop, that's when I first encountered problems.
FYI.
Forrest
I am on OSX Mavericks 13.1.0 Darwin Kernel (64-bit). I just downloaded
the latest Alpha, opened a new window to create a file. When I go to
save it to the desktop, it goes nowhwere. I exited the application and
tried this again, same results.
FYI
Forrest
Hi all,
I am new to text mate 2. I download a version, and it seems that it can only open one file at a time. I want to know if it support creating a project like an IDE? Or it will support it in the future? Thank you.
Best wishes,
Xu Zhou
Hello,
There seems to be a recent change in the way braces/brackets are indented when put on their own line in PHP. Previously (in the last stable release I believe), if I typed:
function test($variable)<return>
{<return>
That would extend to:
function test($variable)
{
<insertion point here>
}
It would appear that with 2.0-alpha.9515, the same keystrokes cause the opening brace to indent, as such:
function test($variable)
{
<insertion point here>
}
In the Javascript context, the behavior has not changed and the braces are still at the same indent level as the function declaration.
Is this by design? Is there a setting that I can change to return PHP to the previous behavior?
Thank you,
Jay
Hi all,
There have been for a short while an addition to the go to file command (cmd+T) that was allowing to filter to methods too by adding a ‘@‘
For the short time it worked, I found that really useful.
Is there any plan for adding that back, or history why it’s not possible or not a good idea ?
Cheers,
David
If I press Fn + backspace, the character to the right of the cursor is
deleted. Is there a keyboard shortcut to insert one space to the right of
cursor?
Thanks
Ross
I edit/write/manipulate a lot of XML files and I'd like to create a simple way to use XPath for searching/selecting in the current document. Ideally, I'd open a textfield akin to the "Incremental Search" (CTRL+S) field and just write the expression, hit enter and the results would open in a "Web Preview" window.
I can get the durrent document's contents and do the XPath stuff, but I don't know how to hi-jack (if at all possible) the Incremental Search bar, or create something that worked similar.
Any clues for how to approach that?
An alternative way would be to just open a $DIALOG, asking for the XPath expression and then do the processing - but I can't see a $DIALOG command that lets me do that (read input)...
--
Chriztian
Hi all,
First time poster. I had a question regrading the lineHighlight property.
I.e for having a theme set a background colour to the current line in
TextMate 2. I haven't been able to get it to work.
Will this feature be implemented? If yes, is there a releated feature/bug
reference number that one can track, or an ETA?
Thanks in advance.
Best Regards,
S.P.
Lets say I have this abbreviation:
RSPB
Can I make a command which, when I select ³RSPB² and hit a keyboard
shortcut, will replace ³RSPB² with ³Royal Society for Protection of Birds²?
Thanks
Ross
Oooh, this sounds like a bundle targetted to use with the OSX Mail.app. I might just have to leap to TM2.
Is there a description of its features somewhere?
jon
> Date: Tue, 04 Mar 2014 20:20:06 +0700
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> Subject: [TxMt] Re: Mail bundle font setting
I use the Mail.bundle for editing my posts to usenet groups, usenet posts seem to look a lot like mail.
If the message I am posting contains quoted text the display is terrible. However I change my font settings the quoted text only changes size, I don't seem to be able to change the font used. I can't find anything in the Mail bundle that relates to font to change this. My usual font (coding and posting to usenet) is Andale Mono Regular (with Antialiasing off), here's the abomination I'm faced with if there is quoted text in my message:
Any ideas where this is set, so that I can change it?
--
Justin C, by the sea.
>
> Perhaps some of the invisible spaces should just be rendered as-is
> (without a substitution), I translated them to visible code points only
> because invisible characters have a tendency to cause hard to diagnose
> problems for end users, but this might be limited to non-breaking space,
> which can easily be typed by accident without noticing.
That would be great. I suggest to show those invisible characters when
"View > Show Invisible Characters" is activated. Although in the current
behaviour of that feature, the original text remains untouched. But if you
include `SpaceCharacters` in "Invisible Characters", then showing them needs
shifting of parts of the original texts to fit the representor of the
invisible characters in place of those zero-widths chars. I guess this is
not
a big problem because those characters are not so common in usual texts, and
when they are there, and the user wants to see "Invisible Characters", I
guess
he wants to see them even if the texts are shifted.
Other Invisible characters I suggest to be shown in "Show Invisible
Characters"
mode:
* Left-to-right mark (U+200E)
* Right-to-left mark (U+200F)
* These: https://www.cs.tut.fi/~jkorpela/chars/spaces.html
On Thu, 06 Mar 2014 "Allan Odgaard" wrote:
> The Mail bundle is actually from the early days of TextMate 1.x
Yes, it was invaluable to me as it allowed me to quickly process emails with macros like "Dear {firstname}" and embedded snippets.
That said, I do realize it was a bit of a hack and Mail.app has changed much since then. Does TM2 support a version of Edit in Textmate?
> its
> grammar could be useful if TextMate is setup as external editor for an
> email client that support external editors (where it then has keys to
> increase/decrease quotation level, reformat (quoted) paragraphs, etc.).
Hmm, do you know any email clients for Mavericks that support this?
> it was introduced here:
> http://blog.macromates.com/2006/textmate-tricks/#edit_in_textmate_from_appl…
That post also introduced editable Web Preview, another essential part of my toolkit (and another reason I've been nervous to leave TM1). Is there a TM2 equivalent?
You can probably tell that I want to use TextMate for everything on my computer. Thanks to Allan and everyone else who's contributed to this indispensable workhorse!
jon
For the placeholder of special characters (<U+XXXX>s), the bidirectional
category of placeholders should match the bidirectional category of the
original character. Although I guess almost all of those special characters
which are represented by <U+XXXX> belongs to Boundary_Neutral class.
For example, here you can see what has happened when I've replaced 2 spaces
with Zero-width non-joiners:
[image: تصویر درون برنامهای 1]
Here is the textual version, which is rendered correctly in my browser
(Chrome 33):
(متن راست به چپ)
(متن راستبهچپ)
Properties of U+200C: http://unicode.org/cldr/utility/character.jsp?a=200C
I'm interested in working on it and submitting a pull request, if you
accept this semi-feature-request and specify which solution is preferred. I
have a workaround suggestion: replacing them with some symbolic characters,
for example ⦿ for null, ↩︎ for line separator, ╵ for zero-width space, ╽
for zero-width non-joiner, ╈ zero-width joiner, ...
Best regards
Reza
Hi,
I've just installed textmate (version 2.0-alpha.9515) on a mac running OS X Version 10.8.5.
Whenever I execute a command written in Ruby in textmate (for example, Duplicate Line, or Typeset & View in the Latex bundle), I obtain an error. The error message is
Failure running “Duplicate Line / Selection”. Duplicate Line / Selection:9:in `join': can't convert nil into String (TypeError)
from Duplicate Line / Selection:9
in the first case and
Failure running “Typeset & View (PDF)”. Typeset & View (PDF):4: undefined method `+' for nil:NilClass (NoMethodError)
in the second case. This occurs both with keyboard shortcuts and when selecting the command from a menu. Snippets and other shortcuts work.
I don't use Ruby (I use textmate mainly for Latex), so I'm a bit of a loss here. Any help would be appreciated. I searched for posts on similar problems but didn't find any.
Best,
Markus