Especially when I'm working with Groovy / Grails Server Pages TextMate seems to crash almost regularly. Sometimes I can catch it because I'll notice it has lost syntax highlighting after a certain point, so I can do further editing in VIM.
I'm not getting anything in my console logs in relation to TM.
Regards,
-Josh
____________________________________
Joshua Kehn | Josh.Kehn(a)gmail.com
http://joshuakehn.com
I understand that parsing perl must be pain in ***, but I got some
errors in perl highlighting.
When I write
if ($a =~/ /)
to check, wether there is a space in a word, what happens is that
everything after the second / is treated like a regexp (so, the whole
script becomes green).
When I write the same thing as
if ($a =~ /\ /)
everything work as expected.
I discovered a similar problem with perl bundle some months ago: when I write
$something = $a/$b + $c/$d;
the /$b + $c/ part is highlighted as a regexp, too. Writing a space
between the first / and $ makes it go away.
And the last thing - when I write
for my $file (<data/directory/*>)
to iterate trough all the files in "data/directory/", the /directory/
is, again, highlighted as a regexp.
Best regards,
Karel Bílek
Upon upgrading to 1.5.10 (1616) my command-R short-cut is broken again.
Yes, I know, I know. It is marked "changed" in the release notes, the
interactive dylib is nowhere on my machine and the interactive disabled
shell variable is set to "true". It worked properly before I upgraded and
now it is broken again.
I've read the forum threads and as near as I can tell, what is happening
should be impossible. Anyone have any suggestions?
Thank you for your help,
Peter
Is the latest (cutting edge) version of textmate intended to run on a
PPC? After updating it today, textmate gives me a "You cannot open the
application "TextMate" because it is not supported on this
architecture" message on my PowerPC G5 (3.1) when I try to open it.
Kyle Johnson
So, don't know the technical phrase for typing one set of quotes and
getting the other. " becomes "".
But, I'd like to type two graves (``) and have it become (``"), and
turn off the " to "". I'll even accept one ` to become ``".
--
Ben Wilson
"We cannot determine the character or nature of a system within
itself. Efforts to do so will only generate confusion and disorder."
Boyd
This is nothing to do with the recent update.
I use Gnu screen a fair bit to avoid having terminals open all over my
screen. I have found that from within a screen session, if I type
``mate some_file.txt'' TextMate gets launched (if not already running)
or brought to focus with a new window, but the file is not opened and
the command failes with ``mate: failed to establish a connection with
TextMate.''
The initial call to TM is working because TM activated. Any ideas how
to make the next step work?
--
Justin C, by the sea.
I use Typinator to, among other things, insert national characters
when I type (I use an US keyboard). This no longer works in Textmate
1616 and 1622. The expansion string is highlighted, but not replaced.
Actually, some expansions still work, but most have stopped working. I
can see no pattern in this, an expansion that works is .:), one that
doesn't is ./=. Very strange ...
--
Sven Axelsson
++++++++++[>++++++++++>+++++++++++>++++++++++>++++++
>++++<<<<<-]>++++.+.++++.>+++++.>+.<<-.>>+.>++++.<<.
+++.>-.<<++.>>----.<++.>>>++++++.<<<<.>>++++.<----.
Shure thing:)
Here is the code I am running in java. (File name Test2.java)
import javax.swing.*;
public class Test2
{
public static void main(String[]args)
{
JOptionPane.showMessageDialog(null, "æøåasdfg");
}
}
The message I get is the one in the image in attachement 1
Same problem if I use æøå in methodnames like this.
I added some code to Test2.
import javax.swing.*;
public class Test2
{
public static void main(String[]args)
{
String tekst = æøå("Type some:");
JOptionPane.showMessageDialog(null, tekst);
}
private static String æøå(String h)
{
String t = JOptionPane.showInputDialog(null, h);
return t;
}
}
Then I get the errors in attachment 2.
So, I cant use "æøå", and I live in Norway, so it is a problem for me:)
It appears to work in HTML coding.
Best regards
Andreas
On 15.11.10 21.27, "Allan Odgaard" <mailinglist(a)textmate.org> wrote:
> On 15 Nov 2010, at 13:46, AB wrote:
>
>> I tried re-open it with encoding.
>> I coding direct in textmate, I am now using any extra programs.
>> All I know it worked with the same file yesterday, and not today. Exactly
>> the same file, and program, only different is the update that happened
>> today.
>
> Can you be more specific about how you are running this thing?
>
> I.e. provide a step-by-step way for us to try and recreate your problem.
>
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate