On Mar 29, 2009, at 5:00 AM, textmate-request(a)lists.macromates.com
wrote:
> On the other hand one should ask why one needs the behaviour you
> mentioned. One can do this also in a doc associated to Rdaemon.
> Remember the Rdaemon doc is NOT a time-linear console, it's still an
> editor window, thus you can run code, go some lines back, run an other
> command, press ?Z for undo, correct the command, delete unused stuff,
> etc.
> In other words why are you using two windows?
> See: http://www.bibiko.de/TM_R_ex01.mov as na?ve example.
Thanks for the information and the example. As I say, maybe what I
need to do is learn a new way of thinking about how to use R
interactively while writing and testing code, rather than just
expecting the same kind of behavior as found in a different editor.
Kieran
Hi all,
Can the Rdaemon bundle can behave in a way that's similar to ESS in
Emacs (or as near as possible given that TextMate doesn't do split
windows and frames, etc). What I want is to have an R file open in one
window (associated with the R bundle) and an R session created under
Rdaemon open in a second window. I write R code in the R file and, as
needed, send chunks of it over to the R session where they are
executed. This is the standard way of working interactively with R in
Emacs/ESS. You can select code chunks and execute them in an R process
running inside a buffer. The code is echoed in the R session when you
send it over, together with any errors or output, etc.
In TextMate, I can have an R file open and an R session running in
Rdaemon, which is great. I can select code and use "Send Selection to
Rdaemon", but it works in the background (or rather, with a progress-
meter message box). The code executes properly, but it and its output
are not echoed in the open Rdaemon window. Once the code has been
executed I can step back through the code in the Rdaemon window using
the line-by-line code history. But what I want is to see code chunks
(and their output) inside the Rdaemon window as I go. Is this possible?
I realize it's somewhat unfair to ask TM/Rdaemon to behave just like
Emacs/ESS and yet still be TM. It's just that now that TM's LaTeX
bundle is so solid, having Rdaemon able to behave in this way would
mean I could stop using Emacs ...
Thanks,
Kieran
This might be a bug or a feature. But me and a friend of mine both have this
annoying "setting" that allows the caret to move to wherever i click the
mouse in TextMate. Even if I click an area after/outside my line of text.
The caret will also move to the right, just like I'm inserting spaces, if I
navigate with the arrow keys to the right. This wont actually insert spaces,
it just looks like it.
It looks like I'm using some "free caret position" setting, that I don't
want. Any ideas here?
Thanks in advance.
/Richard
--
View this message in context: http://www.nabble.com/Caret-moves-beyond-lines-of-texts.-tp22704552p2270455…
Sent from the textmate users mailing list archive at Nabble.com.
I am running Leopard and have set up a respository using some step by
step instructions in the command line.
I then open up my project in TextMate and want to commit my code to the
repository. It tells me that my code is not a working copy, so I say ok,
lets checkout. Then it asks me for svn+ssh:// something so I type in the
file path of the repository and a big error message thus...
"Status File
ssh: Could not resolve hostname Library: nodename nor servname provided,
or not known
svn: Connection closed unexpectedly
The file /Users/lucy/Sites/wed2/Repository does not exist."
Can someone point me in the direction of the right page in the manual
that explains how I should do this?
thanks
Lucy
Greetings. When using the 'Typeset and view PDF' command
in the LaTeX bundle, in conjuction with Skim as a viewer,
the character/word/line corresponding to the cursor's
position is selected in the pdf page. Does anyone know
if this is due to some option used inside the script, or
a standard behaviour of Skim? I find it quite annoying
and would like to prevent Skim from selecting anything
(the red dot is more than enough to show the position, for me).
Thanks in advance,
Piero
Is there a native way to do brace reformatting? I believe it is
called "cuddling". I often pull a function from here or there, and
the formatting is not to my liking...
function {
# code
}
versus
function
{
# code
}
--
Scott * If you contact me off list replace talklists@ with scott@ *
Anyone have any favorite Bundles for studying new code? I typically use a
combination of ctags / vim, but I was hoping that TextMate had some magic to
make things easier . . .
Let me know!
-Dave
Guys,
Do you know if someone ever tried to create a GDB integration in TM?
Would some of you be interested in something like that? I think it is
quite easy to do something which would look like "clewn" (http://clewn.sourceforge.net/doc.html
).
Best regards,
Mathieu
___________________________________________
Mathieu Godart
Skype: mathieu_godart
MSN: mathieu_godart(a)hotmail.com
ASIC Integration Manager
Coolsand Technologies
___________________________________________
Hi,
I would like to know how to remove trailing whitespace (spaces and
tabs) when saving a document.
I currently have the Text bundle item "Remove Trailing Spaces in
Document / Selection" associated with a keyboard shortcut, but that is
not an optimal solution
With kindest regards
Jonatan Andersson.
P.S BTW, "Hello, World"
I've made another patch to GetBundles that lets you set the
"FINDER_APP" env variable, so you can tell GetBundles to open w/ Path
Finder. If the var isn't set, it defaults back to Finder.
As an additional, unrelated suggestion, I find it much easier to parse
bundle update times if the full 4-digit year is displayed:
locCom += " date: " +
Time.parse(bundle['revision']).getutc.strftime("%Y-%m-%d %H:%M")
(Change the lowercase %y to the uppercase %Y.)
Thanks,
Adam Vandenberg
http://adamv.com/http://github.com/adamv/