Hi,
This is a first post so if this isn't the right place or I didn't
search well enough, please let me know.
I know you can select the contents between brackets with
command-shift-B. However, this is the same key sequence that was
select for breakpoints when coding in Ruby.
I realize I could customize any way I want, but I figured I must be
missing a fundamental way or working in TextMate if this key option
was used for two different operations. Is there an easy trick to get
the one I want?
Thanks,
Mark
>I've been playing with the flex bundles for a while now. It looks like there are lots of different ways of building Flex at this
point. I've been using rake:
>http://theblogthatnoonereads.tunasoft.com/2007/04/29/building-flex-on-rails/
Yes, there's a lot of ways to invoke mxmlc/compc. Ideally I'd like to see just one build and one run command in the
ActionScript 3 bundle but don't want to impose a particular method. Currently there is:
mxmlc
Ant
fsch (A wrapper for mxmlc which caches the build in RAM and dramatically speeds up compilation - on my current project
mxmlc takes 20+ seconds, with fsch this comes down to 4-5 seconds)
Shell - project specific custom file.
I'd imagine that we could quickly add rake and yaml to the equation too. Does anyone have any suggestions of a way to handle
this? Would it be best to add the various build methods as templates then check for custom build scrips within a TM project
before defaulting to a basic build? Are there any other bundle developers who've solved a similar problem?
Cheers,
Simon
Hi-
I really like the handy getBundle bundle... but it's been giving me some
trouble. I've upgraded my own version of svn to 1.4.3. Unfortunately,
this is backwards-incompatible with getBundle's internal version, which
is 1.3. Since I've updated some of my bundles -- and the support folder
-- by hand, it's used my newer version, but then getBundle's svn can no
longer update them.
Perhaps getBundle should probably use the local svn if that's possible?
(Indeed it only uses the local svnversion, which will also cause a
mismatch.)
Yours,
Andrew
Hello,
I started using the GTDAlt bundle and I wrote a Quicksilver action in
applescript to append text to my inbox.txt. I know I can just use
Quicksilver's append text but I wanted to write something custom. The
problem is it is adding invisible characters between every letter.
Any ideas why?
Here's my script:
using terms from application "Quicksilver"
on process text theText
set this_file to (((path to desktop folder) as text) & "GTD:" &
"inbox.txt")
my write_to_file(theText, this_file, true)
end process text
end using terms from
on write_to_file(theText, target_file, append_data)
try
set the target_file to the target_file as text
set the open_target_file to ¬
open for access file target_file with write permission
if append_data is false then ¬
set eof of the open_target_file to 0
write theText to the open_target_file starting at eof
close access the open_target_file
return true
on error
try
close access file target_file
end try
return false
end try
end write_to_file
Warmest regards,
Graham English
Hi,
My File -> Open Recent menu item has stopped working. I click on an
item and it doesn't open. The File menu stays highlighted until I do
something else, and the document just doesn't open.
Does anyone know what would cause this?
Thanks,
James Frost
Hi,
I'm every so often on another location where i work on two screen's.
The only thing i always need to adjust once is to drag the symbol
window to the screen where the main textmate window is.\
Is there a config thing i can set, or is it a feature for TM2 ?
ps: the other windows (goto file, bundle editor, etc) also come in
the wrong screen
Regards J.
Hello there!
I just wanted to tell you that the GetBundle has now it's own page
and will get some improvements like turning it into a Plugin(maybe).
The new site can be found at http://projects.validcode.net/getbundle
Sebastian
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i have a small problem with the Latex Bundle. When using Typset & View
the popup window immediately closes after compile, if no error is
thrown. If a warning is displayed, you can only see that there are
warnings happening, but not where and why. Is there a possibility to
have the windows stay on screen in that case?
Bundle Version is... today.
Greetings
Florian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGImiC8RlGMqQ8m7oRAi2JAJwNnScqERFZMoJwpj/OZ7iwQ0azYgCgih+3
V086jilrx9abBJEFXvBevY4=
=BJt/
-----END PGP SIGNATURE-----
Hi!
I'm new to TextMate - and so there came up some questions which I've
gathered here. Thanks in advance for any tip!
Bye, Tom
How can I open the file at the cursor directly from inside the editor?
Can TM hilight the matching brackets? (I'm using "pastels on dark"
color scheme; if thats important...)
How do I make the cursor follow when I've scrolled some pages with
Ctrl-CursorUp/Down? "Standard-behaviour" is that the cursor stays
where I've started.
How do I find the next match (for the same criteria) when searching
incrementally with Ctrl+S?
Is there a simple calculator in TM?
I prefer bookmarks that I can access directly, e.g. something like ^1
for line 40, ^2 for line 88 etc - instead of F2. Can I have that with
TM?
Hi!
Skim (skim-app.sourceforge.net), a very neat and free pdf-viewer
supports now pdfsync and they set up a wiki with some instructions
how to enable Skim as viewer for pdfsync in Textmate. But I think the
instructions are more complex than they should be.
The site is: http://skim-app.sourceforge.net/wiki/index.php/
LaTeX_and_PDFSync
Isn't it even in the standard-install of TextMate only necessary to
set the Shell Variable TM_LATEX_VIEWER to Skim?
Niels