Hi,
just saw the tm_dialog screencast: http://macromates.com/screencast/
intro_to_tm_dialog.mov
just a quick note to say that I'm amazed at tm_dialog... Well,
tm_dialog isgreat :), but really it's more the power of the Interface
Builder, what you can do without coding that got me of my feet.
really amazing.
Best regards, (and now waiting eagerly for the next tm_dalog
screencasts :))
--
Pedro Melo
JID: xmpp:melo@simplicidade.org
Hi,
first of all tm_dialog is ... I don't find words for that. Thanks A
LOT!!!!!!
tm_dialog will revolutionize my work ;)
----
I just played with it to use it with Hypersearch.
I followed your instructions but I have a tiny problem:
I created a nib test1 with an TextField and two check boxes.
Everything is fine except there is no return for the TextField. Only
my checkboxes appears.
If I add a second TextField to the nib then the value of the FISRT
TextField is returned but unquoted.
What I did wrong? For checking this I attach two small nibs 'test1'
with one TextField and 'test2' with two TextFieldes.
Here's the terminal output:
l:~/Documents Bibiko$ tm_dialog ~/Documents/test1.nib
{sw1 = 1; sw2 = 1; }
l:~/Documents Bibiko$ tm_dialog ~/Documents/test2.nib
{searchString = aaa; sw1 = 1; sw2 = 1; }
I couldn't find my error.
I use TM Cutting-Edge build 1305 downloaded one hour ago.
Thanks in advance,
Hans
Greetings,
The latest Python bundle from SVN is apparently missing a
"magic_method_name" rule in its syntax file which causes TextMate to
flood console.log with error messages at each keystroke.
--
Luc Heinrich - luc(a)honk-honk.com - http://www.honk-honk.com
Hi TextMate'rs,
I often mistakingly type CJK letters in TextMate documents by totally
forgetting checking what input method I'm in.
If this happens, I don't find any solution to go back to normal.
Pressing Command-Z doesn't seem to help there. The only thing I can
do is close the window without saving, which, invariably, loses what
I've been working so far.
Is there any solution to quickly revert to where I was?
Also, is there any way to force TextMate to use a specific input
method, let's say, US mode?
Takaaki
--
Takaaki Kato
http://samuraicoder.net
AIM: samuraicoder(a)mac.com
Hi,
For better or worse, I create a lot of JavaScript dynamically via PHP
in my current project. Would it be possible to get TextMate to treat
anything inside <? ?> (or <?php ?>) that is inside <script> tags as
PHP code instead of JavaScript?
- Luke.
Hey there,
I noticed there's been some activity updating the Python bundle and
language defs (thanks!). The new language grammar is flagging
something as invalid, but I'm pretty sure what I'm doing is kosher.
Its catching my return statement that returns a tuple that I'm
defining (and surrounding) by parenthesis at the time of return.
A trivial example:
def something():
one = 1
two = 2
return (one,two)
It looks like there are three scopes that are being assigned here (on
the return statement, that is), which I don't think should matching
here:
invalid.illegal.name.python
entity.name.function.python
meta.function-call.python
I just wanted to bring this to your/someone's attention. Thanks for
taking the time to make the Python bundle better ... if I recall
correctly, most everything used to be in just a source.python scope,
so the new work is much appreciated.
Thanks,
-steve
The 'Commit' command in the Subversion bundle seems to be broken
since Since TM Rev 1305 (+ latest svn bundle from trunk). I get the
following error on commits:
subversion/libsvn_ra/ra_loader.c:283: (apr_err=170000)
svn: Unrecognized URL scheme for ''
According to the Subversion FAQ [1] this indicates that the dynamic
linker/loader can't find the plugins to load. However, doing a commit
on the command line works just fine for me, so it seems to be an
issue with the Subversion bundle only. Is anybody else having this
problem? Thanks.
Sebastian
[1] http://subversion.tigris.org/faq.html#unrecognized-url-error
I've been trying to come up with a solution to creating shell scripts
within Textmate and creating a widget on the Dashboard layer to call
the script with references to any files or URLs passed to it, and I
have eventually come up with a Textmate widget & bundle to do all this.
I've created a screencast (sorry - no audio) to show the various
features of the bundle and the widget, and it can be found at:
http://homepage.mac.com/andy.herbert/Textmate-widget.mov
Features shown in the screencast include:
The actual widget is included inside the bundle and is installed in ~/
Library/Widgets/ the first time you call the bundle command to create
a new widget using the currently opened document.
To call a script using the widget click on the Textmate icon, to pass
files to the script as $1, $2.. etc drag files from Finder on to the
Textmate icon, you can also drag a URL on to it if you have a web-
browser open, this too is passed as $1.
If when the script is called there is any output a green icon will
appear on the widget, and when this is clicked you will be able to
view the output log, same goes with any errors the script throws up,
except this time the icon is red.
Flipping the widget over will allow you to edit the widget's label or
modify the script the widget uses. All scripts used by the widget are
held in ~/Library/Application Support/Textmate/Widget Scripts/ and
are deleted when you remove the widget.
Both the output and error logs are stored in ~/Library/Logs/, each
widget has a separate file, and is deleted and re-created each time
each script is called.
The widget bundle can be found at:
http://homepage.mac.com/andy.herbert/Widget.tmbundle.zip
I hope it might be useful to someone else on this list.
Hi,
It is very cool that enter now opens URLs in textmate.
It would be a nice addition if, as in Safari and mail.app, adding a modifier
opened the URL without bringing the browser to the front-most.
So, I suggest "Cmd-ENTER" = open in browser in background
tim