I can't find a decent looking theme that I really like. What I am
wondering is what's the easiest way to get the entire list of scopes
for a particular language?
I want to start with PHP, and work my way to xml, sql, etc.
Regards,
Eric
First, upon posting a new article, I got an error that this line (510
of blogging.rb) was trying to mod a frozen string:
filename.sub!(/\.[a-z]+$/, '') if filename
Commenting that line out, I still got a 301 error from the script.
I'm pointing it to
http://myusername@mydomain/backend/xmlrpc
Anyone have any answers? Thanks,
Ben
Hi,
I've been wondering if there's a list for all the bundle names and
brief explanation.
I use svn to get all the bundles from the repository, and, finding a
new bundle, I'm like, "What's this bundle for?". I google often, but
some of them don't seem to be programming/scripting-related.
I, of course, filter bundles I don't use, but there might be some
bundles I might want to use. No one knows what each bundle is for. It
would be great if there's a wiki for this purpose. As the number of
bundles increases, I feel the need for a list or something.
Brief explanation and official webpage for the language and script
(if any) would be useful.
There's a wiki of a list for bundle requests, but I don't find a list
of existing stuff.
If anybody is up for this task, I'll join by doing what I know and
find on the web. If anybody's interested, please let me know.
Takaaki
Hi guys,
I had been playing around with the language grammars and snippets,
and started thinking that Allan probably has thought of some better
way to edit the grammar.. I felt really stupid when I came across
this blog that stated the obvious: while in bundle editor, naturally
select Edit in TextMate.. - Voilá, the Language is set to 'Language
Grammar' and colored nicely.
So if there happends to be any grammar-editors unaware of this
obviousity, just thought I'd let them know.
And for a suggestion to the bundle editor and help, this feature
might be nice to mention as a hint (eg. by the help button in bundle
editor). A tip of the day maybe: "Did you know that you can call the
'Edit in TextMate...' input manager also inside TextMate's bundle
editor. This should make language grammar editing much easier." or
smtn...
Sorry if this is plain obvious to anyone else...
>> Does the blogging bundle work with proxy servers, and if so, what
>> do I have to configure/change (shell variables in TM?) to make it
>> work correctly?
>>
>
> Support would need to be added for this. There is a Ruby Proxy class,
> so it might not be that difficult -- if you are familiar with Ruby,
> you may want to give this a shot yourself :)
I only had to do a small change in order to make the blogging bundle
work with proxy servers. Attached you find the patch for the file
blogging.rb, which is located in the Support/lib folder of the
Blogging.bundle. The patch is for the Blogging.bundle included in
revision 1183 of Textmate.
I changed the new2(...) method to set the proxy and added a text
about "how to configure proxy settings" to the template text for the
Blogging.bundle config file (com.macromates.textmate.blogging.txt).
To enable proxy support, you have to set and enable the TM_HTTP_PROXY
environment variable (host:port of proxy server) in the Textmate
preferences (Advanced->Shell Variables). If the variable is not set
or disabled, the Blogging.bundle still works fine. So the patch
should not break anything for non-proxy users.
A more elegant solution could read the proxy from the network
settings for the current "Location" (configured in "System
Preferences->Network"), but I haven't found out yet how to read these
settings from ruby.
Please review / change / improve these modifications, so the
Blogging.bundle with proxy support could soon be available in future
Textmate updates. :-)
Marc
--
Marc Brogle - M.Sc. in Computer Science - Research Assistant
Institute of Computer Science and Applied Mathematics
University of Bern, Neubrueckstr. 10, CH-3012 Bern, Switzerland
http://www.iam.unibe.ch/~brogle Phone/Fax: +41 31 631 8668/3261
Hey all,
in all of my projects i've a folder dist having a symlink to "/
Applications", this makes any search too slow, obviously.
then i wonder if their is no automatic way telling TM not to have
this symlink ???
(i know how to remove manually the reference to)
best,
Yvon
as some of you might know, I'm becoming more and more… sight-
challenged. is there a way to increase caret width (which ATM is just
1 pixel) within textmate?
ciao,
domenico
I am wondering if TextMate has any kind of emacs-like 'set mark' feature.
I found an old list msg that indicated it did not in 2004:
<http://one.textdrive.com/pipermail/textmate/2004-October/000938.html>
but it looks like it was in the pipe, though I haven't run down any
newer info.
(I can see that my cocoa keybinding of 'ctl-space' to 'set mark' does
not work even though most of my key bindings are preserved in
textmate).
Hello, I'm a recent TextMate convert (from vim...)
I don't seem to be able to set up TM to handle tabs the same way.
Here's the relevant snippet from my vimrc:
set tabstop=8 " Leave default for printing etc
set softtabstop=4 " But use spaces between real tabs
set shiftwidth=4
set noexpandtab " Use 'real' tabs (^I) when
possible
This works great, real tabs (^I) are left alone at the usual 8
spaces, however I
like to indent my blocks by 4 at a time. This tells vim to use a
real tab if it
can, and "pad out" with spaces at the end if the current indent isn't
a multiple
of 8. Here's what it looks like in vim:
<?php$
$page = new PageController($
'shop.tpl',-$
array($
> 'showAds' => FALSE,$
> 'icon'> => 'shop'),$
'Online Store');$
$page->render();$
?>$
If I configure TM to use soft tabs at 4, then all my previous code
looks wrong
because it sets hard tabs to 4 as well. If I set it to 8, then my
existing code
looks fine but I'm not getting my desired softtab indent of 4.
This is a pretty annoying problem for me because I have hundreds of
thousands of
lines of code formatted this way :( Kind of ironic since I did it
this way to
maximize compatibility!
I guess what I'm looking for is the ability to set soft tab size
independantly
of hard tab size - the former to 4, the latter to 8. Is this possible??
(I suppose if there's no other option, I could convert all tabs to 8
spaces in
all my files. However I like using tabs because it cuts down on file
sizes a
tiny bit. )
Thanks,
Skye
Hello,
I've set up my blog's xmlrpc url in the blog settings. When I try to
"fetch post" I receive the following error:
ruby: No such file to load -- jcode (LoadError)
I've searched the list archives and the help file and don't see any
mention of this... I also curl'd the header and received a HTTP/1.1
200 OK, so the url is fine.
Any help would be appreciated.
Thanks,
jeremy