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
Hi all,
I just updated textmate, and it seems the system is not picking up the
PYTHONPATH.
in my .profile I have the PYTHONPATH listed as ...
export
PYTHONPATH=/usr/local/lib:/Users/lisagandy/infolab_projects/NewsAtSevenShared:/Users/lisagandy/infolab_projects/
when I run the python shell and type sys.path I get ...
['',
'/Library/Python/2.6/site-packages/simplejson-2.0.9-py2.6-macosx-10.6-universal.egg',
'/Library/Python/2.6/site-packages/restclient-0.9.10-py2.6.egg',
'/Library/Python/2.6/site-packages/httplib2-0.6.0-py2.6.egg',
'/Library/Python/2.6/site-packages/tweetstream-0.3.3-py2.6.egg',
'/Library/Python/2.6/site-packages/anyjson-0.2.3-py2.6.egg',
'/usr/local/lib', '/Users/lisagandy/infolab_projects/NewsAtSevenShared',
'/Users/lisagandy/infolab_projects',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload',
'/Library/Python/2.6/site-packages',
'/Library/Python/2.6/site-packages/PIL',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode']
If you look closely in there the paths from my PYTHONPATH settings in
.profile are there
when I try to import folders within the PYTHONPATH everything works great...
Now in textmate when I run sys.path I get
['/Users/lisagandy/infolab_projects/ccu/ccu_gen',
'/Library/Python/2.6/site-packages/simplejson-2.0.9-py2.6-macosx-10.6-universal.egg',
'/Library/Python/2.6/site-packages/restclient-0.9.10-py2.6.egg',
'/Library/Python/2.6/site-packages/httplib2-0.6.0-py2.6.egg',
'/Library/Python/2.6/site-packages/tweetstream-0.3.3-py2.6.egg',
'/Library/Python/2.6/site-packages/anyjson-0.2.3-py2.6.egg',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload',
'/Library/Python/2.6/site-packages',
'/Library/Python/2.6/site-packages/PIL',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode']
none of the paths I have set in PYTHONPATH are there and instead I have this
path...
/Users/lisagandy/infolab_projects/ccu/ccu_gen...
which I do not want (and am searching like crazy on the system right now to
see where this durn path is even listed)
I am running Mac OSX and am looking in my home directory for any where else
python path could be set besides .profile, and don't see anything! here's
the listing... any ideas????
-rw------- 1 lisagandy staff 3 Aug 22 2008 .CFUserTextEncoding
-rw-r--r-- 1 lisagandy staff 24580 Nov 15 15:10 .DS_Store
drwx------ 11160 lisagandy staff 379440 Nov 15 15:10 .Trash
-rw------- 1 lisagandy staff 169 May 6 2010 .Xauthority
drwxr-xr-x 2 lisagandy staff 68 Aug 29 2008 .Xcode
drwxr-x--x 3 lisagandy staff 102 Apr 1 2010 .adobe
drwxr-xr-x 3 lisagandy staff 102 Mar 4 2009 .allegrocl
drwxr-xr-x 4 lisagandy staff 136 Sep 9 11:05 .argouml
drwxr-xr-x 4 lisagandy staff 136 Dec 4 2009 .avidemux
-rw------- 1 lisagandy staff 10355 Nov 15 23:42 .bash_history
drwx------ 3 lisagandy staff 102 Sep 19 2008 .config
-rw-r--r-- 1 lisagandy staff 3078 Oct 31 16:54
.crash_report_checksum
-rw-r--r-- 1 lisagandy staff 6141 Oct 31 16:54 .crash_report_frames
-rw-r--r-- 1 lisagandy staff 10381 Oct 31 16:54
.crash_report_preview
-rw-r--r-- 1 lisagandy staff 83 Mar 26 2010 .crash_reportrc
drwx------ 3 lisagandy staff 102 Sep 11 2008 .cups
-rw-r--r-- 1 lisagandy staff 350 Feb 9 2009 .eclipse_keyring
drwx------ 10 lisagandy staff 340 Nov 15 10:05 .filezilla
-rwxrwxrwx 1 lisagandy staff 60 Aug 5 18:36 .flexlmrc
drwxr-xr-x 23 lisagandy staff 782 May 6 2010 .fontconfig
-rw------- 1 lisagandy staff 0 Jan 28 2009 .gdb_history
drwxr-xr-x 4 lisagandy staff 136 Oct 20 2009 .gem
drwx------ 2 lisagandy staff 68 Sep 19 2008 .gnome2
-rw-r--r-- 1 lisagandy staff 574 Oct 22 2009 .irb_history
-rw------- 1 lisagandy staff 57 Dec 10 2009 .lesshst
-rw------- 1 lisagandy staff 3 Mar 8 2009 .mysql_history
-rw-r--r-- 1 lisagandy staff 946 Nov 15 23:48 .profile
drwxr-xr-x 5 lisagandy staff 170 Jan 25 2010 .python-eggs
-rw-r--r-- 1 lisagandy staff 12593 May 6 2010 .recently-used.xbel
-rw------- 1 lisagandy staff 1765 Dec 3 2009 .sh_history
drwxr-xr-x 2 lisagandy staff 68 Oct 11 2009 .spss
drwxr-xr-x 34 root staff 1156 May 14 2009 .spumux
-rw------- 1 lisagandy staff 2422 Nov 10 14:13 .sqlite_history
drwx------ 4 lisagandy staff 136 Aug 19 10:45 .ssh
drwxr-xr-x 6 lisagandy staff 204 Aug 26 2008 .subversion
drwx------ 3 lisagandy staff 102 Sep 19 2008 .thumbnails
-rw------- 1 lisagandy staff 10799 Nov 16 00:08 .viminfo
-rw-r--r-- 1 lisagandy staff 8 May 18 2009 .vinevncauth
drwxr-xr-x 4 lisagandy staff 136 Apr 8 2009 .wireshark
drwxr-xr-x 7 lisagandy staff 238 Nov 16 2009 .wireshark-etc
So I'm at my wits end at the moment, and kind of annoyed b/c I'm in the
middle of a big project and do not really want to be debugging textmate
right now. Any suggestions are appreciated!
Thanks!
--
View this message in context:
http://old.nabble.com/Mac-OSX-python-path-issue-tp30226111p30226111.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi I have quickly become quite heavily dependent on RVM's .rvmrc file (
http://rvm.beginrescueend.com/workflow/rvmrc/), which swaps out versions of
Rubies and gems when you are in the containing dir or one of its subdirs.
However, TextMate gets its Ruby version from my ~/.profile where I have: rvm
wrapper ruby-1.9.2-p0 textmate
And then a TextMate shell variable:
TM_RUBY=/Users/josh/.rvm/bin/textmate_ruby
This means that I have to manually change the wrapper for TextMate to be
correct in my current project, and then I have to be very careful not to
open another terminal tab, which feels like a pretty fragile workflow.
Is there a way to have Ruby's command+r and command+shift+e aware of which
Ruby they should be using?
I'm happy to see the update even if there are some issues. I
recommended TextMate to a new Mac User and he told me he didn't want
to install a product that wasn't being actively developed.
--
Brad Rice
bradrice1(a)gmail.com
~
"If I find in myself a desire which no experience in this world can
satisfy, the most probable explanation is that I was made for another
world." - C.S. Lewis
This may be a stupid question but is there a reason that the version
of Support/bin/mate in svn is much much older than the one shipped
with the app?
$ svn update /Users/jay/code/textmate/Support/bin/ # My SVN repo
At revision 11963.
$ /Users/jay/code/textmate/Support/bin/mate -h 2>&1 | head -1
mate r851 (2006-05-03)
$ /Applications/TextMate.app/Contents/SharedSupport/Support/bin/mate
-h 2>&1 | head -1
mate r1577 (2010-11-12)
I can no longer enter the French word fenêtre, -or any ê into a document.
My setup
- MacBook Pro 15" HiRes latest model
- French keyboard
- Systemwide English language with French locales
- latest OS 10.6.5 Build 10H574
to obtain the ê I type
^ the sign
e the letter
so far so good, but this sequence starts a weird command line mode (I don't
know that stuff), I get strange results depending on what I type next :
- tries to execute a shell bash command (I know because it's complaining
that the command passed is invalid)
- backward deletes chars
- jumps to the next line
I tried ¨ - is ok, works
but Ê does not, same issue as ê
My intermediate solution : copy and paste from textEdit
Thomas
Hi!
I love the new update. Except it broke my workflow in a major way:
Reverse indenting a block of text with alt-shift-tab no longer works.
In the latest version the text is replace with a real tab symbol instead.
This is incredibly annoying! Can there at least be an option to change
it back somewhere? I've been looking around but couldn't find anything!
Thanks
/Simon
Hi there -
loving TextMate in general, but really want one feature I've had from several editors in the past (e.g. Scintilla, Eclipse):
For indenting/dedenting, commenting/uncommenting, duplicating, deleting with a selection, I'd like TextMate to work on the full lines rather than the exact selection.
So if you make a selection of several lines starting from the middle of one and finishing in the middle of one, and then do an operation like commenting
http://img.skitch.com/20101105-c3t72pnsp98jp71d6xfkxjwfnq.png
Then the result wouldn't be as currently (that the comment delimiter is placed in the middle of the line, generating syntactically incorrect code)
http://img.skitch.com/20101105-r4u82qkcxr4germwqkcjgp9wa1.png
But instead comment as if I had selected the whole lines.
http://img.skitch.com/20101105-djej4cyhrkkckp2jjq1jeaeu38.png
I'd like indent/dedent, duplicate and delete to work similarly.
Is there a way to make this happen? Can I "decorate' those commands somehow to select the relevant lines first... Or would I just have to rewrite those particular features (for each bundle I want them to happen in? )
(Hoping the screenshots I took make it into the mail).
thanks in advance
Tim
http://red56.co.ukhttp://tim.teamportfolios.com/
tim(a)red56.co.uk
I updated today and now when I edit an html file if I use
command-return I get <br /> instead of moving my cursor to a new line
outside of my tag. I wish it wasn't changed. I can find that command
listed anywhere. Is there a way for me to get it back?
--
Brad Rice
bradrice1(a)gmail.com
~
"If I find in myself a desire which no experience in this world can
satisfy, the most probable explanation is that I was made for another
world." - C.S. Lewis
hi there,
textmate recently asked me to upgrade and i jumped at the chance
because i love this editor. however since the upgrade, a few of the
features that i rely on are no longer there/working as expected. these
are not major things, but not having them has slowed me down and i'm
wondering if there's a way to get them back or to revert to a previous
version where they were still working.
my two biggest gripes are:
1. In the Ruby On Rails bundle: Migrations > Quick Migration used to
generate a new migration file with the timestamp at the start of the
filename. Now it seems to have reverted to the old way of doing it
with sequential version numbers. I'd really like to get the timestamps
back!
eg. "20101110061120_create_a_table.rb" instead of
"001_create_a_table.rb"
2. I used to navigate very quickly between open tabs using the key
combinations Apple+Option+Left Arrow and Apple+Option+Right Arrow. Now
that's been replaced by Apple+Shift+[ and Apple+Shift+].
any help on how i can get these features working as they were before
would be appreciated.
Hi
Anyone having problem with the latest update?
I lost my support for ³æøå², and have no idea how to get it back.
I tried to reopen it with utf-8, and put on the spelling.
I am kinda new with textmate.
Would love some help:)
Best regards
Andreas
Hi,
i just install new revision of textmate.
I read the changelog and don't find anything about the shortcut alt+tab and
alt+shift+tab to change text indent.
Did i missed something ?
In this case, if someone can give me the new shortcut :p
It will be great.
Tks
EDIT : Only alt+shift+tab does not work anymore (alt+tab still working)
--
View this message in context: http://old.nabble.com/REVISION-1616-tp30206017p30206017.html
Sent from the textmate users mailing list archive at Nabble.com.
I've been on the mailing list for a month or so, reading the Digest in Apple Mail.
Almost every post is peppered with question marks, singly or in groups. These are clearly standing in for other (un -decodable?) characters. This makes it very difficult to follow a discussion.
Everyone else seems to know what is being said, so what am I missing?
Sincerely,
Alan Goodwin
Hi there.
After the textmate updates 1.5.10, I experiencing that my old way that I
used to switch between the tabs is not working any more!
The way is: *cmd + shift + →* and *cmd + shift + ←*
And another thing about indentation. I use *alt + tab* to indent the group
of lines, and its working, but *alt + shift + tab* is not working anymore!
Why is that?
--
Терентьев Андрей
+7 926 799-88-43
Hi,
the latest release of Textmate introduce a new Change next/previous file tab key equivalents that is shift command [ and ].
However, to acced the [ on French keyboard, you already have to press shift + option + (
So for exemple, to indent, you have to press cmd + [ that is on the French keyboard cmd + shift + option + (
With this shortcut, i can't indent the text with a key equivalent, and it's very very unpleasant.
We had the same problem with Indent Selection key equivalent cmd + option + [
Is there an option or something to change shortcut or to resolve this problem ?
Ronan
PS : Anyway, thx for this new release !
Hi,
In the vain hope that the new update suggests a reversion to make helpful updates for users rather than a total re-write death march…
I’d like to have a filter box in the bundle window, so as to make the visible items filterable by name as well as kind (command, snippet, etc)
Best, tim
Hi,
Whenever I try and install the 1.5.0 update on snow leopard, I get an error
telling me that the update failed and I need to check the console.
Anybody else having the same problems?
Cheers
Paul Cowan
Cutting-Edge Solutions (Scotland)
http://thesoftwaresimpleton.blogspot.com/
The new build (1616) broke a functionality that used to work and that I'm
using often (keyboard input for Ruby programs). I would like to roll back to
the previous build (build 1589). Is there a repository of older TextMate
versions somewhere? If yes, do you have to uninstall the product altogether
to install an older version (assuming I can get my hands on one)?
Thanks in advance.
Hi everyone,
I see that they have changed the next/previous file tabs to
command-shift-] and command-shift-[
I'd like to change it to what it was before, as I am already used
to it. from what I have read in some blogs I make my changes in
this file:
~/Library/KeyBindings/DefaultKeyBinding.dict
but I don't know what the action name is for next/previous file tabs.
Any help appreciated.
--
View this message in context: http://old.nabble.com/switching-to-next-previous-file-tabs-shortcut-tp30207…
Sent from the textmate users mailing list archive at Nabble.com.
Hello:
My TextMate just announced that a new "Cutting Edge" version 1.5.10 (1616) is available for download. I went to the web site and this is the current version, but I cannot find any information on it, or a changelog.
Of course, I'm very excited about a new version of TextMate, but can someone offer information on what's new in this version?
Thanks,
dZ.
Hello:
I have two project windows opened in TextMate at the same time and I noticed that if I set the tab size in one to say, 4, when I switch to the other window, it automatically changes too.
Is there a way to make the tab size "sticky" per window or per project?
Thanks,
dZ.
same for me
On Sat, Nov 13, 2010 at 12:09 PM, Thomas Traub <tomlettres(a)gmail.com> wrote:
> Same for me
>
>
> On Sat, Nov 13, 2010 at 12:06 PM, Piero D'Ancona <pierodancona(a)gmail.com>wrote:
>
>> Does anyone experience the problem I see here?
>> the shortcut CMD+OPT+B, which should toggle
>> bookmark visibility in the gutter, does not work,
>> and instead an html window briefly appears and
>> then disappears.
>>
>> Piero
>>
>>
>> _______________________________________________
>> textmate mailing list
>> textmate(a)lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
>>
>
>
I'm a Ruby newbie. I'm using TexMate Version 1.5.9 (1510) on Mac OS X
Version 10.6.4. I'm trying to write a small Ruby snippet to get keyboard
input as follows:
puts "What is your name? "
name = gets.chomp
puts "Hello #{name}"
I get the following TextMate error:
*NoMethodError:* private method ‘chomp’ called for nil:NilClass
*at top level*<txmt://open?line=2&url=file:///Users/marcc/Documents/marccTechnical/Ruby/myRubyPrograms/sayhello.rb>
in *sayhello.rb* at line 2
Program exited with code #1 after 0.02 seconds.
I've googled pretty much every piece of information on Ruby keyboard input,
changed that little snippet many times accordingly, but I could never get it
to work.
I realize that this question is not directly related to TextMate, but I'm
hoping somebody can help me.
Thanks in advance,
Marc
Does somebody use the blogging bundle under Ruby 1.9.x ?
I got the error message when I used "fetch post" ("post new blog" has the
similar error message)
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:24:in
`+': can't convert REXML::ParseException into String (TypeError)
from
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:24:in
`rescue in dialog'
from
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:28:in
`dialog'
from
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/progress.rb:42:in
`call_with_progress'
from /Users/user/Library/Application
Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:575:in
`fetch'
from /tmp/temp_textmate.kZ7CC3:3:in `<main>'
who has some solutions or idea???
--
View this message in context: http://old.nabble.com/-TxMt---trouble-blogging-bundle-under-Ruby-1.9.x-tp30…
Sent from the textmate users mailing list archive at Nabble.com.
I recently started using TM again to work on a Rails project and upgraded
form 1.5.7 to 1.5.9 (1510) on 10.6.4. Now the program is crashing several
times a day. I am working with projects and git scm enabled. Other than that
nothing special or unusual.
I saw a post here talking about a later version than 1510 but I can't seem
to find out how to download that or any other version than the this one. I
am currently running 1.5.7 and that seems to be stable if out of date.
I am not sure what is triggering the problem. It may be related to selecting
files from from the project drawer but I'm not certain and it only started
happening after upgrading to 1.5.9. This was initially happening on 10.5 so
I finally upgraded to 10.6.4 in hopes that it would fix it but it is still
crashing.
Any tips or assistance will be appreciated. This is the only editor that has
gotten me away from emacs. ;-)
-louie
--
View this message in context: http://old.nabble.com/TextMate-1.5.9-crashing-several-times-a-day-tp2940382…
Sent from the textmate users mailing list archive at Nabble.com.
Oops, I clicked the wrong address, please disregard and delete the last email from this address. Thanks
On 2010-11-05, at 7:33 PM, textmate-request(a)lists.macromates.com wrote:
> 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: manipulating full lines rather than selection (Tim Diggins)
> 2. Language gramar and end match (Pedro Melo)
> 3. Re: TextMate 1.5.9 crashing several times a day (Charles Turner)
> 4. Re: Starting a background process from a command (Daniel Grady)
> 5. Re: Language gramar and end match (Josh Varner)
> 6. Re: Language gramar and end match (Pedro Melo)
> 7. Re: textmate Digest, Vol 30, Issue 7 (Jonathan Marshall)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 5 Nov 2010 15:17:33 +0000
> From: Tim Diggins <tim(a)red56.co.uk>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: manipulating full lines rather than selection
> Message-ID:
> <AANLkTik=ZnAqYirEAoa9fB1JyBgHi34qw7jm9OorLnHA(a)mail.gmail.com>
> Content-Type: text/plain; charset="windows-1252"
>
> Oh, ok - I can see that use-case. Always interesting how different people
> use software differently.
>
> Thanks for all the responses.
>
> On Fri, Nov 5, 2010 at 3:11 PM, Rob McBroom <mailinglist0(a)skurfer.com>wrote:
>
>> On Nov 5, 2010, at 10:50 AM, Tim Diggins wrote:
>>
>> However the more I think about it, the more I think that the current
>> behaviour with (what you might call sloppy multi-line selection), for
>> indent/dedent and comment/uncomment is not very helpful. Indeed I can't
>> understand what need the current behaviour serves (i.e. should be treated as
>> a bug).
>>
>>
>> I comment selections now and then (usually at the end of a line). I agree
>> that use cases for doing this on multiple-line selections are less common,
>> but even there it can come in handy. CSS is a prime example, since it only
>> has block style commenting.
>>
>> .one {
>> padding: 0em;
>> }
>> .two {
>> padding: 1em;
>> }
>>
>> If I wanted to comment out the ?one? class and selected the first three
>> lines, I would end up breaking the ?two? class.
>>
>> /*.one {
>> padding: 0em;
>> }
>> */.two {
>> padding: 1em;
>> }
>>
>> So I get around this by selecting everything but the newline.
>>
>> --
>>
>> Rob McBroom
>> <http://www.skurfer.com/>
>>
>>
>>
>> _______________________________________________
>> textmate mailing list
>> textmate(a)lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
>>
>
>
>
> --
> ------------------------------------------------------
>
> Tim Diggins
> http://red56.co.uk
> http://tim.teamportfolios.com/
> tim(a)red56.co.uk
>
> 07515 931 642 / +447515931642
>
Hey Jerry,
If you get this before you go, go ahead and send me the data capture program. I want to be compliant and try every possibility. I was thinking I will also try unplugging my cordless phone since that's the only thing I haven't tried yet.
Jonathan Marshall.
On 2010-11-05, at 11:11 AM, textmate-request(a)lists.macromates.com wrote:
> 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: manipulating full lines rather than selection (Sven Axelsson)
> 2. Re: manipulating full lines rather than selection (Tim Diggins)
> 3. Re: manipulating full lines rather than selection (Sven Axelsson)
> 4. Re: manipulating full lines rather than selection
> (Hans-J?rg Bibiko)
> 5. Re: manipulating full lines rather than selection (Rob McBroom)
> 6. Re: manipulating full lines rather than selection (Tim Diggins)
> 7. Re: manipulating full lines rather than selection (Gerd Knops)
> 8. Re: manipulating full lines rather than selection (Rob McBroom)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 5 Nov 2010 13:01:36 +0100
> From: Sven Axelsson <sven.axelsson(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: manipulating full lines rather than selection
> Message-ID:
> <AANLkTik10fPRJwyYc7gb78CKrUm4xML1R82rvAZQxXSa(a)mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On 5 November 2010 11:30, Tim Diggins <tim(a)red56.co.uk> wrote:
>
>> <snip> ... forcing selection to full lines ...
>>
> Is there a way to make this happen? Can I "decorate' those commands somehow
>> to select the relevant lines first... Or would I just have to rewrite those
>> particular features (for each bundle I want them to happen in? )
>>
>> thanks in advance
>>
>
> The commands could be rewritten, for sure, but wouldn't it be easier to
> teach yourself to select full lines when you need it? I usually make such
> selections by triple-clicking the first line to select it, and then dragging
> which will now continue to select full lines. You can also click and drag in
> the line number gutter to select full lines.
>
> --
> Sven Axelsson
> ++++++++++[>++++++++++>+++++++++++>++++++++++>++++++
>> ++++<<<<<-]>++++.+.++++.>+++++.>+.<<-.>>+.>++++.<<.
> +++.>-.<<++.>>----.<++.>>>++++++.<<<<.>>++++.<----.
>
Hi,
I have a small embedded mini-language that allows me to include HTML
and CSS files inline inside the code.
The layout is something like this:
------ 8< -----
@@ filename.html
<div>....</div>
@@ styles.css
... css stuff ...
@@ other.html
... more html...
------ 8< -----
I'm using something like this:
{ name = 'embedded.html';
begin = '^(@@)\s+(.+[.]html?)\s*$';
end = '^@@';
captures = {
1 = { name = 'embedded.marker'; };
2 = { name = 'embedded.filename'; };
};
patterns = ( { include = 'text.html'; } );
},
{ name = 'embedded.css';
begin = '^(@@)\s+(.+[.]css)\s*$';
end = '^@@';
captures = {
1 = { name = 'embedded.marker'; };
2 = { name = 'embedded.filename'; };
};
patterns = ( { include = 'text.css'; } );
},
But the problem is that the "end" rule captures the @@ pair to it
cannot be matched by the next block "begin".
If I add an extra @@ just before the second file, it all works fine.
Is there any trick to get around this?
Thanks,
--
Pedro Melo
http://www.simplicidade.org/
xmpp:melo@simplicidade.org
mailto:melo@simplicidade.org
Thanks a lot for pointing this out, Allan. So now if I write
(matlab -nosplash -nodesktop < in &> out) &>/dev/null &
inside a TM command it's letting the command exit while MATLAB continues running in the background. I'll have to continue fiddling with this later today.
-Daniel
On Nov 4, 2010, at 3:17 PM, textmate-request(a)lists.macromates.com wrote:
> From: Allan Odgaard <mailinglist(a)textmate.org>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Starting a background process from a command
> Message-ID: <AA883E0B-D3FC-47E4-9CDC-1AEE165AE82B(a)textmate.org>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> On 4 Nov 2010, at 14:30, Daniel Grady wrote:
>
>> Hi everyone, I'm trying to write a TM command that will set up some
>> FIFOs, launch a process connected to those, and then the command
>> will exit [...] when I try to implement this inside a TM command,
>> the command doesn't exit until the launched process also exits.
>
> This is because TextMate will wait till your process close stdout/error.
>
> We have a ruby wrapper for this (which catch exceptions), for more
> info: http://wiki.macromates.com/HowTo/RunCommandInBackground
Hi
Objective-C -> Documentation for word / selection
hasn't been working in my SnowLeopard for I don't know how long. Finally I have digging into it and founded (thanks to an old PPC Leopard installation) that the problem is in
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/html_man.sh
where there is an old and stupid reference to a
RMAN_1='/Library/Application Support/Apple/Developer Tools/Plug-ins/DocViewerPlugIn.xcplugin/Contents/Resources/rman'
where currently Apple is not calling .xcplugin those plugins anymore, but, .pbplugin.
Since I don't know how the TextMate update policy is going, I have added an alias
ln -s DocViewerPlugIn.pbplugin DocViewerPlugIn.xcplugin
in
/Library/Application Support/Apple/Developer Tools/Plug-ins/
I hope this will help someone.
- juan falgueras
Hello :)
I have read that the C/C++ grammar "eats" all braces so that it is not
possible to highlight them with the punctuation identifier.
Apparently I have to modify the default grammar to something different, I
tried to remove stuff that contains blocks and other similars, but I can't
make it work...
Can somebody help me ? I just want to be able to change the colors of those
characters:
{}[]()
--
View this message in context: http://old.nabble.com/Looking-for-highlighting-braces%2C-curly-and-brackets…
Sent from the textmate users mailing list archive at Nabble.com.
Have you considered open sourcing textmate? I think there are a lot
of people who would like to add features to this editor.
For example, I'd like to have split windows, to be able to save window
configurations and embed a terminal or ssh session into the window.
David :)
Hello,
I'm working my way through the 20 minute Ruby intro on the Ruby page. As I type Textmate is capitalizing All the keywords and the words at the beginning of each sentence. When I cut and paste code from the webpage it's not capitalized. Also, if I backspace and retype the characters they remain lower case.
Is there a way to limit capitalization to only the keywords I've chosen? I don't care to have every else, elsif, etc., capitalized.
Thanks for the help,
Scott
A man who limits his interests limits his life.
-- Vincent Price
Hi, I'm having trouble getting some of the more complex Git bundle tools to
work. For example, when I try to merge, it does
http://img691.imageshack.us/i/picture3apw.png/
I suspect my problem is with my ruby version, I'm on OSX 10.5.6, and using
rvm to manage my ruby version, with the shell variable TM_RUBY set (this has
resolved all of my previous issues with rvm and textmate)
I followed the Git.tmbundle installation instructions at
http://github.com/jcf/git-tmbundle, installing it in ~/Library/Application\
Support/TextMate/Bundles
I followed these instructions
http://gnuu.org/2009/05/25/getting-gittmbundle-working-with-ruby19/ but the
svn repo had moved, so instead I did
$ svn co http://svn.textmate.org/trunk/Support/
My TM_GIT is set correctly, and simpler commands like Browse Annotated File
are working.
Any help/suggestions would be appreciated.
-Josh
PS - Full text of the error:
/Users/joshuacheek/Library/Application
Support/TextMate/Support/lib/ui.rb:237:in `to_plist': An object in the
argument tree could not be converted (ArgumentError) from
/Users/joshuacheek/Library/Application
Support/TextMate/Support/lib/ui.rb:237:in `request_item' from
/Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/../lib/ui.rb:9:in
`request_item_with_force_pick' from /Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/../app/controllers/branch_controller.rb:71:in
`merge' from /Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/lib/application_controller.rb:105:in
`block in call' from /Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/lib/application_controller.rb:94:in
`with_filters' from /Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/lib/application_controller.rb:105:in
`call' from /Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/lib/application_controller.rb:112:in
`call' from /Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/tmvc.rb:56:in
`dispatch_normal' from /Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/tmvc.rb:74:in `dispatch'
from /Users/joshuacheek/Library/Application
Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/tmvc.rb:96:in `dispatch'
from /tmp/temp_textmate.FkobtG:4:in `'
I'm trying to compile a C++ source file that includes the following file:
#include "public.sdk/source/vst2.x/audioeffectx.h"
When I try to compile, I get the following error:
In file included from
/Users/martin/Desktop/vstsdk2.4/public.sdk/samples/vst2.x/again/source/again.cpp:13:
/Users/martin/Desktop/vstsdk2.4/public.sdk/samples/vst2.x/again/source/again.h:16:51:
error: public.sdk/source/vst2.x/audioeffectx.h: No such file or directory
Looks like g++ can't find the audioeffectx.h. How can I set up TextMate to
tell g++ that it should look in "/Users/martin/Desktop/vstsdk2.4/"?
--
View this message in context: http://old.nabble.com/Setting-C%2B%2B-Include-Paths-tp30037571p30037571.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi everyone, I'm trying to write a TM command that will set up some FIFOs, launch a process connected to those, and then the command will exit, the idea being that other commands can subsequently talk to the running process using the named pipes.
In my case I'm trying to set up communications with MATLAB; I have to use it for work, but I'm no great fan of the interface and spend most of my time writing scripts with TM instead, so this is just trying to take it to the next level. I see that this same thing has been brought up a few times before on the mailing list, and that the approach using named pipes is the usual suggestion. However, when I try to implement this inside a TM command, the command doesn't exit until the launched process also exits.
Inside a testing directory, I have test_script.sh:
pwd
mkfifo in
mkfifo out
nohup bash -s < in &> out &
bashpid=$!
# disown $bashpid
echo $bashpid
echo Done
When I run this script from Terminal, everything works as expected: a new bash gets started up in the background, its parent is launchd, I can pass in commands and read output from the in and out pipes, and it persists even if I close Terminal.
Now if I put the same script inside a TM command and then run the command inside a file (which is saved in the same testing directory), the command hangs until I go pipe 'exit' or something into in and read from out. I would expect the command to immediately exit; does anyone know why it doesn't? Thanks in advance!
-Daniel
I've installed a few perl modules at the command line but they are not
seen in TextMate. What happens is that if I run code (Cmd+r) from
within TextMate that calls a module that I've installed, TextMate
can't find it: Can't locate LaTeX/Driver.pm in @INC...
Investigating this I find that TextMate is calling Perl 5.8.8 whereas,
at the command line, perl -V tells me 5.8.9. So TextMate is calling a
different perl version to the one the modules are installed under.
How do I change which perl version TextMate uses?
I've had a look in the bundle at the Run Script command and that
references ENV["TM_PERL"] but I'm not sure where this is set. Can
anyone help with this?
--
Justin C, by the sea.
¡Tienes un nuevo mensaje en Badoo!
Rafael Vega te dejó un mensaje.
Haz click en este enlace para verlo:
http://us1.badoo.com/01128060996/in/-UDb3FMz9c4/?lang_id=7
Más gente que también te está esperando:
Dani (Medellín, Colombia)
Deissy (Medellín, Colombia)
THe PRiNCeSs (Medellín, Colombia)
http://us1.badoo.com/01128060996/in/-UDb3FMz9c4/?lang_id=7
Si al hacer click sobre el enlace, no funciona, copia y pega la dirección en tu barra del navegador.
Este email es parte del procedimiento para que leas los mensajes de Rafael Vega. Si has recibido este email por equivocación, por favor, ignóralo. Tras un corto periodo de tiempo el mensaje sera eliminado del sistema.
¡Diviértete!
El Equipo de Badoo
Has recibido este email porque un usuario de Badoo te ha dejado un mensaje en Badoo. Este mensaje es automático. Las respuestas a este mensaje no estan controladas y no serán contestadas. Si no quieres recibir más mensajes de Badoo, háznoslo saber:
http://us1.badoo.com/impersonation.phtml?lang_id=7&mail_code=63&email=textm…
Hi Craig,
Thanks! That did the trick.
My version is below. I changed the colors to match TextMate's and I had to
change "meta_diff_header" to "meta_diff_range."
.markup_deleted_diff{ background:#f54; color:white; display:block; }
.markup_inserted_diff{ background:#7f8; display:block; }
.meta_diff_range{ background:#47d; color:#fff; display:block; }
Thanks again!
Arturo
Hi Arturo,
Once you do the output to HTML it looks like there are classes applied to everything that would be easy enough to style. I added the following to the style block in my HTML output and it started to come pretty close to the regular syntax highlighting that I use....
.markup_deleted_diff{ background:red; color:white; display:block; }
.markup_inserted_diff{ background:#0f0; display:block; }
.meta_diff_header{ background:#00f; color:#fff; display:block; }
Obviously you could tweak it however you like. Once I added those I saved it to html and printed from the browser (make sure "print background colors" is enabled).
Hope this helps,
Craig
------------------------------------------------------------------------------
Craig Edmond
Creative Lead/Senior Web Designer
finalsite | web software and services for schools
email: craig.edmond(a)finalsite.com<mailto:craig.edmond@finalsite.com>
Hi,
I would like to share the output of diff with some colleagues in a document
(pdf, html) with syntax highlighting so that it is easy to read.
Syntax highlighting in TextMate for a text file with the output is great,
but I cannot figure out how to export with syntax highlighting (html didn't
work) after an hour or so of research.
Any help would be appreciated.
Arturo
Hi,
I'd like to know if it is possible to do a search and replace on some keys
in all bundles and replace them with something else.
Reason, Swedish keyboard doesn't work very well with TextMate.
Mikael Henriksson
Tel: +46 (0) 730- 393 200
mikael(a)zoolutions.se
Hello,
I'm getting used to ctrl-h to replace backspace (as it's simpler to hit, especially when making caps-lock being ctrl), and it works in many places in OS X, except with TextMate, where it invokes the help. I could not find where to change that shortcut so that it becomes backspace instead of help. Is there a bundle involved?
Thanks,
Alan
Sorry for what seems like a really noob question, but I'm ripping my hair out
on this one.
Was working away on a Rails app when I hit what I thought was
<ctl><opt><shift>D. suddenly every .rb file in all of my apps lost all
color. everything is black and white and I can no longer see the comments,
etc. in different colors.
Screenshot:
http://screencast.com/t/mZxoClq34UJ
thanks in advance
--
View this message in context: http://old.nabble.com/.rb-files-turned-black-and-white-tp30021873p30021873.…
Sent from the textmate users mailing list archive at Nabble.com.