The last couple of days I've run into a problem with the Duplicate Line
command. Ctrl-Shift-D
When I press the key sequence I get a dialog that says:
Failure running "Duplicate Line".
env: ruby18: No such line or directory
I use this command a lot and have not noticed problems in the past. I
don't recall making an bundle changes recently.
Hey,
a quick bugreport: sometimes the border of the file browsers gets lost:
http://pbrd.co/1lGgOcr
After hiding and showing it again the border reappears. Unfortunately I haven’t found anything to reproduce this yet – Textmate stays open in background almost all the time for me and sometimes the border is missing after getting it back from it’s hidden state.
Regards
Jannes
There's some very old iPhone.tmbundle bundle w/o any description, I presume it is Objective-C extensions for iOS development, moreover there's no Git repo for this bundle, so we should either:
(1) remove it, because it is really confusing
(2) rename it to "Objective-C iOS" and describe it as "Objective-C iOS SDK support" or string like that.
Regards,
--
Adam
Hi all.
I’m back on a topic we discussed several months ago, here in the list.
The problem was about how to run a Python Script which involves some user interaction:
***
print “Hello world.”
age = input (“How are old, dear world?”)
print “Ohh,”, age, “ so aged?”
***
The script ends with an ErrorCode 1, EOF.
Is there something to do to fix, or, is this issue somehow within the todo list?
Thanks.
Gabriel.
—
Namasté!
Sent from my iMac27. (Libero)
And a second report, this time with detailed steps to reproduce it.
The rectangle which represents the Incremental search (Ctrl + S) highlight is rendered wrong when the a line with highlight gets yanked.
1) Create a new document with the following content:
DEFGH
E
F
Almost everything works but with tabs/indentation it’s much more visible.
2) Press Ctrl + S, search for „DEFG“
3) See
[DEF]GH
E
F
http://pbrd.co/1lGhTRu
4) Press Keyboard Shortcut for Bundles->Text->Delete Line (Cmd + K for me). It looks like it behaves correct when selecting the command with the mouse from the menu.
5) See
[ E]
[ F]
http://pbrd.co/1lGhT43
Regards
Jannes
thanks!
Am 19.06.14 14:00, schrieb textmate-request(a)lists.macromates.com:
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. Re: Uppercasing swallows characters (Matt Neuburg)
> 2. Re: Uppercasing swallows characters (Allan Odgaard)
> 3. Re: How to use a subversion repository with version texmate
> version 2.0-alpha.9547 (Allan Odgaard)
> 4. Re: Auto-highlight all occurrences of selected word
> (Allan Odgaard)
> 5. Executing Python scripts. (Gabriele Battaglia)
> 6. Re: Executing Python scripts. (Allan Odgaard)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 18 Jun 2014 08:10:56 -0700
> From: Matt Neuburg <matt(a)tidbits.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Uppercasing swallows characters
> Message-ID: <68C4486C-F666-45B2-BB92-CDA15A2E784E(a)tidbits.com>
> Content-Type: text/plain; charset=utf-8
>
>
> On Jun 18, 2014, at 4:41 AM, Andreas U Schmidhauser <au(a)schmidhauser.us> wrote:
>
>> But the important thing is that it's not limited to iota subscripts. Take the following two words from the text quoted in the earlier post:
>> ?????? ?????
>>
>> Capitalized:
>> ??????? ????
> Actually I get is even more of a mess: the Y and T are superimposed upon one another. m.
>
> --
> matt neuburg, phd = http://www.apeth.net/matt/
> pantes anthropoi tou eidenai oregontai phusei
> Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do
> iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do
> RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 18 Jun 2014 21:15:02 +0200
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Uppercasing swallows characters
> Message-ID: <A4EAC2C5-A964-418F-85F4-BF7CF98B044F(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 17 Jun 2014, at 11:20, Andreas U Schmidhauser wrote:
>
>> In certain situations, TextMate (on my machine at any rate) deletes
>> one or more characters at the end of a selected text if one uppercases
>> that text [?]
> Thanks for the report. It will be fixed in next build.
>
> FYI the bug was introduced ~2 months ago during refactoring.
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 18 Jun 2014 21:51:18 +0200
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: How to use a subversion repository with version
> texmate version 2.0-alpha.9547
> Message-ID: <E7B3F29D-0E95-479F-B441-4A646F83643F(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 16 Jun 2014, at 7:55, Reto M?ller wrote:
>
>> Since I updated to the new version of textmate I am not able to
>> connect to my subversion repository. If I navigate to Bundles -
>> Subversion - Check Out I get the following error [?]
> I have pushed a fix for this:
> https://github.com/textmate/subversion.tmbundle/commit/4d5e480fcaf022a7493d…
>
> Your bundle should update shortly, but until then, if you have a file
> open when you select Subversion ? Checkout then it should not fail.
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 18 Jun 2014 21:53:08 +0200
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Auto-highlight all occurrences of selected word
> Message-ID: <C12C0CE1-BD99-4AA7-ADA1-EFC8960BCE40(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
>
>> TextMate 1 or 2, is there a way to auto-highlight all occurrences of
>> selected word? [?]
>>
>> With TextMate I have to additionally hit Opt+Cmd+F [?]
>>
>> Ctr-S not really meets what I need.
> Beyond the options you already listed, there is no way to highlight all
> occurances of current selection.
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 18 Jun 2014 21:57:37 +0200
> From: Gabriele Battaglia <iz4apu(a)libero.it>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Executing Python scripts.
> Message-ID: <9407BB9D-4260-46EE-90C0-6EF20A602AA4(a)libero.it>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi all.
>
> I?m back on a topic we discussed several months ago, here in the list.
>
> The problem was about how to run a Python Script which involves some user interaction:
>
> ***
> print ?Hello world.?
> age = input (?How are old, dear world??)
> print ?Ohh,?, age, ? so aged??
> ***
>
> The script ends with an ErrorCode 1, EOF.
>
> Is there something to do to fix, or, is this issue somehow within the todo list?
>
> Thanks.
>
> Gabriel.
> ?
> Namast?!
> Sent from my iMac27. (Libero)
>
>
Hi all,
Since I updated to the new version of textmate I am not able to connect to my subversion repository. If I navigate to Bundles - Subversion - Check Out I get the following error
/Users/rmueller/Library/Application Support/TextMate/Managed/Bundles/Subversion.tmbundle/Support/bin/checkout.rb:9:in `dirname': can't convert nil into String (TypeError)
from /Users/rmueller/Library/Application Support/TextMate/Managed/Bundles/Subversion.tmbundle/Support/bin/checkout.rb:9
In the version before a window was shown to enter the path to the repository.
Where can I place the repository string to checkout my files from the repository?
Thanks for any hint.
Cheers,
Reto
Hello
In certain situations, TextMate (on my machine at any rate) deletes one or more characters at the end of a selected text if one uppercases that text. This happens e.g. with certain glyphs and also with certain ‘diacritics’ such as the Greek iota subscript.
Three illustrations:
(i) außer
AUSSE
(ii) ϲκοπῇϲ
ϹΚΟΠΗ͂ (i.e., back in lower case, ϲκοπῆ)
(iii) ὅταν τι τῶν ἐμῶν δι᾽ ἐρωτήϲεωϲ ϲκοπῇϲ, ἐὰν μὲν ὁ ἐρωτηθεὶϲ οἷάπερ ἂν ἐγὼ ἀποκριναίμην ἀποκρινάμενοϲ ϲφάλληται, ἐγὼ ἐλέγχομαι, εἰ δὲ ἀλλοῖα, αὐτὸϲ ὁ ἐρωτηθείϲ.
ὍΤΑΝ ΤΙ ΤΩ͂Ν ἘΜΩ͂Ν ΔΙ᾽ ἘΡΩΤΉϹΕΩϹ ϹΚΟΠΗ͂ΙϹ, ἘᾺΝ ΜῈΝ Ὁ ἘΡΩΤΗΘΕῚϹ ΟἿΆΠΕΡ ἊΝ ἘΓῺ ἈΠΟΚΡΙΝΑΊΜΗΝ ἈΠΟΚΡΙΝΆΜΕΝΟϹ ϹΦΆΛΛΗΤΑΙ, ἘΓῺ ἘΛΈΓΧΟΜΑΙ, ΕἸ ΔῈ ἈΛΛΟΙ͂Α, ΑΥ̓ΤῸϹ Ὁ ἘΡΩΤ
(i.e. in lower case: ὅταν τι τῶν ἐμῶν δι᾽ ἐρωτήϲεωϲ ϲκοπῆιϲ, ἐὰν μὲν ὁ ἐρωτηθεὶϲ οἷάπερ ἂν ἐγὼ ἀποκριναίμην ἀποκρινάμενοϲ ϲφάλληται, ἐγὼ ἐλέγχομαι, εἰ δὲ ἀλλοῖα, αὐτὸϲ ὁ ἐρωτ)
Other apps such as TextEdit show the expected behaviour i.e. nothing is deleted.
My current workaround is to select a number of additional empty lines following the text selected, so that the deletions apply to that part only.
Encoding (in Preferences) is UTF-8.
Anyone any ideas?
Best,
Andreas
OS 10.9.3, TM 2.0-alpha.9547