Dear all,
here comes the latest Hypersearch Bundle.
New:
'multi jump function':
If there are more than one occurrence of the search pattern within
one line you can click at each emphasised match (or in between - see
help) to jump to its position separately.
Changes:
-keyboard shortcuts are changed to TM's defaults; i.e. option+apple
+r,i,w
-output window displays the file name
--Here I had to hack the code for 'html_header'
----
export HTML_PAGE_TITLE="Hypersearch"
export HTML_WINDOW_TITLE="${TM_FILENAME:-untitled} - Hypersearch"
export HTML_SUB_TITLE="<big>$MTCH $CNT found for “$RES”</big>"
"${TM_RUBY:-ruby}" -r"$TM_SUPPORT_PATH/lib/web_preview.rb" -e 'puts
html_head(:window_title => ENV["HTML_WINDOW_TITLE"], :page_title =>
ENV["HTML_PAGE_TITLE"], :sub_title => ENV
["HTML_SUB_TITLE"], :html_head => "")'
----
Maybe it would be worth to change html_header in such a way that you
can specify window_title and page_title separately. web_preview.rb
has this functionality yet.
-Error messages are shown as tooltips
-you can specify a group for regexp like '>(.*?)<\/' to highlight
everything what is between '>' and '</' (see help)
-tiny format stuff
-I set the limit of output line to 3000
--The reason why is that if I close the HTML output page (with more
than 5000 lines) TM freezes for seconds! It takes roughly a minute!
ANY HINTS???
Bug fixes:
-\t, \n now works in regexp mode instead of \\t, \\n
-search within, and output of xml/html documents is now correct
-correct display of number of matches in case sensitive mode
As usual feedback is welcomed.
Have a nice day (or night)
Best,
Hans
Someone had asked the other day about editing files as root. I notice
that TextMate prompts for an admin username/password when asked to
save a file to which it does not have access, but that doesn't do
much good if the file can't be read in the first place. (BTW,
shouldn't TextMate/mate warn if you pass it the name of an
inaccessible file?)
Anyway, I whipped up the attached script which I call smate. FWIW, I
guess this functionality could be built into mate itself. (Allan,
wasn't the source for mate available at some point?)
HTH,
j.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi again,
I am using the following drag command that calls Transmit per
Apple script:
http://pastie.textmate.org/21681
at the end to do mostly a single File upload at a time.
(Called Screenshot handler)
I want to get rid of the "true" echo, that gets inserted together
with my snippet in the document window.
(The code is almost the same, as is in the Transmit Bundle,which I
customized to my needs, without any Idea about Applescript.)
(Thanks for all the help again)
How can I do this ?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: This might change in the future
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFUOUS8tSzPOYuZvQRAstxAKC5miiBEqgKDL9munkP9cPOm0XYvQCfb1Gf
n96BzBwAWj7WG7czjjdrFEY=
=Zsb6
-----END PGP SIGNATURE-----
hi I am new here, but I have a big question
I use textmate since some weeks and love it, before I used subethaedit
and I really loved the feature to work with some friends via subethaedit
on one document at the same time.
now I found also an editor for linux which does the same (not testetd)
http://mateedit.sourceforge.net/
my friends also love textmate, but without the collaborative feature
they will stay with subethaedit.
so my question is, if this feature is alreade implemented and I cant
find it or if it is planned for the near future.
cause it would be sooooo cool and helpfull.
thanks a lot
herbert
Is there any way to disable TextMate's refreshing of content when it regains
focus. The project I'm working on is on a samba mounted drive and,
especially since the last update, takes a really painfully long time to
reactivate when I click on it.
I'm constantly switching between a web browser and TextMate and the delay
really interrupting my productivity.
-dave
Hi all,
I've done my best to search for information about this in the ticket
system and on this mailing list, but it's one of those things that's not
very easy to search for.
Here is the scenario. I have a large project with lots of folders and
file references. I have these references grouped using the "Groups"
feature so that I can easily find everything in the project. When I
focus another application and then focus back on TextMate, the groups
and folders all collapse, and I am left having to traverse back to the
last area I was working in.
Has anyone else noticed this behavior? Is it a bug or a feature? If
it's a feature, can I turn it off?
I don't have specific steps to reproduce, but it seems to happen on any
project with a large set of files and a nested folder structure.
Thanks,
Taylor
I have a thing about shooting out emails and then remembering a bug I
forgot to check for. I apologize.
This one exits properly if there is only one address found.
Brett
Hi,
I'm using the latest TextMate version (1.5.4 (v1324)) on Panther
(10.3.9) with ruby 1.8.5 installed. Texmate works pretty well with some
minor changes in some snippets.
When pdftex has finished to compile your LaTeX document, the Typeset
and View (PDF) use the following command
'open -a "$V" "$PDF"'
However, if your viewer is Adobe\ Reader\ 7.0.8, this command doesn't
work with the open Panther comand. It is necessary to use the following
command
'open -a "$V.app" "$PDF"'
The problem is I have no error message in the Typeset and View window
because the find_app command find Adobe\ Reader\ 7.0.8, and the open
command error message is not displayed (open return "Bus error" message
when I use 'open -a "$V" "$PDF"' in Terminal.app)
Maybe the test ('if find_app >/dev/null "$V.app"; then ... fi') would
be different or you can use the find_app output result in $V$.
Regards,
Arnaud
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, Sorry for bothering again.
I am having trouble with the Dynamic variables, not sure, what is going on.
Here are some test-strings of current lines, and the wrong output I get
from this variable, instead of the whole string, using the Show
TM_VARIABLES command.
1) <li <txp:zem_nth step=1
of=2>class="odd"</txp:zem_nth>><txp:linkdesctitle /></li>
$TM_CURRENT_LINE echoes: [CSS-bullet] class="odd">
2) <txp:if_article_category></txp:if_article_category>
ouput: nil
Which means nothing.
I first thought, that this might have been caused by the HTML output of
the Show TM_VARIABLES command, but echoing the variables does give me
the same strings.
It seems, that any HTML brackets will just strip the content off, from
the variables.
I am using latest cutting Edge. (build 1311)
regards, marios
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: This might change in the future
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFSNxE8tSzPOYuZvQRAqfKAKDQvO+9ovJtBj12uZ3gQ20oMRTPUACgzi1B
l2SViTvbOjQqI0gPfimbTsY=
=qWsu
-----END PGP SIGNATURE-----