Hey all,
if i do, in a ruby file :
#!/usr/bin/env ruby
require 'plist'
plist=Plist.parse_xml(my_info_plist)
within TextMate i get :
NameError: uninitialized constant Plist
altought this script is running well from terminal doing a :
> ruby essai.rb
the ruby used is the same (/opt/local/bin/ruby)
i did setup within textmate some enverironnement variables :
TM_RUBY => /opt/local/bin/ruby
RUBYOPT => -rrubygems
GEM_HOME => /opt/local/lib/ruby/gems/1.8
they all correspond to what i get in the Terminal ie :
> which ruby
/opt/local/bin/ruby
> echo $RUBYOPT
-rrubygems
> echo $GEM_HOME
/opt/local/lib/ruby/gems/1.8
the, i don't understand where the prob comes from...
Hi,
is it possible to change the subversion bundle to allow the diff
actions to take the selected folder in the project drawer as its target?
Thanks in advance,
--
Pedro Melo
JID: melo(a)simplicidade.org
So: I notice that there isn't a Velocity (VTL) bundle available, and
it's listed as something people are interested in. I also can't see
one in the Subversion repository.
As a result: I'm interested in one, and I'm working on one. So far
(after 1-2 hours work) it covers syntax highlighting for keywords in
Velocity lines, as well as single-line comments; there's also some
basic snippets for commonly used methods (set, cparse, parse, if,
foreach). It also inherits all the HTML highlighting/functionality,
obviously.
If anyone else is interested in this bundle, I'd be very grateful for
feature requests and suggestions on what syntax highlighting should
cover. I'd also be interested to know what it *shouldn't* do.
At some point I'll see if I can get an SVN login and put it into the repository.
Anyhow, thought this might be of some interest.
t.
Thanks to Chris, Torsten, Allan and Thomas for the awesome new
subversion bundle.
I do have a few minor feature requests for your consideration:
- Add Commit button directly to the Status window so commits can be
done straight after reviewing the changes
- Add propedit svn:externals command to menu (on selected file) and
allow the externals editing in a subversion window
- Add svn:ignore command to menu (on selected file)
- In the status window, allow setting svn:ignore via shortcut on ?-
files (similar to the Add link)
Any chance you find any of this worth implementing?
Thanks again for your great work.
Sebastian
Hello,
I'm having some problems with the blogging bundle in TextMate. I've
run 'Setup Blogs' and configured it properly. I hesitate to post the
configuration here for public consumption, but if I will email it
directly if need be.
When I try to post or fetch posts, I get this error:
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:9:in
`expand_path': couldn't find HOME environment -- expanding
`~/Library/Preferences/com.macromates.textmate.blogging.txt'
(ArgumentError)
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:9
from /tmp/temp_textmate.3tWil3:2:in `require'
from /tmp/temp_textmate.3tWil3:2
Any help would be appreciated.
-Zach
Hey All,
I know there aren't any bundles for Coldfusion out there so HTML
bundle has worked ok. But the one thing that is really annoying is
opening a coldfusion document with comments in it.
HTML comments work fine:
<!-- something here -->
CFM comments have problems
<!--- something else here --->
It shows like it's an incorrect syntax and everything below that
point gets dimmed out like it's a comment. Any ideas on how to make
these types of comments look right for me? Something quick and easy
is preferable.
Thanks.
Josh
I admit it: I have not really understood what changed in the
subversion bundle, as I am getting bugs in two places:
* Log on a file produces:
> No Match
> mhh, something with with the regex or svn must be wrong. this
> should never happen.
> last line: Geänderte Pfade:
> please bug-report.
* Blame on a file produces:
> No Match
> mhh, something with with the regex or svn must be wrong. this
> should never happen.
> last line:
> 11 dekay
> 2006-01-21 21:07:26 +0100 (Sa, 21
> Jan 2006) %!TEX root = ../
> Doktorarbeit.tex
> please bug-report.
I suppose this is because of some parsing of the svn output that
doesn't escape the contents of the output - and since Latex likes the
use of % and \ this could cause problems?
* View revision… of a file produces an untitled document (it would
be nice to have a complete filename with the revision in it?)
Dan
I've just begun with svn ... and I've googled and tried :)
how do you supply your password to the svn bundle, I try to commit
but it says I haven't supplied a password (which I haven't since I
don't know how)
help appreciated as always
Andreas
I've recently been messing with the Remind language grammar, and I
would welcome some comments and test files, especially from people
who are use some of the more obscure features. Here is the file:
http://skiadas.dcostanet.net/uploads/Remind.tmLanguage
Atm there is not support for multiline commands (i.e. a command
continuing in a separate line). I hope to add it soon.
Haris