Hi,
I reinstalled the R and Rdaemon package and now I get this error message when I try to execute code with the Rdaemon:
"Rdaemon Error: The pipe /tmp/r_in is not found! You have to kill Rdaemon manually."
what do I have to do to get the Rdaemon running again?
thanks for any help!
Hi,
Is it possible to kill / force quit Rdaemon calculations?
Currently, I always force quit textmate, which sometimes is devastating if I haven't properly saved my document before.
So for example if I execute this code via the Rdaemon – how can I stop it? :)
i <- FALSE
while(i == FALSE) {
print('HELP')
}
On 21.02.2012, at 13:00, textmate-request(a)lists.macromates.com wrote:
> On 21/02/2012, at 17.16, Max Lein wrote:
>
> I do understand the usability improvements of showing ? for links.
Great, thanks.
I know it's technically not trivial, but it's good to know it's on the »to be fixed« list.
>> Also, it would help if TextMate would distinguish between files and symbolic links.
>
> What do you mean by this? Maybe what I am saying above, e.g. opening ?dummy? which points to ?real_file? show ?dummy? in the title bar?
Yes, but that means I need to *open* files to distinguish between linked files and files that are »really« in that directory. And if I have opened a bunch of files, I need to activate each tab.
The whole point of marking linked files in the browser is to see at a glance which files are linked and which aren't.
Max
On 21.02.2012, at 13:00, textmate-request(a)lists.macromates.com wrote:
> Hi, I've noticed some of your comments in the wiki, and thought I'd reply here rather than alter what you've put (as it reads as an "opinion" piece).
It's a wiki, i. e. a collaborative effort, and the whole point is that other people are supposed to edit it. Any bias (real or perceived) is mitigated if a large number of people are contribute to it.
Most of what I've written there has been mentioned here anyway and I'd be helpful to others if you would add your replies to the wikipage. :-)
>> Folders first, then files
>>
>> This Windows Explorer-style way to sort files (first, display folders in lexicographical order, then files in lexicographical order) should at least be optional.
>
> Have you tried Preferences > Project > Folders On Top (checkbox)?
Thanks, I wasn't aware of that preference, thanks.
>> Working with remote files
>>
>> Right now, I use CyberDuck + TextMate to edit web pages remotely. Other editors such as BBEdit have allowed the user to edit remote files (accessed via ftp or better sftp) directly with no middle man.
>>
> Have you tried rmate? http://blog.macromates.com/2011/mate-and-rmate/
No, I haven't. (My new university has a cms, so I didn't need to edit web pages remotely in a while.)
But as far as I understand rmate only works via ssh, and I do not have ssh access to all necessary university web servers. To most, I have ftp access (which is antiquated, unencrypted and the whole nine yards, but I'm not in a position to change it).
In any way, thanks!
Max
When copying a line of right-to-left Hebrew text from one file to another in TM2 9064 using my mouse (OS 10.7.3), I noticed the highlighting of text didn't cover the Hebrew text, but white space to the right of the Hebrew text.
See screen shot attached. To copy the Hebrew of line 12 (and it worked), I had to click on the beginning of line 13 (to the L), drag to the right of line 12 so that the highlighting would be just to the right of the Hebrew text. Then, Command C would properly copy the four Hebrew words.
If I dragged the mouse so as to cover as much of the Hebrew line as possible, it would cover the whole Hebrew text except the last letter (ם). But then only this last letter could be copied to the other file.
Is this the correct behavior when yanking right-to-left text? I'm asking because I may need to continue using Mellel in parallel with TM for this kind of task. I was beginning to think I could do without it completely. Not a problem, but I thought I would ask if the behavior I see is what I can expect to see in TM's future.
-- Gildas
Typically, TM2's file browser adds an x to the right of any opened files. This not just indicates which files are open, clicking in it closes the files.
Since there are no projects in TM2, I've added a link to a file located in another directory. Double clicking it opens the file, but no x appears next to the file.
Also, it would help if TextMate would distinguish between files and symbolic links.
Max
Bundles that didn't install: I added .tmbundle to the name and all was well. D'oh.
<rant>Whyever does the OS keep trying to suppress the suffix?</rant>
:-(
Lewy
I have a pretty reliable permanent hang after updating to r9062 this
evening. The hang isn't immediate, but happens pretty reliably after
editing tracked files for 10 minutes or so.
Inspecting a sample of the process suggests it is scm:background_status
that is hanging. My repo is git. I tried disabling the SCM bundle, but
that doesn't appear to have helped.
The sample, if it's helpful: http://pastie.org/3411939
-MinRK
I have seven bundles in ~/Library/Application\ Support/Avian/Bundles . TM2 loads all but two. Of those, one is a collection of my own snippets; the other is Whitespace.tmbundle from Mads Hartmann Jensen. I have no idea why TM2 loads five of the seven and ignores the other two. I tried double clicking the two, which happily installed them into TM1. Any suggestions?
--Lewy
Hello, I'm trying to use a regexp with look-ahead. The search works, but
clicking "replace" button does nothing. I'm stumped. Here's an example:
Find: public (?=int)
Replace: private
Regular expression: checked
Ignore case: unchecked
Wrap around: checked
Click "find" and "public " is selected, but then clicking "replace" does
nothing. Also "replace and find" goes to the next occurrence, but does not
perform the replacement.
Using Textmate 1.5.10
Thanks,
ErikN
Is there any way to avoid the "What is the file type of..." dialog when
opening a file with an unknown (or non-existent) extension? For me, 99%
of the time those files are plain text. I want save a step and have TM2
treat any unrecognized file as plain text. In the rare case that it's
something else I can manually change it after the file has been opened.
Is there some way I can get this behavior?
--
Steve King
Sr. Software Engineer
Arbor Networks
+1 734 821 1461
www.arbornetworks.com <http://www.arbornetworks.com/>
I had set the font of my project/folder via the View->Font menu to
"ProFontWindows" 9
In my folder, I create .tm_properties with the following content.
TM_GIT = "/usr/local/bin/git"
TEST_DEFAULT_FONT="$fontName/$fontSize"
["*.txt"]
fontName = "Menlo"
fontSize = 16
TEST_TXT_FONT="$fontName/$fontSize"
In a txt file, I execute the following line with ^R
echo $TEST_TXT_FONT
=Menlo/16
echo $TEST_DEFAULT_FONT
=/
But the problem is the the buffer is not rendered with Menlo size 16.
Is my font setting via the menu overriding the font setting in the
.tm_properties file? How do I reset it if that's the case?
Thanks
--
Chris
Hello,
This is probably a minor note, but one feature of some recent tabbed
interfaces (Chrome) that I quite like is deferring the auto-resize of tabs
after one is closed until either a delay or the mouse leaves the tab area.
This makes subsequent actions (either selection or further closes) more
pleasant, because you don't have moving targets, which can cause accidental
actions.
Pretty low priority, obviously, but I thought I would bring it up because
I've been opening and closing lots of tabs today.
-MinRK
Am 14.02.2012 um 12:03 schrieb textmate-request(a)lists.macromates.com:
> Though many things have already been said about the respective pros and cons, so it might be better to start a wiki page and collect the information instead of repeating what has already been said (or simply claiming that the loss of projects is disconcerting).
If you point to a wiki page, I'd be happy to contribute.
Max
Search in project short answer: yes, it works.
Unless some other problem crops up, we now have a workable answer.
Search in project works for me if I make a project folder which contains links to the files in the project where the links are created in bash (via terminal -- iterm2 in my case). I used
ln -s full/path/to/sourcefile full/path/to/targetfile
Using full paths would allow running from anywhere, regardless of where the files involved actually are.
Using apache as an example, the bash command looks like this
ln -s /private/etc/apache2/extra/httpd-vhosts.conf ~/Documents/2-apache-b/httpd-vhosts.conf
I opened the directory 2-apache-b in TM2 and added it to favorites. A search for ServerName, for example, found all instances of ServerName across the set of files in 2-apache-b. That is, it looked like all occurrences. There are a lot of instances in the files I searched and I didn't verify "all". It looked reasonable, though.
If I had a hundred files to set up this way, I wouldn't want to do it. But if I'm adding a few files to a directory, or combining two directories into one for editing, or, as in this case, just combining four commonly used files, the utility of searching well outweighs the setup.
A script reading from a list of files plus the target directory would be reasonable. A bundle adding a few files together would also be useful.
--Lewy
From: Devon Weller <wellerco(a)gmail.com>
Subject: [TxMt] Re: making projects
Date: February 14, 2012 1:08:24 PM AKST
To: TextMate users <textmate(a)lists.macromates.com>
Reply-To: TextMate users <textmate(a)lists.macromates.com>
Did you see Allan's response and try following his advice?
http://lists.macromates.com/textmate/2012-February/034445.html
I have a set of four scattered files -- not too many to test with. I used aliases to build the set. I'll try it with ln -s and see if search works.
Thanks for the pointer. I read it, but it didn't penetrate. :-(
--Lewy
Hi,
I noticed that TM2 is looking for .p4config files, but I can't find any
Perforce commands in the bundles (or in Cmd-Y, which never seemed to
detect my git repositories, either). Is anything beyond looking for the
config files already in place and I'm too blind to find it, or do I just
need to wait?
Christopher
Dear all,
I am enjoying getting to know TM2.
I've been having trouble getting it to work with svn. When I try a
command that actually requires remote access, I get a dialog:
The 'svn' command produced an error
Permission denied (publickey,keyboard-interactive).
svn: To better debug SSH connection problems,
remove the -q option from 'ssh' in the [tunnels]
section of your Subversion configuration file.
svn: Network connection closed unexpectedly
This is an svn+ssh connection, with ssh = $SVN_SSH ssh -Y in
.subversion/config.
It works fine with TM1 (and from the command line). I've tried
explicitly setting TM_SVN and SVN_SSH within TM2, to no avail.
Any ideas?
Andrew
@Alan
> it might be better to start a wiki page and collect the information instead of repeating what has already been said (or simply claiming that the loss of projects is disconcerting).
Good idea. Let's get this all in one place.
> relying on the file system … vs. private system
I support Alan on this one. I just want a solution to "find in project" (whatever project is) and a relatively easy way to collect links into a folder. The latter is certainly amenable to a bundle solution, which I would happily do if I knew how. "Find in project" may be a problem with Lion. It's desirable (I used it), but not a show stopper. Let's look for a way to accomplish the find we need using the OS.
--Lewy
> When you do this, are you able to search across all files contained in those aliases? I am not. I just want to make sure I'm not missing something obvious.
No, I cannot. Search in document and search in open files both work as expected. Search in project does not. It returns an empty result and doesn't even find hits in a currently open document.
Let me add, though, that I am having a LOT of trouble with Lion searching in general. Finder searches seem to miss a lot of stuff. So does Spotlight. I'm not convinced this isn't a Lion issue, but I'm not clever enough to track it down. :-\
--Lewy
Because I never found it in 1.x either. Tapping ALT just never occurred to me. HOLDING ALT or some other control key often did things, but tapping was outside my limited box of tricks.
--Lewy
On Feb 14, 2012, at 2:03 AM, textmate-request(a)lists.macromates.com wrote:
>> On a stylistic note, I really would like "Change to Column Selection" to be put back into the Edit menu. It's not obvious (at least, not to me...) that tapping ALT is the way to do it, and it's not the kind of thing you can figure out by experimentation. I looked all over for how to make a column selection in TM2 and finally found it in a blog post.
>
> While I won’t dispute the value of a menu item, why wouldn’t you assume that the way to do it in 1.x still worked (tapping the option key)? I assume your question about rebinding the key reveals that perhaps you never got into that in 1.x, hence the reason.
Seems TM2 can only run one task at a time. I have multiple Xcode targets I run at the same time, TM2 only allows me to run one of them.
It also keeps reusing the same output window, so I can't have (for example) my ToDo list and view uncommitted changes at the same time.
Gerd