I uploaded a Perl module yesterday to CPAN and testers report
failures on several platforms when building the module.
The error logs mention unknown files whose name is the same one that
the actual included files, but with "._" prepended. For instance, if
the tarball contains "Makefile.PL" it turns out that it also contains
a mysterious "._Makefile.PL".
Even "ls -a" does not show those "._" files, and opening one of them
in a Windows machine showed something that seemed binary, and with
"www.macromates.com" somewhere with something that looks like
metadata like caret position (I think). That makes me wonder whether
TM could have anything to do with them. I am not familiar enough with
resource forks to be able to guess what's happening on my own.
Does this ring any bell?
-- fxn
I use the presumably obscure Dvorak/Command-Querty keyboard layout. It
uses Dvorak for standard typing, but when you hold down the command
key, it switches to Querty, so I can use the key that's actually
printed on the page, and preserve that precious command key muscle
memory. I've had mixed success using the command keys with TextMate,
though. For instance, I frequently change the indentation of blocks of
code, using command-[ and ]. When I use DQ, I tend to get some sort of
commenting. If I switch back to regular querty, I get the results I
expect. Is there any way this can be improved?
Hello, my name is Thomas.
And I am addicted to making textMate themes.
Please feed my addiction by suggesting theme ideas.
I have been told that my themes make peoples eyes bleed. They are
obviously of limited use, therefore.
If people seriously want a certain theme, I WILL make it (eventually).
I've got a process down now that's really quick.
-----
I WANT TO KNOW:
Who uses what theme in textMate?
What themes have you used from previous systems or applications?
visual studio? dreamweaver? bbedit? foo.app?
Do you like them?
Do you want an 'expert designer' to tell you what you should like?
<insert canned laughter here>
Do you have bad taste and should be ignored? <again.. haha>
Do you like black backgrounds? Do you like colored backgrounds?
Do you hate excessive use of background colors? ...for the
page? ...for individual elements?
Do you like high contrast? Do you prefer lower contrast?
Do you like having a bunch of different colors or would you prefer
one with shades of only a few colors?
What colors do you like? Please give examples.
Do you have synisthesia? Are certain elements 'supposed' to be a
certain color?
What languages do you want to have colored?
Do you want different languages to have different colors?
-----
Please provide example screen shots (or links to them to keep from
clogging the list) if at all possible.
Thank you for 'enabling' my habit ;D
After pressing Esc for word completion TxMt stops tab-completion on the
snippet. Is this a feature or a bug? Cheers,
Ben
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
I got impatient waiting for my Amiga theme, so I created one myself.
It's high-contrast and uses only a handful of colors (those from
MagicWB, which was an 8 color icon set which radically improved the
look of the Amiga workbench back then) -- I cheated and actually used
a light grey for comments, since pure white was too bright, and MWB
half-shine was too dark.
I haven't added this to the repository, since I don't expect that
anyone actually wants to use it :)
I miss a new-from-template-function in TextMate. I know I could realize
them as snippets but nevertheless it would be comfortable.
Otherwise a new-as-copy-function which creates a new file with the
beginning content of another file.
I'm new on TextMate and really love this editor!! :-)
Regards,
Ruben
1. Open a project
2. Activate the Find in Project window
3. Search for a string that will match something
4. Open another project
5. Activate the Find in Project window
6. Click one of the matches
Observed:
A new tab appears on the second project, with no content window.
Expected:
The correct (first) project is brought to front (but behind the find
window) and a tab is opened in it.
Hello.
TextMate is the best text editor I have ever used.
But I have one problem that I can't input Japanese.
(I can't live without Japanese...)
In Japanese, many characters are used. So we have to use
input-method to convert ascii characters into Japanese
characters.
For more information, visit the following.
http://lists.freedesktop.org/pipermail/uim/2005-July/001195.htmlhttp://lists.freedesktop.org/pipermail/uim/2005-July/001215.html
Mac OS X bundles the input-method named Kotoeri.
When I use Kotoeri in TextMate, typed characters does not appear.
And when I try to convert words, the candidate window is not
displayed.
To use input-method, the text editor must be implemented as
TSM(Text Service Manager) client.
http://developer.apple.com/documentation/Carbon/Reference/
Text_Services_Manager/
I guess TextMate is not completely implemented as TSM client.
(Sorry if I was wrong.)
Is it possible to resolve this problem?
And the character overlapping problem posted before happens
also in my environment.
http://lists.macromates.com/pipermail/textmate/2004-October/000322.html
Regards.
---
Masaki Yatsu
yatsu(a)yatsu.info
Thank you for your reply.
On 2005/09/12 Robert Deaton wrote:
> This has been brought up multiple times in the past, and I still think
> the only response you'll get it is to switch to UTF-8 or UTF-16. It
> makes life easier for everyone.
Sorry, I can't find postings of the same topic.
I am using UTF-8 encoding and I have never used any other
encoding in TextMate.
I can see Japanese characters even though it is overlapped.
If I am using other encoding than UTF-8, I can't even see
Japanese characters.
I'm not talking about text encoding.
My problem is that I can't INPUT Japanese by input-method.
Sorry for my bad English.
---
Masaki Yatsu
yatsu(a)yatsu.info
Hi,
Word completion seems to look for matching words on the document from
the cursor point and up, and then, from the cursor down. It's often the
case, however, that the matching word you need is right on the next
line, or even later in the same line, and it takes a lot of
ESC-pressing to get to it.
My suggestion is that you sort them by proximity (as it is now), but
look for words in both directions, so the words right in the next line
stand a better chance.
(I had the impression that back in 1.0 it worked that way. Did it?)
Hi,
With most tree view like controls on OS X, alt-click will recursively
unfold all levels enclosed.
Is something like that possible or planned with fold markers in TM?
Alt-clicking does not seem to to anything different than normal
click, folds inside the clicked fold stay folded.
Gerd
Hi,
Very new to TextMate, so please forgive if this is a dumb question or
already well-known. I saw there was a similar discussion back in
March, but not quite the same issue as this:
I have the following four source files at the same level in my codebase:
FUFlickrExport.h
FUFlickrExport.m
FUFlickrExportCover.h
FUFlickrExportCover.m
If I open FUFlickrExport.m from, say Xcode, and hit Cmd-Opt-Up Arrow
to go to the header, TextMate opens FUFlickrExportCover.h.
TextMate correctly opens the counterpart of FUFlickrExportCover.
{h,m}. It also correctly goes to FUFlickrExport.m from its header,
it's just going to the header of FUFlickrExport.m that's not right.
Is there a better place to report bugs than on this list?
Best,
Fraser
--
www.speirs.orgwww.connectedflow.com
Hi,
Two things that I find consistently not to my liking in how TextMate
handles Ruby code:
1) When you fold a (ruby) function it places a "---" marker at the end
of the non-folded first line to represent (presumably) the folded
section.
However, although the "---" isn't part of the logical line, if you
place the caret before the marker and hit Enter the marker is moved
down a line and inherits a folding arrow. This leaves the first line
of the folded function disjointed with a non-functioning fold arrow.
=> I'd like hitting Enter at the "---" to move the caret to a new line
below the folded function without affecting the folded section.
2) When you fold a function and use Ctrl+/ on the visible line with
the "---" marker to comment it out what actually happens is that t
comments out only the visible line. The rest of the function is not
commented if you expand it.
=> I'd like to it comment/uncomment the folded section as well.
I am using v1.1b17
Regards,
Matt
--
Matt Mower :: http://matt.blogs.it/
Are language definitions merged?
There are a few languages where I have some 'private' rules. Is it
possible to write them in such a way that these are merged with
whatever language definition is found 'higher up', so that I can
easily enjoy updates from the svn repository without having to modify
that definition each time?
Gerd
Has anyone experienced an increase in TextMate's performance after
upgrading to Tiger?
On Panther, for me, simple things like switching tabs take half a sec.
My specs:
Panther 10.3.9 on Powerbook 15"
1.5 GHz PowerPC G4
1GB DDR SD RAM
I don't know how to fix this but maybe someone else does: When I use
the "Show TODO list" command (ctrl+shift+T), german umlauts like ä,ö
or ü are getting displayed wrongly.
Cheers. Oliver
Hello.
I'm experimenting with crazy nested syntax coloring.
I can't seem to figure out how to make all the transparent background
colors interact properly.
Ideally I'd like to define a scope:
scope test = everything within "(...)"
Then set a syntax color of transparent background color.
scope: test = White 10% opaque
Then nest a bunch of them inside each other.
zero (one (two (three (four (five (six (seven (eight ))))))))
result: The transparent background color would compound and gradually
get stronger:
n/a (10% (20% (30% (40% (50% (60% (70% (80% ))))))))
If I could get this to work, I could color different block types with
a massive background color & the content colors would be based on the
block color.
EG: HTML tags = blue BG, embedded ASP = red BG, strings = yellow
BG ... string in html tags = green, string in asp = orange.
With what I know now I could simulate this by explicitly setting the
background colors for every possible combination of elements, but
that's a lot of work. And if I decide to change the hue of something
I have to manually recalculate all of those static simulations of
color interactions.
---
I can get things to interact with the background color.
If I change the BG color for the scope "source" all the transparent
things define their transparency based on that color.
Also the line highlight & selection colors.
---
Am I asking for too much?
Will this make performance suffer?
Is this already possible, but I just can't figure it out?
I was trying to figure out how I could write a snippet that would
wrap a bunch of lines into a HTML list... lets say you got this text:
item 01
item 02
item 03
then the snippet would output:
<ul>
<li>item 01</li>
<li>item 02</li>
<li>item 03</li>
</ul>
I'm kinda stuck on how to get the recursive thing to adapt to the
number of list items... Any thoughts? Thanks! :)
.........................................
m i n i m a l d e s i g n
244 Fifth Avenue - Suite P233
New York, NY 10001-7604
USA
tel / fax: 212.931.8525
email: work(a)minimaldesign.net
site: http://minimaldesign.net/
In order to streamline snippet input from selection, it would be
pretty cool to have the option to access the snippets from a
contextual menu. A pretty flexible way to implement that could be a
check box or equivalent in the bundle editor that says something like
"include in contextual menu" on a per language and/or snippets basis.
.........................................
m i n i m a l d e s i g n
244 Fifth Avenue - Suite P233
New York, NY 10001-7604
USA
tel / fax: 212.931.8525
email: work(a)minimaldesign.net
site: http://minimaldesign.net/
Question from a Terminal newbie ... is there a way to automatically
execute the three commands I use for the subversion checkout?
(Namely these three:
cd /Library/Application\ Support/TextMate
export LC_CTYPE=en_US.UTF-8
svn --username anon --password anon co
http://macromates.com/svn/Bundles/trunk ./
)
Does the application Pipe help you do something like automating this
into a little macro? Or is there a more direct way?
Thanks very much for the help -
Jim
Expected behaviour: Cmd+W closes the file as fast as clicking the "x"
icon on the tab
Actual behaviour: Cmd+W takes a bit longer to close a file than
clicking the "x" icon on each tab\
Version: 1.1b17 (v1.1b17)
Hello!
Does the subversion bundle work with remote repositories? If yes, how do
I go about making the subversion bundle work with a remote subversion
repository?
thanks in advance!
rene
Here's a patch that fixes a problem with syntax highlighting in Tcl.
Basically if you have
set foo "some \[ escaped \] brackets"
all the code after the string is taken as a string.
The other problem this fixes (although I'm not sure this is the right
fix) is with curly brackets in interpolated variables. E.g.
puts "${variable} ${weird variable with spaces}"
the first ${variable} works, but the second ${weird variable with
spaces} doesn't.
Although, admittedly you have to question the sanity of whomever puts
spaces in his variables...
Index: Bundles/Tcl.tmbundle/Syntaxes/Tcl.plist
===================================================================
--- Bundles/Tcl.tmbundle/Syntaxes/Tcl.plist (revision 1719)
+++ Bundles/Tcl.tmbundle/Syntaxes/Tcl.plist (working copy)
@@ -100,7 +100,7 @@
<key>comment</key>
<string>FIXME not sure this
is the proper way to do Tcl escape sequences --Allan</string>
<key>match</key>
- <string>\\([abfnrtv"\\]|0\d
{2}|x[a-fA-F0-9]{2}|u[a-fA-F0-9]{4})</string>
+ <string>\\([\[\]abfnrtv"\\]|0
\d{2}|x[a-fA-F0-9]{2}|u[a-fA-F0-9]{4})</string>
<key>name</key>
<string>constant.character.escape.tcl</string>
</dict>
@@ -108,7 +108,7 @@
<key>comment</key>
<string>FIXME what are legal
variable characters? --Allan</string>
<key>match</key>
- <string>\$[a-zA-Z]+</string>
+ <string>\${?[a-zA-Z]+}?</string>
<key>name</key>
<string>variable.other.tcl</
string>
</dict>
--
pgp fingerprint: BC64 2E7A CAEF 39E1 9544 80CA F7D5 784D FB46 16C1
I would like some snippets to only be in scope for a specific project.
For instance, some tab-expansions I'd like to choose for a snippet
only make sense for C++ files part of project Foo, but not all C++
files. So I'd like to be able to specify the scope to be something
like:
project:Foo.source.cpp
Instead of just
source.cpp
Thus narrowing the snippet to only the source.cpp scope for files in
project Foo.
Perhaps allowing a user to add a project scope identifier and use this
in scope specifications would be the way to implement this. Heck, that
would allow anything that depends on a specific scope to be
project-specific if the user wants. Templates, commands, macros..
Sounds like fun to me ;-)
--
-Corey O'Connor
I can't figure out how to make Zero-width positive lookbehind regex
patterns work right.
The basic example i'm trying to do is a pattern that will match
everything within quotes, but not the quote marks themselves.
the closest I've been able to get to kindof work is:
\b([^"\n]*)(?=")
This is obviously sub-optimal.
The pattern that i'd use if ZWPL worked would be:
(?<=")([^"]*)(?=")
Does your regex parser support ZWPL?
Is there something else I can use that will imitate this function
using Zero-width positive lookAHEAD?
Are you planning on adding support for ZWPL?
There are a number of things that I'd like to use ZWPL for.
I could match all words following the word DIM without
matching the DIM, for example.
http://www.regular-expressions.info/refadv.html
APPENDIX: Zero-width positive lookbehind. Matches at a position to
the left of which text appears. Since regular expressions cannot be
applied backwards, the test inside the lookbehind can only be plain
text. Some regex flavors allow alternation of plain text options in
the lookbehind.
"Find in Project" is a form of "find all", but I would like to see a
better implemenation of this.
Basically, "Find All" would work on single and multiple files (as
with BBedit's "Multi file search"), not just a project, and the
results would be either the whole block as currently, or only the
exact search term. Finally, I should be able to have the results
appear in a new document, or at least be copy/pastable.
I never, ever use column selection or typing, so perhaps the
following behavior is useful there.
Frequently I have a block of code I need to indent. Say my Ruby code
looks like this:
class Foo
def bar
puts "yay"
end
end
I lazily select parts of the lines I want, (because it's faster than
being sure to select the entire line) represented by the | in the
following showing the start and end of the selection:
class Foo
de|f bar
puts "yay"
en|d
end
When I press cmd-], I expect:
class Foo
def bar
puts "yay"
end
end
(which is what BBEdit gives me), but what I get is:
class Foo
de f bar
puts "yay"
end
end
...where's the logic in that? If I have no text selected, but the
carat is in the middle of the line, cmd-] shifts the whole line (as
desired). I suggest that the 'break-the-line' method only occur if
the selection is columnar - i.e. if the start column of later lines
is the same as the start column of the first line.
Stakeout looks fantastic! Here's what I'm envisioning for my AS
development:
I have a command set up right now to cd to my project directory and run
rake if it finds a Rakefile, otherwise running MTASC into a temp file
to check the syntax, formatting the output and giving me a clickable
error list. What I'd like to do is be able to run this command any time
a class file is changed. Problem is I don't think there's any way to
tell TxMt to run a command from outside the GUI. Is there any way we
could get some kind of access to Commands through the tm utility?
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
On 06/09/2005, at 19.29, Jeff Powell wrote:
[ I've cc'ed the ML, since this is a popular request, yet you're the
first to suggest solving the problem with a command :) ]
> It's pretty basic really --- I've got a project setup in TM and
> quite frequently, I will need to make a copy of a file inside of
> the project [...] Can I make a command that might do the duplication?
Yes, make a command that saves current file (since it duplicates
what's on disk). The actual command should be:
--------8<--------
# so we can work with relative paths
cd "$TM_DIRECTORY"
# construct a default name for the duplicate
def_name=`perl -pe <<<"$TM_FILENAME" 's/^(.*?)(\.[^.]*)?$/$1 copy$2/'`
# prompt user for a name
CocoaDialog inputbox --text "$def_name" --button1 "Duplicate" --
button2 "Cancel"|{
# if user selected 'Duplicate' and file doesn't exist
read res; read new_name;
if [[ "$res" == "1" && ! -e "$new_name" ]]; then
# do the actual duplication
cp -p "$TM_FILENAME" "$new_name"
# force TM to refresh project drawer and open duplicate
{ osascript -e 'tell application "SystemEvents" to activate' \
-e 'tell application "TextMate" to activate'
open -a TextMate "$new_name"; } &>/dev/null &
fi
}
While waiting for proper chunk undo, is it possible for a macro or
command that can do something similar? I'm thinking it would
recognize text between spaces for each chunks; that way, whole words
undo at a time. It's not perfect, but would certainly be easier than
cmnd-zzzzz...
I just realised you can use the same tab trigger for different
snippets. When you use the trigger, you get a menu to choose between
the snippets assigned to it.
awesome.
Just a warning based on fresh experience :-), "r" is next to "t" in a
QWERTY keyboard, so there is a chance you type "rm file" instead of
"tm file". I just did!
-- fxn
this new snippit in the 'Source' group is cool. It would be even cooler
if it did the right thing when user hits the enter key within the banner
text. The right thing would be insert a new banner line below current
line and put cursor in its usual starting position on the new line.
Entering a new line character currently breaks the banner in an ugly way.
I've started to port the Desert theme from gvim to TextMate. You can preview
it here: http://kevinmarsh.com/upload/tm-desert/Desert.plist It is by no
means complete, so if anyone wants to make any changes/improvements feel
free to do so. I just made a quick port 'cause it's so purdy.
-Kevin
--
Kevin Marsh <kevin.marsh(a)gmail.com>
Hi,
To make it easier to visually parse blocks, I am trying to write a
pattern that matches on 'even tabs' and give them a light gray
background.
I tried something like
match= "^(?=\\t)\\t";
but that doesn't seem to work. Is look ahead not possible in pattern
matches?
Gerd
Hi,
I have just signed up with this list.
Up until recently I have been using emacs with PHP-model.el for all
my PHP coding.
So far I have been impressed with Textmate however there is one
feature I can't find.
In emacs w/ PHP-mode I can tidy a php script very easily by just
pressing TAB on each of the lines. Even if I am in the middle of a
word, pressing TAB just positions it correctly in relation to the
line above. Tab does not break up a word, and pressing tab repeatedly
does not move it further. Just enough to give nice consistent
indentation.
I have been trying to do this in other editors but so far been unable.
Can Textmate do this ?
I can record a screen capture to illustrate if this doesn't make sense.
William
Hi,
If I save a project then move it around the disk and open it again,
it's unable to find its folders. My impression is that it's because the
references are being saved as relative paths.
Is this somehow intentional or a bug?
Is it just me or tab switching is really slow on b17? Switching either
by clicking or using keyboard shortcuts is taking up to 2s here.
If it's of any help: I'm working on a rails project (so, mainly small
ruby files), less than 6 tabs open generally, and using the pastels on
dark theme. There's plenty of free RAM, and I'm on Panther.
I've been putting together some macros for common refactoring tasks in
Actionscript, like extracting statements to a new function, importing a
new class, adding class variables etc. While this is helpful, I'd like
to write something more robust. I'm considering writing a set of
refactoring scripts in Ruby. Does anyone have any good resources for
where I can start researching this? I'm thinking about looking into
Smalltalk. Thanks,
Ben
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
Yo,
I was hacking my DarwinPorts installation earlier today and
experienced something interesting. This is obviously not a
DarwinPorts specific problem but here is how to reproduce it: open
the '/opt/local/bin/port' file (this is a Tcl script) and then simply
try to scroll down and notice how it brings TextMate to its knees.
Allan, if you don't have DarwinPorts installed, here are some more
details. The 'port' command file starts with this:
#!/bin/sh
#\
exec /usr/bin/tclsh "$0" "$@"
TextMate obviously picks the 'Unix shell' language module to perform
the syntax coloring, based on the shebang line, and I guess that this
is probably what causes the problem. I'm really not exactly sure
*why* this happens with the Unix Shell bundle, I have also tried to
display this Tcl script using other syntaxes, Ruby, Perl, etc, and
none of them causes any problem.
So the problem is twofold:
- this happens because TextMate thinks it's a shell script, which the
shebang obviously points at. I wonder if TextMate could be expanded
so it could "see" the exec trick to make a correct decision.
- this happens because something in the Unix Shell bundle REALLY does
not like what it sees in the Tcl script :)
In short, I'm not really sure where the bug is, if there is one ;)
--
Luc Heinrich - lucsky(a)mac.com - http://www.honk-honk.com
I'm new to Textmate, and like what I see so far. Three things off the
bat are frustrating that are really keeping me from using it full
time. If I'm missing some simple fixes to any of these, please forgive:
1) The undo behavior. I read an earlier digest that standard OS
"chunk" undos were planned, but I don't see this pref anywhere. Is
there a plist command that will turn on chunk undos, and if not, will
this feature be coming soon? Having to hit cmnd-z 34 times in a row
is tiresome...
2) While I can pick the language of a file independent of the
filename, some command behaviors appears to be tied to the filename.
For example, I have foo.php which is mostly straight html code, but
since the filename is .php, unComment give me php comments, not html.
Shouldn't it be possible to have the commands tied to the language
choice?
3) Slowness. I've read a variety of posts on the subject, and it
seems TextMate is buggy (or coded in a non-efficient manner) when
dealing with multiple open files and across a network. The slowdowns
I experiencing when switching tabs or switching to/from the
application itself grow slower the longer I have a set of files
open-- this problem really needs to be addressed.
Thanks,
Steve
Hi Folks,
coming from jEdit I really miss CodeBrowser. So this afternoon I
cobbled together a quick hack to recreate some of it's functionality
for TextMate.
The result is TmCodeBrowser:
http://www.cocoabits.com/TmCodeBrowser/
Sorry, Tiger only (saved hours on programming).
Feedback welcome!
Gerd
Hi,
I've been trying to bind a different key to the
"Next File Tab" command. As a complete Mac newbie,
I suspect I'm missing some important principle or
technique for identifying bindable commands.
I've tried "nextFileTab:", "NextFileTab:",
"nextFileTab", "NextFileTab", "Next File Tab"
etc in the keybindings file without success.
Can someone enlighten me on the right way to
map a command menu name to a bindable name?
Thanks in advance,
Stu
Since I installed the latest beta, my ruby output is showing up in a
new window titled "Ruby TextMate Runtime". By and large, it's better
than the command output, except that it appears to be using HTML to
render it, so when I'm writing debugging output of XML processing I
can't see most of what's been processed.
For example, the Ruby command:
puts "<foobar>Hey!</foobar>"
is showing up in the window as:
TM-Ruby v0.2 running Ruby v1.8.2.
>>> /Users/gkistner/Desktop/tmp.rb
Hey!
How can I get TextMate not to use the HTML window, or escape my
output to that window?
Hi,
I'm playing with the theme editor and sometimes I'm not sure what the
scope for a certain item is. I'd like to know if there's an easy way to
get the full scope selector for the text under the cursor.
Also, knowing the scope, I wonder how to get the rules that apply to it.
Lastly, is there an straightforward way to revert a color after
changing it? Or at least to leave the editor without saving?
Overall, I'm really liking this theme editor and the scoping thing as a
whole is really promissing.
Hi,
Insert Closing Tag command works when selected from the menu, but not
via keyboard shortcut.
Tested this in a Ruby on Rails-mode document, inside a double-quoted
string.
My bundles are pretty much the default, should this be due to a
conflict.
When soft wrap is enabled, the line indentation is maintained for its
wrapped lines. I think jedit has a decent implementation of this.
Any plans for this feature?
I generally don't use wrapping, but when I do, this is of immeasurable
aid. When writing markdown it's great too.
I thought that this was working in b17 from looking at the video, but
at least in the AS Bundle snippets within snippets are not expanding,
instead the tab goes to the next tab stop within the parent snippet.
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
I think this has been an issue since b15 or b16:
function() {
}
Does not indent the caret within the block. Same for if, switch, etc.
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
Hi,
Just had a nice juicy kernel panic while editing with TextMate.
Haven't seen one of these in years!
FWIW the report below.
Gerd
panic(cpu 0 caller 0x000E4488): vnode_rele_ext: vp 3bd0bdc usecount -
ve : -1
Latest stack backtrace for cpu 0:
Backtrace:
0x00095544 0x00095A5C 0x0002683C 0x000E4488 0x000F67B0
0x000F588C 0x000F4BB0 0x000F188C
0x002A7A94 0x000ABCB0 0x0329200B
Proceeding back via exception chain:
Exception state (sv=0x38402A00)
PC=0x90088DAC; MSR=0x0000D030; DAR=0x06DAF000;
DSISR=0x42000000; LR=0x00024074; R1=0xBFFFECE0; XCP=0x00000030 (0xC00
- System call)
Kernel version:
Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005;
root:xnu-792.2.4.obj~3/RELEASE_PPCModel: PowerMac3,5, BootROM
4.2.5f1, 2 processors, PowerPC G4 (2.1), 800 MHz, 1.5 GB
Graphics: NVIDIA GeForce2 MX with TwinView, GeForce2 TwinView, AGP,
64 MB
Graphics: ATY,Rage6, ATY,Rage6, PCI, 32 MB
Memory Module: DIMM0/J21, 512 MB, SDRAM, PC133-333
Memory Module: DIMM1/J22, 512 MB, SDRAM, PC133-333
Memory Module: DIMM2/J23, 512 MB, SDRAM, PC133-333
Network Service: Built-in Ethernet, Ethernet, en0
PCI Card: ATY,Rage6, Display, SLOT-2
Parallel ATA Device: ST330013A, 27.96 GB
Parallel ATA Device: PIONEER DVD-RW DVR-103,
USB Device: Hub, , Up to 12 Mb/sec, 500 mA
USB Device: SoundSticks, harman/kardon, Up to 12 Mb/sec, 500 mA
USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/
sec, 500 mA
USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec,
250 mA
USB Device: Studio Display, , Up to 1.5 Mb/sec, 500 mA
USB Device: Hub, , Up to 12 Mb/sec, 500 mA
USB Device: Studio Display, , Up to 1.5 Mb/sec, 500 mA
USB Device: Hub, , Up to 12 Mb/sec, 500 mA
USB Device: USB Receiver, Logitech, Up to 1.5 Mb/sec, 100 mA
USB Device: USB2.0 MFP, EPSON, Up to 12 Mb/sec, 100 mA
FireWire Device: iSight, Apple Computer, Inc., Up to 400 Mb/sec
Hi,
The project drawer usually responds to horiontal scroll wheel moves,
which is of great aid when you're working on a sub-sub-sub-sub dir and
still trying to fit the editor in an ibook screen.
When a vertical scrollbar appears, though, the horizontal scroll whell
stops working.
I suggest that you either a horizontal scrollbar is added when needed,
or that the drawer always responds to the horizontal scroll wheel, even
when the vertical scrollbar appears.
Hi all,
I was experimenting wit the subversion bundle, and decided to change
the activation key for "Diff with Working Copy (BASE)" command. As soon
as I did that, it stopped working and I begun getting the following
output from it:
-:4:in `require': No such file to load -- svn_diff (LoadError)
from -:4
Reverting the activation key didn't do any help, and all other svn
commands, including the other diffs, still working.
Well, I just tried changing the activation key for another diff command
and got the same error for it. Looks like a bug.
hiya'
PROBLEM:
I want all my variables to be colored. I'm coding in ASP & there is
no $ @ or any easy way to define what variables look like.
I can the first word after the work DIM (or comma delimitated list or
words) (DIM being the create_a_variable deal in asp) but it only
colors that instance of the word.
SOLUTION:
I would like textMate to search my page for all words after the word
DIM & add them to the bundle as variables, but only for this file.
Therefor creating on-the-fly bundles.
This could extend out to listing all the varables or functions or
whatever with a command or some such thing.
Maybe a way to manually select something & define that selection as a
scope for this document only, therefore applying that scope to all
instances of that text.
That would allow for something like a hilight-all-instances-of-the-
current-selection command with shortcut. AWESOME!
You could define them either on a page basis or a project basis, or
even add it as a permanent change to an existing or new bundle.
oh yeah!
Hi all,
TextMate is everyday more complete and perhaps the best editor!
Only a little request for me (Allan has already added some nice
features, like command to convert accented chars to entities, and so
on): to enhance the live preview a bit.
It already shows javascript, but it would be nice it show also php
output (like TacoHTMLEdit do) and - why not? - also perl (and cgi)
output, without install pages on /localhost.
With Taco we can edit a little page with javascript and php
everywhere (on desktop, hi), control it with preview and then install
in /Sites.
TextMate could show in its preview not only javascript and css, but
also php (perl?), so we can also simulate Dreamweaver :-)
Thanks Allan and the whole team!
Regards
Salvo M.
Hi,
I'm on Panther 10.3.9, I was using TextMate v1.1b5 until very recently.
I decided it was time to upgrade, and deleted every TextMate related
folder that I knew of. (basically what I saw in `locate | grep
TextMate`)
I then installed 1.1b16, and copied tm and tm_wait to ~/bin.
This is what I get:
$ tm
RegisterProcess failed (error = -50)
Abort trap
Any pointers at how to solve this?
Hi,
Half window view is like adding "virtual space" in text windows to
push the last line to the middle of the windows. It behaviors as if
you have added a couple of returns at the end of the document. I hate
to see all the lines in the viewing area pushed up everytime I hit
return or softwrap to the next line. With half window views, the lines
only get pushed up every half window instead of every line.
I use this feature a lot in vim and TextWrangler. In vim, it can have
any number of virtual space (denoted by tildes), which I think it's
better implentation than TextWrangler, which allow you to choose
"none", "half", or "full" only. However, I will be happy with just one
option, half window view.
Anyway, I just want to bounce the idea to other users.
Ivan
Hi All,
is anyone working on a Textpattern language bundle? If so would you
mind sharing, regardless of how incomplete it is?
Also has anyone got Textile working for Web Preview pipe-through?
I've tried playing with Textile.pm and redcloth, but there's some
wrapper script voodoo I'm missing or something. I also can't seem to
find a Textile.rb that the Textile bundle refers to
thanks in advance!
peace - oli
PS thanks whoever did Textile!
> Can you drag from e.g. Mail's compose window w/o problems, or do you
> experience the same deselecting problem there?
No - After a little comparison, I'd say Mail is more tolerant about
the ever so slight moves of the cursor coming from the use of the
Intuos tablet. If I'm careful not to move at all in TextMate, it
works fine, but if I just work as usual, 1 out of 3 times, it will
deselect... In Mail, it just works perfectly...
I pulled out my old mouse from the box to compare and, as I
suspected, I don't have the same problem. I guess that's enough to
confirm my suppositions.
I suggested the idea of a pref for the app so that people who like
the default behavior won't see any modification as a regression.
Although the problem might not effect a majority of the TextMate
users (how many people use tablets for everything on their
computer?), it is still a very fundamental part of the feature set.
That's why I believe it deserves a little attention (read: "slider" :)
|[...]
> On 31/08/2005, at 8.53, Stuart Hungerford wrote:
>
>
>> I'd like to bind a (different) key to the "next file tab"
>> function. Can someone tell me what the appropriate string
>> to use in the defaultKeyBinding.dict file is?
>>
>
> Instead og editing the dict file, just go to System Preferences ->
> Keyboard & Mouse -> Keyboard Shortcuts and add your new bindings
> there.
That's a useful suggestion--thanks. In the meantime can someone
satisfy my curiosity as to what the bindable name of "next file tab"
is? Or does the Keyboard shortcuts system dialog write the names
somewhere I can view?
Stu
What does this do? I'd think it would go to the next/prev line in the
current column, but the behavior seems inconsistent.
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
I'm currently using Textmate for a work-related
project. I collaborate with my boss, usually working
on the same files during the day. All files are
located on a server at work, so usually I edit them in
vim over ssh. Well the project has gotten too big and
I've been using textmate and mounting the remote drive
in the terminal using:
'su mount -o -P remote.server:/remote_dir
~/local_dir/drive_name'
Now that mounts the files just fine and I can edit
them using textmate. BTW, the shell 'tm' is infintely
useful to me.
Now I keep having to type in my admin password
everytime I've been editing a file for a good amount
of time. This is getting kind've annoying and can't
seem to solve the problem with keychain. Is there any
ideas you guys might have so I don't have to keep
typing in my admin password to write to remote files?
Here's a snapshot of the problem:
http://img357.imageshack.us/my.php?image=textmatewrite7ly.png
Any help would be greatly appreciated.
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
Hi all,
How feasible would it be to set hooks like "on save", or "on close
project" etc. to TM? I.E. I'd like to run a command to sort all of my
import statements in files of type source.java, something like that.
Allan?
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
Hi,
I'd like to bind a (different) key to the "next file tab"
function. Can someone tell me what the appropriate string
to use in the defaultKeyBinding.dict file is?
Apologies once more if this is a stupid question--I'm
still learning my way around Mac OS/X.
Stu
I'm having problems with my e-mails not showing up on TextDrive
hosted ML's, so yet another test here.
Kind regards,
Mats
----
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
Are there any plans to make TextMate free and open source?
The benefits of this would include:
* Having multiple developers voluntarily fixing bugs
* Bugs get zapped quicker
* Features can get added faster (after volunteer developers are
carefully chosen)
* Everyone gets to see under the hood
* If someone doesn't like something, he can create a branch of
TextMate, and this can also serve as a test branch for the trunk
release.
* Being open source is the ultimate sign of self-confidence in your
software's security and stability.
And how you can still profit:
* Google Ads
* Popularity
* Technical support
* Donations and funding from individuals and organisations relying on
TextMate.
I mean no disrespect to Aaron and the other guys at Macromates. I'm
suggesting this because it might actually improve TextMate without
incurring a loss on its developers. And after Mozilla Firefox's
success, I believe that anything is possible.
Just my 2 cents. Please correct me if I'm out of line. Either way, I
plan to keep on using TextMate after the demo runs out. :) Everytime I
use TextMate I'm reminded why Mac OS X applications rock.
Hi,
I want to do Subversion checkout for the bundles but I have some
cutsom setups in HTML and Markdown bundles. I have moved the newly
created entries to the bundle named Ivan. Am I right to assume this
only way to avoid SVN bundle checkout overwriting your setup?
Or any bundles in ~/Library/Application Support/TextMate will overrule
the ones in /Library/Application Support/Textmate. What is the
precedence for the location of the bundles? In other words, which
bundles will TextMate use if the there are multiple copies exists in
different locations?
>From the Wiki page, I got the impression this is the order:
~/Library/Application Support/TextMate/
TextMate.app/Content/SharedSupport/
/Library/Application Support/TextMate/
Ivan
Hi all,
Whereabouts does the autocomplete for '<' (which inserts a '>') live?
I'm trying to extend it to autocomplete to <? ?> and <% %>. Example,
I type this:
<?php |
Currently I get this:
<?php |>
I'd like to get this:
<?php | ?>
Any ideas?
Thanks,
Douglas
I think I've requested this before, but I'm a Taurus, so I'm
requesting it again. :)
I would love to have the ability to at least set the font size,
possibly even the font face, and ideally even allow/disallow syntax
highlighting when printing.
Turning on/off syntax highlighting would be great because people with
black & white printers probably want it off, but folks with color
printers might want it on. Setting the type size would be great
because I like to save paper, and by default TextMate prints way, way
too large. And it would be nice to set a different font, because I
often set my screen font bolder than I want my print font.
Just a humble request. Thanks!
Best,
Raymond
Hello!
I couldn't find an email address on the TextMate website - so I'm
writing to this list to say that TextMate rocks, to whoever worked on
it. Good on ya!
:D
--RYan
No, you understood. I'm just dumb. :)
I'm curious, though, why it isn't listed in StandardKeyBinding.dict.
Is there another location for system-wide key bindings?
On 8/26/05, Eric Hsu <erichsu(a)math.sfsu.edu> wrote:
> At 10:28 AM -0500 8/26/05, Alex Garrett wrote:
> >Is there one for cycling between windows? (Textmate windows, not
> >finder windows)
>
> Command-Backtick (`) works in every OS X application. Hold down Shift
> to go the other direction... or did I misunderstand the question?
>
> - Eric
> --
> Eric Hsu, Assistant Professor of Mathematics
> San Francisco State University
> erichsu(a)math.sfsu.edu
> http://math.sfsu.edu/hsu
> ______________________________________________________________________
> For new threads USE THIS: textmate(a)lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
>
There must be a keyboard shortcut to switch between tabs in the
document window, but I just cannot figure out what. Could anybody
enlighten me?
Thanks,
Raymond
Good day to all!
TextMate is heavenly; a beautiful and logical application that just
gets better and better.
It would be so, so nice though if the find in project dialogue had
larger text boxes. For large scale, web site wide changes, it would
be utterly convenient to have some room to work with large blocks of
code.
Allan, THANK YOU!
happy and registered addict,
Matt Erker
Web Developer
TOKY Branding + Design
Hello all,
I'm not sure if this is where I'm supposed to ask or not, but I
thought I'd ask anyway.
I'm making a bundle for ExpressionEngine (http://www.pmachine.com/).
So far, I've got a bunch of snippets which are working out really
nice. I'd like to have a language definition file though so the EE
tags can be highlighted and folded. I can't wrap my head around how
these language files are put together though, so I thought I'd ask if
there was a wizard out there who could make it for me?
Some example EE tags:
Single Tag:
{assign_variable:variable_name="variable_replacement"}
or
{path='weblog/comments'}
Tag Pairs:
{exp:comment:entries sort="asc" limit="20"}
{comment}
<p>By {name} on {comment_date format="%Y %m %d"}</p>
{/exp:comment:entries}
or
{exp:weblog:month_links weblog="news" limit="50"}
{month}, {year}<br />
{/exp:weblog:month_links}
Conditionals:
{if username == "joe"}
<h1>Hi Joe!</h1>
{/if}
Tags are normally used inside of XHTML/HTML, but can be used within
other languages like XML, CSS, JavaScript, etc. All tag pairs will
always begin with {exp:*} and end with {/exp:*}. You can see examples
of EE variables inside of the tag pairs. A lot of tag pairs have
parameters, but not all of them. Sometimes people use double quotes,
other times single quotes.
I'm not sure what else to add. If someone would be willing to help me
out on this I'd really appreciate it.
Thanks,
Chris
Whe I scroll horizontally to a certain position in one file. Then switch
tabs to another file and switch back, the horizontal scroll bar is reset to
the left edge of the page. Would be nice to not reset like that since
sometimes I need to copy/paste between files and to have to scroll
horizontally everytime I switch back is an annoyance. I have Soft Wrap
switched off.
Thanks,
Ed
To the TextMate Community,
In the SVN repository you will find a new bundle called
ImageBrowser.tmbundle. ImageBrowser opens a new HTML window with a
list of all images (and their dimensions) located in or beneath the
directory of currently open document. There is also a preview pane
for zooming in/out on the image. Opening ImageBrowser is (by default)
set to ctrl+shift+p.
The bundle has noticeable shortcomings; hopefully we can work
together to resolve them. For instance, clicking on a thumbnail
currently inserts the relative filepath into the frontmost document.
Hopefully this behaviour will change to something more sophisticated,
like inserting a snippet or something clever; suggestions welcome!
Regards,
Rich Barton
Hi,
My reading of the TextMate blog entry on keybinding for switchers
leads me to think I can bind (say) the numeric keypad "enter"
key with:
{
"#\U0003" = "moveToBeginningOfLine:";
}
In the appropriate .dict file. Unfortunately that doesn't seem
to work.
Are there other issues in binding numeric keypad keys? Apologies
if this is a stupid question: I'm a complete OS/X neophyte.
Stu
Seems it's time to pull out the good old article about writing good
subjects:
http://www.useit.com/alertbox/980906.html
In particular, don't start your subjects with [ feature request ] or
“just a small…” etc.
If you want to stress that it's a request, just use [REQ].
Why? Well, this is how my mailbox (for this list) currently looks:
It's not all bad, and I could resize the subject column -- but
there's something about the irrational trying to change the world
rather than adapt! :)
>> Although the problem might not effect a majority of the TextMate
>> users (how many people use tablets for everything on their
>> computer?), it is still a very fundamental part of the feature
>> set. That's why I believe it deserves a little attention (read:
>> "slider" :)
>>
>
> Sorry to be blunt, but this idea strikes me as absurd ;)
>
> a) you will be able to disable re-selection in b17 (see my other
> letter on the subject)
> b) if Mail doesn't have the problem, clearly it's just a matter of
> replicating what Mail does, rather than let the user work it out by
> disabling features.
What's absurd is your "blunt" answer to what was clearly a joke...
The *main* point was that even though it might not affect a lot of
people, I still hoped it would be considered important enough not to
be dropped all the way down at the bottom of the feature request
list. That's all... Ho well...
Hi all,
I've some pages with mixed html and php code, with .php extension, so
TM see them as "php".
If there is a # sign in a line, all the rest of line will show in the
comment color, even there are other tags and words:
for example:
h1 {color: #003366; margin: 20px; background-color: #ADD8E6;
padding: 5px; text-shadow: black 0px 0px 5px;}
the substring after # is all violet and not white
<br /> Safari 2.0 e` l'unico browser usabile</p>
after the # the string "unico browser usabile" is all violet,
although "Safari 2.0 e` l" is white.
If I use ' instead of ' all the rest will be green and not white :)
Ok, the page is (x)html with php included, but I must save it with
the .php extension and when TM open it is correct to see it *also* as
php.
Is it possible to see correctly both php and html (and javascript)
parts?
Thanks in advance
Salvo
I have a question about editing python in TextMate. Is it possible
to change the folding rules so that class/function definitions don't
stop folding when they encounter a blank line?
Thanks,
Jordan
Me again and my complaints about dragging selected text...
I realize that I have to click+hold a little bit before I can drag
but it doesn't work reliably, at least not with a graphic tablet
(don't know about mouse, haven't used one of those in a while ;),
sometime I can hold, sometime it just deselects everything right
away... Was this delay before drag implemented on purpose? Would it
be possible/difficult to add a pref in future release such as a
slider to select the duration of this holding time (going all the way
down to 0)?
It really is frustrating, at least for an Intuos user... ;)
Thanks!
hi again,
I realize this has been discussed a while back, but AFAIR the issue
at the time has supposedly been resolved (threading of the
filessystemchecking process)
whenever I switch back to TM (say, after reloading a browser window)
to make changes in (say, a page template) i experience a noticable
and annoying delay of two to (sometimes) five seconds (on a dual 1GHz
G4 system with 1.25Gb RAM) together with a noticable spike in CPU
utilization.
until yesterday I just attributed that delay to the fact that I've
switched from working remotely via SFTP to WebDAV over HTTPS (on
Tiger). Meanwhile I'm hooked on the conveniences of being able to
work remotely using projects - so much, that I've moved my entire
project to my local machine just to eliminate that nagging delay and
keep the project mode - only to find out a day later that the delay
is still there...
the project contains well under a hundred files, each moderately
sized, nothing fancy there. is there anything I can do on my side of
the problem? could you on yours, Allan?
the delay shows itself by having the frontmost (project-) window
visble, but its bar grey and inactive.
curious in berlin,
best regards,
tom
--
Tom Lazar
http://tomster.org
For some reason textmate likes to beep at me when Im editing some files.
Not just once or twice, but every keypress.
It beeps a whole lot when I open that particular file as well.
I cant work out why, the file isnt read only, and it wasnt beeping so
much yesterday.
At any rate, is there some way I cant turn the beep off?
If there is some kind of error then textmate should provide better
feedback than a beep.
There is nothing in the help file when I search for 'beep' or 'audio'.
--
Jon Hart
jhart(a)starrtechmail.com
Member of Technical Staff
StarrTech Interactive
A Starr Seigle Communications Company
1001 Bishop St., ASB Tower, 19th Floor
Honolulu, Hawaii 96813
Switchboard: 808 544 3099 Direct line: 808 564 5358
http://www.starrtech.com
This message contains information which may be confidential and privileged. Unless you are the addressee (or are authorized to receive this message for the addressee), you may not use, copy or disclose to anyone the message or any information contained in this message. If you have received this message in error, please advise the sender by reply email to jhart(a)starrtech.com and delete this message. Mahalo.
In the latest build, the Python support seems to not work at all. I
did a SVN checkout and everything, put all the bundles into
/Library/Application Support/TextMate.. I even see a
Bundles/Python.tmbundle file..
But View->Language has no Python listed.. it has all kinds of other
things, but not Python. And the Bundle Editor, Python is not listed...
How can I get it back? :)
Thanks!
--Ix
I'm having a scope problem.
How do I define a scope of only "text.html" not "text.html source"?
i'm trying to use the same shortcut to do an equivalent action in
different languages. (EG: break tag in HTML, end_of_line_newLine in
source, etc...)
I recently got an issue tracker:
http://textmate.textbugz.com/default.php?pg=pgPublicEdit
Unfortunately it doesn't allow public inspection of cases, but if you
have minor annoyances with TM, feel free to submit it there as a case.
You don't need to submit stuff I've commented on in the past, and
you're still welcome to use this ML for requests/suggestions, if you
want me or others to comment on the idea.
Also, my roadmap looks something like this:
3-5 or so more 1.1 betas, then release that as final
1.2 which will rework the project stuff
1.3 which will rework the core editor
I'm telling you this only so you know that you don't have to put a
zillion requests for changed project management or core editor
features -- that's 1.2 and 1.3 respectively (and I have a lot
planned) -- though I reserve the right to change my mind.
Kind regards Allan
I made a project of some files I have on a WIndows share (my server).
Now, every time I go to another program and then switch back to
TextMate it take about 7 secs before I can continue typing. It
probably verifies something on the server. Is there a way to prevent
this from happening?
Thnx, Bart
I decided to give TextMate a serious try and I'm writing a whole
xHTML/PHP/CSS image gallery thing with it.
I own BBEdit but the program's clearly outdated in many ways... I
spent a few hours customizing the color coding, snippets, etc... I'm
totally considering switching... BUT...
There's one thing that is starting to get me pretty frustrated after
a while: when you click and drag selected text to move it in your
document you have to be super precise and select what I'm guessing is
the area between the selection highlight and the text baseline.
Anything else will just deselect the already selected text and
restart the selection over... yuk....
Kinda of a deal breaker for me (probably 'cause I'm a sucky coder and
I keep on moving stuff around ;)
Any chance of an update that would let you drag from any part of the
highlight selection? I wouldn't even mind if it was an apple+drag or
whatever...
my two cents... ;)
.........................................
m i n i m a l d e s i g n
244 Fifth Avenue - Suite P233
New York, NY 10001-7604
USA
tel / fax: 212.931.8525
email: work(a)minimaldesign.net
site: http://minimaldesign.net/
Dear Moderator of textmate users:
Pls. delete my account... i'm expecting starting today not accept any letter from your group.
Thanks in advance for prompt action !!!
-----Original Message-----
From: textmate-bounces(a)lists.macromates.com [mailto:textmate-bounces@lists.macromates.com]On Behalf Of minimal.design
Sent: Wednesday, August 17, 2005 8:38 AM
To: textmate(a)lists.macromates.com
Subject: [TxMt] dragging text (driving me crazy!!)
I decided to give TextMate a serious try and I'm writing a whole xHTML/PHP/CSS image gallery thing with it.
I own BBEdit but the program's clearly outdated in many ways... I spent a few hours customizing the color coding, snippets, etc... I'm totally considering switching... BUT...
There's one thing that is starting to get me pretty frustrated after a while: when you click and drag selected text to move it in your document you have to be super precise and select what I'm guessing is the area between the selection highlight and the text baseline. Anything else will just deselect the already selected text and restart the selection over... yuk....
Kinda of a deal breaker for me (probably 'cause I'm a sucky coder and I keep on moving stuff around ;)
Any chance of an update that would let you drag from any part of the highlight selection? I wouldn't even mind if it was an apple+drag or whatever...
my two cents... ;)
.........................................
m i n i m a l d e s i g n
244 Fifth Avenue - Suite P233
New York, NY 10001-7604
USA
tel / fax: 212.931.8525
email: work(a)minimaldesign.net
site: http://minimaldesign.net/
Hi,
Trying to link specific icons to a new extension "*.perso",
- I have created a set of icons I named "perso.icns"
- and put it in "Textmate/Contents/Resources"
- then edit "Textmate/Contents/info.plist" and add :
8<---
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>perso</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>perso</string>
<key>CFBundleTypeName</key>
<string>Plain text document</string>
</dict>
8<---
But when I create a new document with the "perso" extension, it
comes with a blank icon (with upper right corner folded). The set of
icons I've created seems to work well when I replace an existing set
(log.icns for instance) with this set.
So, which step did I miss?
Thanks,
--
Jo <W:00°04'37" ; N:47°15'36">
1....'....12.....'....24.....'....36.....'....48.....'....60.....'....72