Another thing I miss from BBEdit: Would it be possible to have vertical
lines show in a faint shade of grey so that it's easy to see at which
indent level you are?
Of course, this should come /after/ SFTP and SVN :). (Btw, those are
the things why I still use BBEdit as my main editor.)
If there is another way of asking for features—or better yet checking
how often something is requested, please let me know.
--
Regards, Charles.
Having just started to do some Python coding, I have discovered that Python
seems to prefer spaces instead of tabs for its indenting, so I've switched
the setting in the prefs, which is fine, but I was wondering whether there
is any way to make this setting language dependent as I do a lot of
Actionscript work as well, where tabs are more normal for indenting.
Regards all,
Chris Jenkins
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
When I run the HTML color picker command i get:
## Component Manager: attempting to find symbols in a component alias
of type (regR/carP/x!bt)
in addition to the hex value for the color.
Any ideas of how to fix this?
Cheers,
Ian
I use TextMate at work and love it, but on my home computer it crashes
upon startup. (Both machines are running 10.3.8.) I've tried both
1.0.2 and the beta release. After some research, I find that my problem
is practically identical to this one...
http://lists.macromates.com/pipermail/textmate/2005-February/003009.html
...which is why I won't include a crash log unless it's requested, since
as far as I can tell mine is the same as his. Unfortunately, the
problem never seemed to get resolved. I imagine there's some sort of
conflict with something I've installed previously, but I'm not inclined
to uninstall things one by one just to see what happens.
Are there any ideas as to what could be the problem?
Andrew Dupont
I had been using Jotz (until it became Bloatz), then MacJournal and
tried DevonThink (which I may still purchase--it's pretty cool). But
since I have TM open all the time anyway I have an "info" project where
I store various bits of data. There's no RTF or images but I can live
without them and I like the portability of plain text.
What I would like is an on-the-fly encryption -- i.e. select the text
and run a command to encrypt it (with a pre-set password). Then I could
store bank data etc securely.
Any tips on how this might be done? I know there is command-line
encryption of various kinds but I'm not sure how I could store a
password w/in TM for global use.
thanks!
Paul
PS looking forward to the new PHP bundle!
OK, not sure how to explain this simply and clearly. So here goes :)
Reworking the CSS syntax file and I've decided to separate things like
this:
SELECTORS::
Main selector group should be grabbing anything in front of { but not {
begin = "[^} \\t{/@][^{]*?";
end = "(?=/\\*|\\{|\\s|$)";
Subpatterns
|-> selectors.html-elements = matching all HTML tags
|-> selectors.classes = UserDefined classes = matching any word with
a . in front of it
|-> selectors.id = UserDefined #Ids = matching any word with a # in
front of it
|-> selectors.pseudo-class = :hover, :link etc
PROPERTIES::
catching everything between the { } with the requisite sub-patterns.
begin = "\\{";
end = "\\}";
The problems I am having is that I can catch either the Selectors OR
the Properties, but NOT both at the same time.
The Selectors Regex above enables the Properties to work, but not the
Selectors.
Somehow lost the working regex for Selectors right now, but think I was
using:
begin = "^[^{]*?";
end = "(\\{)";
What am I doing wrong, where the hell is this thing falling apart
?????? I'm going nuts and has been on the verge of throwing the damn
thing out of the window. Please save my 'puter from an untimely death
: )
Going to sleep now, hoping for a better day tomorrow.
===================
Example Code:
/* a comment */
body {
/* inside properties comment */
properties: value;
}
div, .classname, #IDname:hover
{
/* inside properties comment here too */
properties: value;
}
/* another comment */
End Example Code:
Kind regards,
Mats
----
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
Wouldn't it be really nice if the find function was shown at the bottom
of the window like it is done in Firefox?
Regards,
Thijs
--
Fingertips - http://www.fngtps.com
Firefox - Take back the web - http://getfirefox.com
Hi-
Quick question on a bit of Wiki comment. On the 'suggestions' page,
this is listed under 'Already Implemented':
"Similar to above, if I open a file through an FTP/SFTP app, it would
be cool to have the file open in a project instead of with a regular
editor window. Perhaps if the frontmost window is a project window,
the file is placed in that project"
I'm just wondering if 'already implemented' means in your internal
CVS/SVN repo, or in the public beta? I don't think this is working for
me so I'm guessing you mean internal builds (?)
thanks
-Todd
One more help request. How can I write a better command that would check
a whole document, or selected text, and spell check it through
excalibur.
What I am using now is:
input: document
open -a excalibur "$TM_FILEPATH"
output: disgard
This calls excalibur with the file fine. I run the spell check and make
changes and then excalibur asks me to save it. When I return to TextMate
the page does not show the corrections until I click on it. Any further
suggestions for the code much appreciated.
If anyone would like this added to the LateX bundle, I would be happy to
add it.
Cheers
Robert